Home
last modified time | relevance | path

Searched refs:path_size (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dprinter_unittest.cc231 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 …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc163 annotation->path_size() != path.size()) { in FindAnnotationOnPath()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc14049 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_Location
15042 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 …]
Ddescriptor.pb.h3430 int path_size() const;
3686 int path_size() const;
7485 inline int SourceCodeInfo_Location::path_size() const { in path_size() function
7746 inline int GeneratedCodeInfo_Annotation::path_size() const { in path_size() function
Ddescriptor_unittest.cc6601 ASSERT_EQ(2, foo_location.path_size()); in TEST_F()