Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h348 const LocationRecorder& parent_location,
357 const LocationRecorder& parent_location,
371 const LocationRecorder& parent_location);
373 const LocationRecorder& parent_location);
379 const LocationRecorder& parent_location,
412 bool ParseMethodOptions(const LocationRecorder& parent_location,
Dparser.cc784 const LocationRecorder& parent_location, in ParseMessageField() argument
804 return ParseMessageFieldNoLabel(field, messages, parent_location, in ParseMessageField()
813 const LocationRecorder& parent_location, in ParseMessageFieldNoLabel() argument
917 LocationRecorder group_location(parent_location); in ParseMessageFieldNoLabel()
1501 const LocationRecorder& parent_location) { in ParseReservedNames() argument
1503 LocationRecorder location(parent_location, message->reserved_name_size()); in ParseReservedNames()
1506 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNames()
1511 const LocationRecorder& parent_location) { in ParseReservedNumbers() argument
1514 LocationRecorder location(parent_location, message->reserved_range_size()); in ParseReservedNumbers()
1549 DO(ConsumeEndOfDeclaration(";", &parent_location)); in ParseReservedNumbers()
[all …]
/external/v8/src/
Dapi.cc8077 i::Object** parent_location = i::Handle<i::Object>(parent).location(); in SetReference() local
8079 reinterpret_cast<i::HeapObject**>(parent_location), in SetReference()