Searched refs:Base (Results 1 – 15 of 15) sorted by relevance
| /NW4C-2.0.3/demos/ut/RuntimeTypeInfo/sources/ |
| D | main.cpp | 37 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/ |
| D | main.cpp | 35 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/ |
| D | lyt_Drawer.cpp | 67 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()
|
| D | lyt_Bounding.cpp | 33 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Bounding, Bounding::Base); // 実行時型情報の実体を定義 39 : Base(pBlock) in Bounding()
|
| D | lyt_Picture.cpp | 37 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Picture, Picture::Base); // 実行時型情報の実体を定義 71 : Base(pBlock) in Picture()
|
| D | lyt_DrawerGraphics.cpp | 750 Base::AddUniformMtx(); in UniformAndDraw() 808 Base::AddUniformMtx(); // uUniformMtx へのUniform in SetUpTextBox()
|
| D | lyt_TextBox.cpp | 72 NW_UT_RUNTIME_TYPEINFO_DEFINITION(TextBox, TextBox::Base); // 実行時型情報の実体を定義
|
| D | lyt_Window.cpp | 268 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Window, Window::Base); // 実行時型情報の実体を定義 359 : Base(pBlock) in Window()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_LinkList.h | 321 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/ |
| D | lyt_Drawer.h | 149 typedef RectDrawer Base; typedef 205 Base::Initialize(vtxBufCmdBuf, shaderBinary, size); in Initialize() 215 Base::Initialize(vertexBuffer, commandBuffer, shaderBinary, size); in Initialize()
|
| D | lyt_Picture.h | 44 typedef Pane Base; typedef 236 using Base::GetMaterial;
|
| D | lyt_Bounding.h | 43 typedef Pane Base; typedef
|
| D | lyt_Window.h | 44 typedef Pane Base; typedef 225 using Base::GetMaterial;
|
| D | lyt_TextBox.h | 58 typedef Pane Base; typedef 714 using Base::GetMaterial;
|
| D | lyt_Animation.h | 346 typedef AnimTransform Base; typedef
|