Searched refs:MoveHelper (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 141 MoveHelper(SmallSize, std::move(that)); 185 MoveHelper(SmallSize, std::move(RHS)); 188 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | SmallPtrSet.cpp | 164 MoveHelper(SmallSize, std::move(that)); 211 MoveHelper(SmallSize, std::move(RHS)); 214 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize,
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_entry_lite.h | 72 // MoveHelper::Move is used to set *dest. It copies *src, or moves it (in 76 struct MoveHelper { // primitives struct 81 struct MoveHelper<true, is_message, is_stringlike, T> { // enums struct 89 struct MoveHelper<false, true, is_stringlike, T> { // messages struct 94 struct MoveHelper<false, false, true, T> { // strings and similar struct 484 typedef MoveHelper<KeyTypeHandler::kIsEnum, KeyTypeHandler::kIsMessage, 489 typedef MoveHelper<ValueTypeHandler::kIsEnum, ValueTypeHandler::kIsMessage,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 202 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 214 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 961 struct MoveHelper { struct 972 MoveHelper helper; in TEST()
|
Completed in 17 milliseconds