Home
last modified time | relevance | path

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 DSmallPtrSet.cpp141 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 DSmallPtrSet.cpp164 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 Dmap_entry_lite.h72 // 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 DSmallPtrSet.h202 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallPtrSet.h214 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc961 struct MoveHelper { struct
972 MoveHelper helper; in TEST()

Completed in 17 milliseconds