Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc651 const LocationRecorder& message_location, in ParseMessageDefinition() argument
655 LocationRecorder location(message_location, in ParseMessageDefinition()
661 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
700 const LocationRecorder& message_location, in ParseMessageBlock() argument
702 DO(ConsumeEndOfDeclaration("{", &message_location)); in ParseMessageBlock()
710 if (!ParseMessageStatement(message, message_location, containing_file)) { in ParseMessageBlock()
724 const LocationRecorder& message_location, in ParseMessageStatement() argument
730 LocationRecorder location(message_location, in ParseMessageStatement()
736 LocationRecorder location(message_location, in ParseMessageStatement()
742 LocationRecorder location(message_location, in ParseMessageStatement()
[all …]
Dparser.h296 const LocationRecorder& message_location,
317 const LocationRecorder& message_location,
329 const LocationRecorder& message_location,
369 const LocationRecorder& message_location);
/external/v8/src/debug/
Dliveedit.cc710 MessageLocation message_location = isolate->GetMessageLocation(); in GatherCompileInfo() local
716 if (exception->IsJSObject() && !message_location.script().is_null()) { in GatherCompileInfo()
727 Smi::FromInt(message_location.start_pos()), isolate); in GatherCompileInfo()
728 Handle<Smi> end_pos(Smi::FromInt(message_location.end_pos()), isolate); in GatherCompileInfo()
730 Script::GetWrapper(message_location.script()); in GatherCompileInfo()