/external/llvm-project/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 141 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase() 185 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom() 188 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 141 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase() 185 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom() 188 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 163 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase() 210 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom() 213 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 164 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase() 211 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom() 214 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
|
/external/protobuf/src/google/protobuf/ |
D | map_entry_lite.h | 76 struct MoveHelper { // primitives struct 81 struct MoveHelper<true, is_message, is_stringlike, T> { // enums argument 89 struct MoveHelper<false, true, is_stringlike, T> { // messages 94 struct MoveHelper<false, false, true, T> { // strings and similar 545 typedef MoveHelper<KeyTypeHandler::kIsEnum, KeyTypeHandler::kIsMessage, 550 typedef MoveHelper<ValueTypeHandler::kIsEnum, ValueTypeHandler::kIsMessage,
|
/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 192 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallPtrSet.h | 202 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 214 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 214 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 1073 struct MoveHelper { struct 1084 MoveHelper helper; in TEST()
|