Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc332 if (location_->span_size() <= 2) { in ~LocationRecorder()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8723 if (this->span_size() > 0) { in SerializeWithCachedSizes()
8727 for (int i = 0; i < this->span_size(); i++) { in SerializeWithCachedSizes()
8777 if (this->span_size() > 0) { in SerializeWithCachedSizesToArray()
8785 for (int i = 0; i < this->span_size(); i++) { in SerializeWithCachedSizesToArray()
8859 for (int i = 0; i < this->span_size(); i++) { in ByteSize()
Ddescriptor.pb.h2746 inline int span_size() const;
6543 inline int SourceCodeInfo_Location::span_size() const { in span_size() function
Ddescriptor_unittest.cc5490 ASSERT_EQ(3, foo_location.span_size()); // Foo spans one line in TEST_F()