Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_test.cc3580 Map<int32, TestAllTypes> moved_to_map(std::move(original_map)); in TEST() local
3598 Map<int32, TestAllTypes> moved_to_map = std::move(original_map); in TEST() local