Searched refs:map_entry_desc (Results 1 – 2 of 2) sorted by relevance
2104 const Descriptor* map_entry_desc = field->message_type(); in SortMap() local2105 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()
2821 const Descriptor* map_entry_desc = map_entry->GetDescriptor(); in TEST_F() local2822 const FieldDescriptor* value_field = map_entry_desc->FindFieldByName("value"); in TEST_F()