Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 15 of 15) sorted by relevance

/NW4C-2.0.3/demos/ut/RuntimeTypeInfo/sources/
Dmain.cpp37 class Base class
46 class AAA : public Base
56 class BBB : public Base
78 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION( Base );
79 NW_UT_RUNTIME_TYPEINFO_DEFINITION( AAA, Base );
80 NW_UT_RUNTIME_TYPEINFO_DEFINITION( BBB, Base );
98 ObjTest( Base* obj ) in ObjTest()
157 Base obj1; in nnMain()
/NW4C-2.0.3/demos/ut/SharedPtr/sources/
Dmain.cpp35 class Base class
38 virtual ~Base() {} in ~Base()
42 class AAA : public Base
52 class BBB : public Base
80 nw::ut::WeakPtr<Base, nw::os::LockObject> pWeakBase; in nnMain()
81 nw::ut::SharedPtr<Base> pBaseA; in nnMain()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp67 Base::SetProjectionMtx(drawInfo.GetProjectionMtx()); in DrawBegin()
82 Base::DrawBegin(flag); in DrawBegin()
90 Base::DrawEnd(flag); in DrawEnd()
125 Base::Initialize( in Initialize()
132 Base::Initialize( in Initialize()
145 Base::Finalize(); in Finalize()
Dlyt_Bounding.cpp33 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Bounding, Bounding::Base); // 実行時型情報の実体を定義
39 : Base(pBlock) in Bounding()
Dlyt_Picture.cpp37 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Picture, Picture::Base); // 実行時型情報の実体を定義
71 : Base(pBlock) in Picture()
Dlyt_DrawerGraphics.cpp750 Base::AddUniformMtx(); in UniformAndDraw()
808 Base::AddUniformMtx(); // uUniformMtx へのUniform in SetUpTextBox()
Dlyt_TextBox.cpp72 NW_UT_RUNTIME_TYPEINFO_DEFINITION(TextBox, TextBox::Base); // 実行時型情報の実体を定義
Dlyt_Window.cpp268 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Window, Window::Base); // 実行時型情報の実体を定義
359 : Base(pBlock) in Window()
/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h321 typedef internal::LinkListImpl Base; typedef
326 using Base::Node;
328 using Base::size_type;
329 using Base::difference_type;
340 typedef Base::iterator TIt_base_;
341 typedef Base::const_iterator TItC_base_;
580 using Base::size;
589 using Base::empty;
596 iterator begin() { return iterator(Base::begin()); } in begin()
604 iterator end() { return iterator(Base::end()); } in end()
[all …]
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Drawer.h149 typedef RectDrawer Base; typedef
205 Base::Initialize(vtxBufCmdBuf, shaderBinary, size); in Initialize()
215 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
Dlyt_Picture.h44 typedef Pane Base; typedef
236 using Base::GetMaterial;
Dlyt_Bounding.h43 typedef Pane Base; typedef
Dlyt_Window.h44 typedef Pane Base; typedef
225 using Base::GetMaterial;
Dlyt_TextBox.h58 typedef Pane Base; typedef
714 using Base::GetMaterial;
Dlyt_Animation.h346 typedef AnimTransform Base; typedef