Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-tuple.h218 tuple& operator=(const tuple& t) { return CopyFrom(t); }
222 return CopyFrom(t);
228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
253 tuple& operator=(const tuple& t) { return CopyFrom(t); }
257 return CopyFrom(t);
269 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
294 tuple& operator=(const tuple& t) { return CopyFrom(t); }
298 return CopyFrom(t);
304 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
333 tuple& operator=(const tuple& t) { return CopyFrom(t); }
[all …]
Dgtest-tuple.h.pump161 tuple& operator=(const tuple& t) { return CopyFrom(t); }
165 return CopyFrom(t);
181 tuple& CopyFrom(const GTEST_$(k)_TUPLE_(U)& t) {
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relro.h47 bool CopyFrom(size_t relro_start, size_t relro_size, Error* error);
Dcrazy_linker_elf_relro.cpp88 bool SharedRelro::CopyFrom(size_t relro_start, in CopyFrom() function in crazy::SharedRelro
Dcrazy_linker_shared_library.cpp332 if (!relro.CopyFrom(relro_start_, relro_size_, error)) in CreateSharedRelro()