Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h464 bool ParseJsonName(FieldDescriptorProto* field,
Dparser.cc1180 DO(ParseJsonName(field, field_location, containing_file)); in ParseFieldOptions()
1329 bool Parser::ParseJsonName(FieldDescriptorProto* field, in ParseJsonName() function in google::protobuf::compiler::Parser