Home
last modified time | relevance | path

Searched refs:GetSourceLocation (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-scope-iterator.cc113 ->GetSourceLocation(iterator_.start_position()); in GetStartLocation()
119 ->GetSourceLocation(iterator_.end_position()); in GetEndLocation()
H A Ddebug-stack-trace-iterator.cc147 debug::Location DebugStackTraceIterator::GetSourceLocation() const { in GetSourceLocation() function in v8::internal::DebugStackTraceIterator
151 return script->GetSourceLocation(frame_inspector_->GetSourcePosition()); in GetSourceLocation()
H A Ddebug-stack-trace-iterator.h30 debug::Location GetSourceLocation() const override;
H A Ddebug-interface.h218 v8::debug::Location GetSourceLocation(int offset) const;
534 virtual debug::Location GetSourceLocation() const = 0;
H A Ddebug-interface.cc592 Location Script::GetSourceLocation(int offset) const { in GetSourceLocation() function in v8::debug::Script
620 *location = GetSourceLocation(offset); in SetBreakpoint()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_enum.cc84 if (descriptor_->GetSourceLocation(&location)) { in GenerateHeader()
131 if (all_values_[i]->GetSourceLocation(&location)) { in GenerateHeader()
H A Dobjectivec_extension.cc70 if (descriptor_->GetSourceLocation(&location)) { in GenerateMembersHeader()
H A Dobjectivec_oneof.cc55 if (descriptor_->GetSourceLocation(&location)) { in OneofGenerator()
H A Dobjectivec_field.cc65 if (descriptor->GetSourceLocation(&location)) { in SetCommonFieldVariables()
H A Dobjectivec_message.cc330 if (descriptor_->GetSourceLocation(&location)) { in GenerateMessageHeader()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h489 bool GetSourceLocation(SourceLocation* out_location) const;
834 bool GetSourceLocation(SourceLocation* out_location) const;
971 bool GetSourceLocation(SourceLocation* out_location) const;
1098 bool GetSourceLocation(SourceLocation* out_location) const;
1206 bool GetSourceLocation(SourceLocation* out_location) const;
1285 bool GetSourceLocation(SourceLocation* out_location) const;
1371 bool GetSourceLocation(SourceLocation* out_location) const;
1536 bool GetSourceLocation(SourceLocation* out_location) const;
1543 bool GetSourceLocation(const std::vector<int>& path,
H A Ddescriptor_unittest.cc7274 TEST_F(SourceLocationTest, GetSourceLocation) { in TEST_F()
7281 EXPECT_TRUE(a_desc->GetSourceLocation(&loc)); in TEST_F()
7285 EXPECT_TRUE(a_b_desc->GetSourceLocation(&loc)); in TEST_F()
7289 EXPECT_TRUE(e_desc->GetSourceLocation(&loc)); in TEST_F()
7293 EXPECT_TRUE(yes_desc->GetSourceLocation(&loc)); in TEST_F()
7297 EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); in TEST_F()
7301 EXPECT_TRUE(m_desc->GetSourceLocation(&loc)); in TEST_F()
7314 EXPECT_TRUE(int32_extension_desc->GetSourceLocation(&loc)); in TEST_F()
7318 EXPECT_TRUE(c_desc->GetSourceLocation(&loc)); in TEST_F()
7323 EXPECT_TRUE(message_extension_desc->GetSourceLocation( in TEST_F()
[all...]
H A Ddescriptor.cc752 const SourceCodeInfo_Location* GetSourceLocation(
1234 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation() function in google::protobuf::FileDescriptorTables
2383 options.include_comments && desc->GetSourceLocation(&source_loc_); in SourceLocationCommentPrinter()
2393 options.include_comments && file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
2967 bool FileDescriptor::GetSourceLocation(const std::vector<int>& path, in GetSourceLocation() function in google::protobuf::FileDescriptor
2972 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()
2992 bool FileDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FileDescriptor
2994 return GetSourceLocation(path, out_location); in GetSourceLocation()
3006 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::Descriptor
3009 return file()->GetSourceLocation(pat in GetSourceLocation()
3012 bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { GetSourceLocation() function in google::protobuf::FieldDescriptor
3018 bool OneofDescriptor::GetSourceLocation(SourceLocation* out_location) const { GetSourceLocation() function in google::protobuf::OneofDescriptor
3024 bool EnumDescriptor::GetSourceLocation(SourceLocation* out_location) const { GetSourceLocation() function in google::protobuf::EnumDescriptor
3030 bool MethodDescriptor::GetSourceLocation(SourceLocation* out_location) const { GetSourceLocation() function in google::protobuf::MethodDescriptor
3036 bool ServiceDescriptor::GetSourceLocation(SourceLocation* out_location) const { GetSourceLocation() function in google::protobuf::ServiceDescriptor
3042 bool EnumValueDescriptor::GetSourceLocation( GetSourceLocation() function in google::protobuf::EnumValueDescriptor
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_doc_comment.cc88 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc145 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc242 return m_script.Get(m_isolate)->GetSourceLocation(offset);
H A Dv8-debugger-agent-impl.cc1453 v8::debug::Location loc = iterator->GetSourceLocation(); in currentCallFrames()
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc1638 if (descriptor->GetSourceLocation(&location)) { in GenerateDocCommentBody()
1688 if (field->GetSourceLocation(&location)) { in GenerateMessageConstructorDocComment()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3370 debug::Location location = script->GetSourceLocation(offset); in LineFromOffset()
3421 script->GetSourceLocation(function_data.StartOffset()); in WriteLcovData()
3423 script->GetSourceLocation(function_data.EndOffset()); in WriteLcovData()

Completed in 51 milliseconds