Searched refs:path_size (Results 1 – 5 of 5) sorted by relevance
231 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST()234 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST()237 ASSERT_EQ(1, foo->path_size()); in TEST()238 ASSERT_EQ(2, bar->path_size()); in TEST()271 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST()274 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST()277 ASSERT_EQ(1, foo->path_size()); in TEST()278 ASSERT_EQ(2, bar->path_size()); in TEST()307 ASSERT_EQ(1, foobar->path_size()); in TEST()332 ASSERT_EQ(1, bazbam->path_size()); in TEST()[all …]
163 annotation->path_size() != path.size()) { in FindAnnotationOnPath()
14049 if (this->path_size() > 0) { in SerializeWithCachedSizes()14053 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizes()14109 if (this->path_size() > 0) { in InternalSerializeWithCachedSizesToArray()14117 for (int i = 0; i < this->path_size(); i++) { in InternalSerializeWithCachedSizesToArray()14199 for (int i = 0; i < this->path_size(); i++) { in ByteSize()14578 int SourceCodeInfo_Location::path_size() const { in path_size() function in google::protobuf::SourceCodeInfo_Location15042 if (this->path_size() > 0) { in SerializeWithCachedSizes()15046 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizes()15082 if (this->path_size() > 0) { in InternalSerializeWithCachedSizesToArray()15090 for (int i = 0; i < this->path_size(); i++) { in InternalSerializeWithCachedSizesToArray()[all …]
3430 int path_size() const;3686 int path_size() const;7485 inline int SourceCodeInfo_Location::path_size() const { in path_size() function7746 inline int GeneratedCodeInfo_Annotation::path_size() const { in path_size() function
6601 ASSERT_EQ(2, foo_location.path_size()); in TEST_F()