Searched refs:message_location (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 537 const LocationRecorder& message_location, in ParseMessageDefinition() argument 541 LocationRecorder location(message_location, in ParseMessageDefinition() 547 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition() 586 const LocationRecorder& message_location, in ParseMessageBlock() argument 588 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock() 596 if (!ParseMessageStatement(message, message_location, containing_file)) { in ParseMessageBlock() 610 const LocationRecorder& message_location, in ParseMessageStatement() argument 616 LocationRecorder location(message_location, in ParseMessageStatement() 622 LocationRecorder location(message_location, in ParseMessageStatement() 628 LocationRecorder location(message_location, in ParseMessageStatement() [all …]
|
D | parser.h | 289 const LocationRecorder& message_location, 313 const LocationRecorder& message_location, 325 const LocationRecorder& message_location,
|
/external/v8/src/ |
D | liveedit.cc | 867 MessageLocation message_location = isolate->GetMessageLocation(); in GatherCompileInfo() local 873 if (exception->IsJSObject() && !message_location.script().is_null()) { in GatherCompileInfo() 884 Smi::FromInt(message_location.start_pos()), isolate); in GatherCompileInfo() 885 Handle<Smi> end_pos(Smi::FromInt(message_location.end_pos()), isolate); in GatherCompileInfo() 887 Script::GetWrapper(message_location.script()); in GatherCompileInfo()
|