Home
last modified time | relevance | path

Searched refs:Obj (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dswap_test.cpp64 class Obj class
67 Obj() : in Obj() function in Obj
70 Obj( const Obj& ) : in Obj() argument
74 Obj& operator =( const Obj& ) in operator =() argument
90 queue<Obj> v1; in swap_container_non_spec()
91 queue<Obj> v2; in swap_container_non_spec()
93 v1.push( Obj() ); in swap_container_non_spec()
95 v1.push( Obj() ); in swap_container_non_spec()
98 v2.push( Obj() ); in swap_container_non_spec()
100 v2.push( Obj() ); in swap_container_non_spec()
[all …]
/ndk/tests/device/test-stlport/unit/
Dswap_test.cpp64 class Obj class
67 Obj() : in Obj() function in Obj
70 Obj( const Obj& ) : in Obj() argument
74 Obj& operator =( const Obj& ) in operator =() argument
90 queue<Obj> v1; in swap_container_non_spec()
91 queue<Obj> v2; in swap_container_non_spec()
93 v1.push( Obj() ); in swap_container_non_spec()
95 v1.push( Obj() ); in swap_container_non_spec()
98 v2.push( Obj() ); in swap_container_non_spec()
100 v2.push( Obj() ); in swap_container_non_spec()
[all …]
/ndk/tests/device/test-cxx-init-array/jni/
Dtest.cpp4 GlobalCtor Obj; variable
8 if (Obj.IsInitialized()) in main()