Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cc333 if (descriptor_->GetSourceLocation(&location)) { in GenerateMessageHeader()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h359 bool GetSourceLocation(SourceLocation* out_location) const;
650 bool GetSourceLocation(SourceLocation* out_location) const;
769 bool GetSourceLocation(SourceLocation* out_location) const;
864 bool GetSourceLocation(SourceLocation* out_location) const;
963 bool GetSourceLocation(SourceLocation* out_location) const;
1042 bool GetSourceLocation(SourceLocation* out_location) const;
1123 bool GetSourceLocation(SourceLocation* out_location) const;
1283 bool GetSourceLocation(SourceLocation* out_location) const;
1290 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
2042 desc->GetSourceLocation(&source_loc_); in SourceLocationCommentPrinter()
2052 file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
2599 bool FileDescriptor::GetSourceLocation(const vector<int>& path, in GetSourceLocation() function in google::protobuf::FileDescriptor
2604 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()
2624 bool FileDescriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::FileDescriptor
2626 return GetSourceLocation(path, out_location); in GetSourceLocation()
2638 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { in GetSourceLocation() function in google::protobuf::Descriptor
2641 return file()->GetSourceLocation(path, out_location); in GetSourceLocation()
[all …]
Ddescriptor_unittest.cc6459 TEST_F(SourceLocationTest, GetSourceLocation) { in TEST_F() argument
6466 EXPECT_TRUE(a_desc->GetSourceLocation(&loc)); in TEST_F()
6470 EXPECT_TRUE(a_b_desc->GetSourceLocation(&loc)); in TEST_F()
6474 EXPECT_TRUE(e_desc->GetSourceLocation(&loc)); in TEST_F()
6478 EXPECT_TRUE(yes_desc->GetSourceLocation(&loc)); in TEST_F()
6482 EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); in TEST_F()
6486 EXPECT_TRUE(m_desc->GetSourceLocation(&loc)); in TEST_F()
6499 EXPECT_TRUE(int32_extension_desc->GetSourceLocation(&loc)); in TEST_F()
6503 EXPECT_TRUE(c_desc->GetSourceLocation(&loc)); in TEST_F()
6508 EXPECT_TRUE(message_extension_desc->GetSourceLocation(&loc)); in TEST_F()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc87 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_doc_comment.cc144 if (descriptor->GetSourceLocation(&location)) { in WriteDocCommentBody()
/frameworks/base/tools/stats_log_api_gen/
DCollation.cpp78 if (field->GetSourceLocation(&loc)) { in print_error()