Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc917 LocationRecorder group_location(parent_location); in ParseMessageFieldNoLabel() local
918 group_location.StartAt(field_location); in ParseMessageFieldNoLabel()
919 group_location.AddPath(location_field_number_for_nested_type); in ParseMessageFieldNoLabel()
920 group_location.AddPath(messages->size()); in ParseMessageFieldNoLabel()
927 LocationRecorder location(group_location, in ParseMessageFieldNoLabel()
954 DO(ParseMessageBlock(group, group_location, containing_file)); in ParseMessageFieldNoLabel()