Home
last modified time | relevance | path

Searched refs:span_size (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc371 if (location_->span_size() <= 2) { in ~LocationRecorder()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc14059 if (this->span_size() > 0) { in SerializeWithCachedSizes()
14063 for (int i = 0; i < this->span_size(); i++) { in SerializeWithCachedSizes()
14123 if (this->span_size() > 0) { in InternalSerializeWithCachedSizesToArray()
14131 for (int i = 0; i < this->span_size(); i++) { in InternalSerializeWithCachedSizesToArray()
14216 for (int i = 0; i < this->span_size(); i++) { in ByteSize()
14608 int SourceCodeInfo_Location::span_size() const { in span_size() function in google::protobuf::SourceCodeInfo_Location
Ddescriptor.pb.h3442 int span_size() const;
7515 inline int SourceCodeInfo_Location::span_size() const { in span_size() function
Ddescriptor_unittest.cc6604 ASSERT_EQ(3, foo_location.span_size()); // Foo spans one line in TEST_F()