Home
last modified time | relevance | path

Searched refs:map_entry_desc (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.cc2104 const Descriptor* map_entry_desc = field->message_type(); in SortMap() local
2105 const Message* prototype = factory->GetPrototype(map_entry_desc); in SortMap()
2111 CopyKey(iter.GetKey(), map_entry_message, map_entry_desc->field(0)); in SortMap()
2113 map_entry_desc->field(1)); in SortMap()
Dmap_test.cc2821 const Descriptor* map_entry_desc = map_entry->GetDescriptor(); in TEST_F() local
2822 const FieldDescriptor* value_field = map_entry_desc->FindFieldByName("value"); in TEST_F()