Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h359 bool GetSourceLocation(SourceLocation* out_location) const;
650 bool GetSourceLocation(SourceLocation* out_location) const;
767 bool GetSourceLocation(SourceLocation* out_location) const;
858 bool GetSourceLocation(SourceLocation* out_location) const;
957 bool GetSourceLocation(SourceLocation* out_location) const;
1036 bool GetSourceLocation(SourceLocation* out_location) const;
1117 bool GetSourceLocation(SourceLocation* out_location) const;
1277 bool GetSourceLocation(SourceLocation* out_location) const;
1284 bool GetSourceLocation(const std::vector<int>& path,
Ddescriptor.cc621 const SourceCodeInfo_Location* GetSourceLocation(
1030 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation() function in google::protobuf::FileDescriptorTables
2039 desc->GetSourceLocation(&source_loc_); in SourceLocationCommentPrinter()
2049 file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
2593 bool FileDescriptor::GetSourceLocation(const vector<int>& path, in GetSourceLocation() function in google::protobuf::FileDescriptor
2598 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()
2618 bool FileDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FileDescriptor
2620 return GetSourceLocation(path, out_location); in GetSourceLocation()
2632 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::Descriptor
2635 return file()->GetSourceLocation(path, out_location); in GetSourceLocation()
[all …]
Ddescriptor_unittest.cc6457 TEST_F(SourceLocationTest, GetSourceLocation) { in TEST_F() argument
6464 EXPECT_TRUE(a_desc->GetSourceLocation(&loc)); in TEST_F()
6468 EXPECT_TRUE(a_b_desc->GetSourceLocation(&loc)); in TEST_F()
6472 EXPECT_TRUE(e_desc->GetSourceLocation(&loc)); in TEST_F()
6476 EXPECT_TRUE(yes_desc->GetSourceLocation(&loc)); in TEST_F()
6480 EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); in TEST_F()
6484 EXPECT_TRUE(m_desc->GetSourceLocation(&loc)); in TEST_F()
6497 EXPECT_TRUE(int32_extension_desc->GetSourceLocation(&loc)); in TEST_F()
6501 EXPECT_TRUE(c_desc->GetSourceLocation(&loc)); in TEST_F()
6506 EXPECT_TRUE(message_extension_desc->GetSourceLocation(&loc)); in TEST_F()
[all …]
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc64 if (descriptor_->GetSourceLocation(&location)) { in GenerateHeader()
92 if (all_values_[i]->GetSourceLocation(&location)) { in GenerateHeader()
Dobjectivec_extension.cc65 if (descriptor_->GetSourceLocation(&location)) { in GenerateMembersHeader()
Dobjectivec_oneof.cc55 if (descriptor_->GetSourceLocation(&location)) { in OneofGenerator()
Dobjectivec_field.cc66 if (descriptor->GetSourceLocation(&location)) { in SetCommonFieldVariables()
Dobjectivec_message.cc317 if (descriptor_->GetSourceLocation(&location)) { in GenerateMessageHeader()
/external/v8/src/debug/
Ddebug-stack-trace-iterator.cc141 debug::Location DebugStackTraceIterator::GetSourceLocation() const { in GetSourceLocation() function in v8::internal::DebugStackTraceIterator
145 return script->GetSourceLocation(frame_inspector_->GetSourcePosition()); in GetSourceLocation()
Ddebug-scope-iterator.cc112 ->GetSourceLocation(iterator_.start_position()); in GetStartLocation()
118 ->GetSourceLocation(iterator_.end_position()); in GetEndLocation()
Ddebug-stack-trace-iterator.h28 debug::Location GetSourceLocation() const override;
Ddebug-interface.h131 v8::debug::Location GetSourceLocation(int offset) const;
445 virtual debug::Location GetSourceLocation() const = 0;
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h189 if (!desc->GetSourceLocation(&location)) { in GetComment()
221 if (!desc->GetSourceLocation(path, &location)) { in GetComment()
Dcsharp_generator.cc105 if (!descriptor->GetSourceLocation(&location)) { in GenerateDocCommentBody()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc87 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc144 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
/external/v8/src/inspector/
Dv8-debugger-script.cc205 return m_script.Get(m_isolate)->GetSourceLocation(offset); in location()
Dv8-debugger-agent-impl.cc1264 v8::debug::Location loc = iterator->GetSourceLocation(); in currentCallFrames()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp283 if (descriptor->GetSourceLocation(&location)) { in GrpcGetCommentsForDescriptor()
/external/v8/src/
Dd8.cc2002 debug::Location location = script->GetSourceLocation(offset); in LineFromOffset()
2052 script->GetSourceLocation(function_data.StartOffset()); in WriteLcovData()
2054 script->GetSourceLocation(function_data.EndOffset()); in WriteLcovData()
Dapi.cc9380 v8::debug::Location debug::Script::GetSourceLocation(int offset) const { in GetSourceLocation() function in v8::debug::Script
9406 *location = GetSourceLocation(offset); in SetBreakpoint()