GetSourceLocation 147 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc if (descriptor->GetSourceLocation(&location)) { GetSourceLocation 2024 third_party/protobuf/src/google/protobuf/descriptor.cc return file()->GetSourceLocation(path, out_location); GetSourceLocation 2030 third_party/protobuf/src/google/protobuf/descriptor.cc return file()->GetSourceLocation(path, out_location); GetSourceLocation 2036 third_party/protobuf/src/google/protobuf/descriptor.cc return file()->GetSourceLocation(path, out_location); GetSourceLocation 2042 third_party/protobuf/src/google/protobuf/descriptor.cc return service()->file()->GetSourceLocation(path, out_location); GetSourceLocation 2048 third_party/protobuf/src/google/protobuf/descriptor.cc return file()->GetSourceLocation(path, out_location); GetSourceLocation 2055 third_party/protobuf/src/google/protobuf/descriptor.cc return type()->file()->GetSourceLocation(path, out_location); GetSourceLocation 263 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(SourceLocation* out_location) const; GetSourceLocation 521 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(SourceLocation* out_location) const; GetSourceLocation 638 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(SourceLocation* out_location) const; GetSourceLocation 716 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(SourceLocation* out_location) const; GetSourceLocation 786 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(SourceLocation* out_location) const; GetSourceLocation 855 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(SourceLocation* out_location) const; GetSourceLocation 995 third_party/protobuf/src/google/protobuf/descriptor.h bool GetSourceLocation(const vector<int>& path, GetSourceLocation 4521 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc TEST_F(SourceLocationTest, GetSourceLocation) { GetSourceLocation 4528 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(a_desc->GetSourceLocation(&loc)); GetSourceLocation 4532 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(a_b_desc->GetSourceLocation(&loc)); GetSourceLocation 4536 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(e_desc->GetSourceLocation(&loc)); GetSourceLocation 4540 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(yes_desc->GetSourceLocation(&loc)); GetSourceLocation 4544 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); GetSourceLocation 4548 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_TRUE(m_desc->GetSourceLocation(&loc)); GetSourceLocation 4568 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_FALSE(bad1_a_desc->GetSourceLocation(&loc)); GetSourceLocation 4594 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_FALSE(bad2_a_desc->GetSourceLocation(&loc));