/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 359 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,
|
D | descriptor.cc | 621 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 …]
|
D | descriptor_unittest.cc | 6457 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/ |
D | objectivec_enum.cc | 64 if (descriptor_->GetSourceLocation(&location)) { in GenerateHeader() 92 if (all_values_[i]->GetSourceLocation(&location)) { in GenerateHeader()
|
D | objectivec_extension.cc | 65 if (descriptor_->GetSourceLocation(&location)) { in GenerateMembersHeader()
|
D | objectivec_oneof.cc | 55 if (descriptor_->GetSourceLocation(&location)) { in OneofGenerator()
|
D | objectivec_field.cc | 66 if (descriptor->GetSourceLocation(&location)) { in SetCommonFieldVariables()
|
D | objectivec_message.cc | 317 if (descriptor_->GetSourceLocation(&location)) { in GenerateMessageHeader()
|
/external/v8/src/debug/ |
D | debug-stack-trace-iterator.cc | 141 debug::Location DebugStackTraceIterator::GetSourceLocation() const { in GetSourceLocation() function in v8::internal::DebugStackTraceIterator 145 return script->GetSourceLocation(frame_inspector_->GetSourcePosition()); in GetSourceLocation()
|
D | debug-scope-iterator.cc | 112 ->GetSourceLocation(iterator_.start_position()); in GetStartLocation() 118 ->GetSourceLocation(iterator_.end_position()); in GetEndLocation()
|
D | debug-stack-trace-iterator.h | 28 debug::Location GetSourceLocation() const override;
|
D | debug-interface.h | 131 v8::debug::Location GetSourceLocation(int offset) const; 445 virtual debug::Location GetSourceLocation() const = 0;
|
/external/grpc-grpc/src/compiler/ |
D | generator_helpers.h | 189 if (!desc->GetSourceLocation(&location)) { in GetComment() 221 if (!desc->GetSourceLocation(path, &location)) { in GetComment()
|
D | csharp_generator.cc | 105 if (!descriptor->GetSourceLocation(&location)) { in GenerateDocCommentBody()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 87 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 144 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
|
/external/v8/src/inspector/ |
D | v8-debugger-script.cc | 205 return m_script.Get(m_isolate)->GetSourceLocation(offset); in location()
|
D | v8-debugger-agent-impl.cc | 1264 v8::debug::Location loc = iterator->GetSourceLocation(); in currentCallFrames()
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 283 if (descriptor->GetSourceLocation(&location)) { in GrpcGetCommentsForDescriptor()
|
/external/v8/src/ |
D | d8.cc | 2002 debug::Location location = script->GetSourceLocation(offset); in LineFromOffset() 2052 script->GetSourceLocation(function_data.StartOffset()); in WriteLcovData() 2054 script->GetSourceLocation(function_data.EndOffset()); in WriteLcovData()
|
D | api.cc | 9380 v8::debug::Location debug::Script::GetSourceLocation(int offset) const { in GetSourceLocation() function in v8::debug::Script 9406 *location = GetSourceLocation(offset); in SetBreakpoint()
|