Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/ut/RuntimeTypeInfo/sources/
Dmain.cpp35 class Base class
44 class AAA : public Base
54 class BBB : public Base
76 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION( Base );
77 NW_UT_RUNTIME_TYPEINFO_DEFINITION( AAA, Base );
78 NW_UT_RUNTIME_TYPEINFO_DEFINITION( BBB, Base );
96 ObjTest( Base* obj ) in ObjTest()
155 Base obj1; in nnMain()
/NW4C-1.2.23/demos/ut/SharedPtr/sources/
Dmain.cpp33 class Base class
36 virtual ~Base() {} in ~Base()
40 class AAA : public Base
50 class BBB : public Base
78 nw::ut::WeakPtr<Base, nw::os::LockObject> pWeakBase; in nnMain()
79 nw::ut::SharedPtr<Base> pBaseA; in nnMain()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Drawer.cpp65 Base::SetProjectionMtx(drawInfo.GetProjectionMtx()); in DrawBegin()
80 Base::DrawBegin(flag); in DrawBegin()
88 Base::DrawEnd(flag); in DrawEnd()
123 Base::Initialize( in Initialize()
130 Base::Initialize( in Initialize()
143 Base::Finalize(); in Finalize()
Dlyt_Bounding.cpp31 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Bounding, Bounding::Base); // 実行時型情報の実体を定義
37 : Base(pBlock) in Bounding()
Dlyt_Picture.cpp35 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Picture, Picture::Base); // 実行時型情報の実体を定義
69 : Base(pBlock) in Picture()
Dlyt_DrawerGraphics.cpp704 Base::AddUniformMtx(); in UniformAndDraw()
762 Base::AddUniformMtx(); // uUniformMtx へのUniform in SetUpTextBox()
Dlyt_TextBox.cpp70 NW_UT_RUNTIME_TYPEINFO_DEFINITION(TextBox, TextBox::Base); // 実行時型情報の実体を定義
Dlyt_Window.cpp266 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Window, Window::Base); // 実行時型情報の実体を定義
357 : Base(pBlock) in Window()
/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h318 typedef internal::LinkListImpl Base; typedef
323 using Base::Node;
325 using Base::size_type;
326 using Base::difference_type;
337 typedef Base::iterator TIt_base_;
338 typedef Base::const_iterator TItC_base_;
577 using Base::size;
586 using Base::empty;
593 iterator begin() { return iterator(Base::begin()); } in begin()
601 iterator end() { return iterator(Base::end()); } in end()
[all …]
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Drawer.h147 typedef RectDrawer Base; typedef
203 Base::Initialize(vtxBufCmdBuf, shaderBinary, size); in Initialize()
213 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
Dlyt_Picture.h42 typedef Pane Base; typedef
234 using Base::GetMaterial;
Dlyt_Bounding.h41 typedef Pane Base; typedef
Dlyt_Window.h42 typedef Pane Base; typedef
223 using Base::GetMaterial;
Dlyt_TextBox.h56 typedef Pane Base; typedef
712 using Base::GetMaterial;
Dlyt_Animation.h342 typedef AnimTransform Base; typedef