Home
last modified time | relevance | path

Searched defs:NonMoveConstructible (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc671 class NonMoveConstructible { in TEST() class
674 NonMoveConstructible& operator=(NonMoveConstructible&&) { return *this; } in TEST() argument