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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.h279 bool GetSourceLocation(SourceLocation* out_location) const;
553 bool GetSourceLocation(SourceLocation* out_location) const;
653 bool GetSourceLocation(SourceLocation* out_location) const;
736 bool GetSourceLocation(SourceLocation* out_location) const;
814 bool GetSourceLocation(SourceLocation* out_location) const;
884 bool GetSourceLocation(SourceLocation* out_location) const;
953 bool GetSourceLocation(SourceLocation* out_location) const;
1098 bool GetSourceLocation(const std::vector<int>& path,
H A Ddescriptor.cc561 const SourceCodeInfo_Location* GetSourceLocation(
885 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( function in class:google::protobuf::FileDescriptorTables
2123 bool FileDescriptor::GetSourceLocation(const vector<int>& path, function in class:google::protobuf::FileDescriptor
2128 tables_->GetSourceLocation(path, source_code_info_)) {
2149 bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::Descriptor
2152 return file()->GetSourceLocation(path, out_location);
2155 bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::FieldDescriptor
2158 return file()->GetSourceLocation(path, out_location);
2161 bool OneofDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::OneofDescriptor
2164 return containing_type()->file()->GetSourceLocation(pat
2167 bool EnumDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::EnumDescriptor
2173 bool MethodDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::MethodDescriptor
2179 bool ServiceDescriptor::GetSourceLocation(SourceLocation* out_location) const { function in class:google::protobuf::ServiceDescriptor
2185 bool EnumValueDescriptor::GetSourceLocation( function in class:google::protobuf::EnumValueDescriptor
[all...]
H A Ddescriptor_unittest.cc5345 TEST_F(SourceLocationTest, GetSourceLocation) {
5352 EXPECT_TRUE(a_desc->GetSourceLocation(&loc));
5356 EXPECT_TRUE(a_b_desc->GetSourceLocation(&loc));
5360 EXPECT_TRUE(e_desc->GetSourceLocation(&loc));
5364 EXPECT_TRUE(yes_desc->GetSourceLocation(&loc));
5368 EXPECT_TRUE(s_desc->GetSourceLocation(&loc));
5372 EXPECT_TRUE(m_desc->GetSourceLocation(&loc));
5385 EXPECT_TRUE(int32_extension_desc->GetSourceLocation(&loc));
5389 EXPECT_TRUE(c_desc->GetSourceLocation(&loc));
5394 EXPECT_TRUE(message_extension_desc->GetSourceLocation(
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc144 if (descriptor->GetSourceLocation(&location)) {

Completed in 827 milliseconds