Searched refs:Base (Results 1 – 15 of 15) sorted by relevance
| /NW4C-1.2.23/demos/ut/RuntimeTypeInfo/sources/ |
| D | main.cpp | 35 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/ |
| D | main.cpp | 33 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/ |
| D | lyt_Drawer.cpp | 65 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()
|
| D | lyt_Bounding.cpp | 31 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Bounding, Bounding::Base); // 実行時型情報の実体を定義 37 : Base(pBlock) in Bounding()
|
| D | lyt_Picture.cpp | 35 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Picture, Picture::Base); // 実行時型情報の実体を定義 69 : Base(pBlock) in Picture()
|
| D | lyt_DrawerGraphics.cpp | 704 Base::AddUniformMtx(); in UniformAndDraw() 762 Base::AddUniformMtx(); // uUniformMtx へのUniform in SetUpTextBox()
|
| D | lyt_TextBox.cpp | 70 NW_UT_RUNTIME_TYPEINFO_DEFINITION(TextBox, TextBox::Base); // 実行時型情報の実体を定義
|
| D | lyt_Window.cpp | 266 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Window, Window::Base); // 実行時型情報の実体を定義 357 : Base(pBlock) in Window()
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_LinkList.h | 318 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/ |
| D | lyt_Drawer.h | 147 typedef RectDrawer Base; typedef 203 Base::Initialize(vtxBufCmdBuf, shaderBinary, size); in Initialize() 213 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
|
| D | lyt_Picture.h | 42 typedef Pane Base; typedef 234 using Base::GetMaterial;
|
| D | lyt_Bounding.h | 41 typedef Pane Base; typedef
|
| D | lyt_Window.h | 42 typedef Pane Base; typedef 223 using Base::GetMaterial;
|
| D | lyt_TextBox.h | 56 typedef Pane Base; typedef 712 using Base::GetMaterial;
|
| D | lyt_Animation.h | 342 typedef AnimTransform Base; typedef
|