Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc770 const void* FindParentForFieldsByMap(const FieldDescriptor* field) const;
967 const void* FileDescriptorTables::FindParentForFieldsByMap( in FindParentForFieldsByMap() function in google::protobuf::FileDescriptorTables
988 PointerStringPair lowercase_key(FindParentForFieldsByMap(it->second), in FieldsByLowercaseNamesLazyInitInternal()
1012 PointerStringPair camelcase_key(FindParentForFieldsByMap(it->second), in FieldsByCamelcaseNamesLazyInitInternal()
1136 const void* parent = FindParentForFieldsByMap(field); in AddFieldByStylizedNames()