Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h432 bool ParseFieldOptions(FieldDescriptorProto* field,
Dparser.cc911 DO(ParseFieldOptions(field, field_location, containing_file)); in ParseMessageFieldNoLabel()
1035 bool Parser::ParseFieldOptions(FieldDescriptorProto* field, in ParseFieldOptions() function in google::protobuf::compiler::Parser