Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h419 bool ParseLabel(FieldDescriptorProto::Label* label,
Dparser.cc792 if (ParseLabel(&label, containing_file)) { in ParseMessageField()
1943 bool Parser::ParseLabel(FieldDescriptorProto::Label* label, in ParseLabel() function in google::protobuf::compiler::Parser