/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
D | const_data_members.pass.cpp | 68 struct other {}; struct
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_error.h | 27 Error(const Error& other) { Set(other.buff_); } in Error()
|
D | crazy_linker_util.cpp | 27 String::String(const String& other) { in String()
|
D | crazy_linker_util.h | 116 void Assign(const String& other) { Assign(other.ptr_, other.size_); } in Assign() 122 void Append(const String& other) { Append(other.ptr_, other.size_); } in Append()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/ |
D | rebind_traits.pass.cpp | 30 template <class U> struct rebind {typedef ReboundA<U> other;}; typedef 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 30 template <class U> struct rebind {typedef ReboundA<U> other;}; typedef 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
D | discard.pass.cpp | 42 other() in other() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | exception.cpp | 198 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT in exception_ptr() 217 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEPT in operator =()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() 164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() 216 virtual bool Equals(const ParamIteratorInterface<T>& other) const { in Equals() 228 Iterator(const Iterator& other) in Iterator() 314 virtual bool Equals(const ParamIteratorInterface<T>& other) const { in Equals() 325 Iterator(const Iterator& other) in Iterator()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 110 typedef pthread_allocator<_NewType> other; typedef 199 typedef pthread_allocator<_NewType> other; typedef
|
D | _iostream_string.h | 56 typedef __iostring_allocator<_Tp1> other; typedef
|
D | _alloc.h | 286 typedef allocator<_Tp1> other; typedef 375 typedef allocator<_Tp1> other; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; typedef
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 32 String& String::operator+=(const String& other) { in operator +=() 53 String& String::operator<<(const String& other) { in operator <<()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 52 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef 112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; typedef 170 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 58 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local 141 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local
|
D | mvctor_declaration_test.cpp | 94 typedef allocator<_Tp1> other; typedef
|
D | stack_allocator.h | 84 typedef StackAllocator<_Other> other; typedef
|
D | vector_test.cpp | 513 typedef NotSTLportAllocator<_Tp1> other; typedef
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 58 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local 141 struct tm other = { 15, 20, 9, 14, 7, 105 }; in _time_put_get() local
|
D | mvctor_declaration_test.cpp | 94 typedef allocator<_Tp1> other; typedef
|
D | stack_allocator.h | 84 typedef StackAllocator<_Other> other; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 47 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef 103 template <class U> struct rebind {typedef test_allocator<U> other;}; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
D | shared_array.hpp | 128 void swap(shared_array<T> & other) // never throws in swap()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-param-test_test.cc | 268 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {} in DogAdder() 270 DogAdder operator=(const DogAdder& other) { in operator =() 306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() 308 IntWrapper operator=(const IntWrapper& other) { in operator =()
|