Home
last modified time | relevance | path

Searched defs:object (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dp7912.cpp20 catch (Foo object) { in main() local
Deh31.cpp18 catch (Foo& object) { in main() local
Dbadalloc1.cpp30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]); in malloc() argument
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh31.cpp18 catch (Foo& object) { in main() local
Dp7912.cpp20 catch (Foo object) { in main() local
Dbadalloc1.cpp30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]); in malloc() argument
/ndk/sources/cxx-stl/gabi++/src/
Ddynamic_cast.cc98 get_subobject(const void* object, in get_subobject()
115 walk_object(const void *object, in walk_object()
182 const void* object; member
200 base_to_derived_cast(const void *object, in base_to_derived_cast()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() argument
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2045 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported()
2072 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported()