Home
last modified time | relevance | path

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

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