Home
last modified time | relevance | path

Searched refs:AAA (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/demos/ut/SharedPtr/sources/
Dmain.cpp40 class AAA : public Base class
43 virtual ~AAA() in ~AAA()
77 nw::ut::WeakPtr<AAA> pWeakAAA; in nnMain()
82 AAA* objA = new(allocator.Alloc(sizeof(AAA))) AAA(); in nnMain()
85 nw::ut::SharedPtr<AAA> pAAA = nw::ut::SharedPtr<AAA>( objA, &allocator ); in nnMain()
/NW4C-1.2.23/demos/ut/RuntimeTypeInfo/sources/
Dmain.cpp44 class AAA : public Base class
64 class CCC_AAA : public AAA
77 NW_UT_RUNTIME_TYPEINFO_DEFINITION( AAA, Base );
79 NW_UT_RUNTIME_TYPEINFO_DEFINITION( CCC_AAA, AAA );
98 AAA* pAAA; in ObjTest()
106 pAAA = nw::ut::DynamicCast<AAA*>( obj ); in ObjTest()
156 AAA obj2; in nnMain()