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.cc371 if (location_->span_size() <= 2) { in ~LocationRecorder()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc13563 if (this->span_size() > 0) { in SerializeWithCachedSizes()
13567 for (int i = 0; i < this->span_size(); i++) { in SerializeWithCachedSizes()
13627 if (this->span_size() > 0) { in SerializeWithCachedSizesToArray()
13635 for (int i = 0; i < this->span_size(); i++) { in SerializeWithCachedSizesToArray()
13720 for (int i = 0; i < this->span_size(); i++) { in ByteSize()
14104 int SourceCodeInfo_Location::span_size() const { in span_size() function in google::protobuf::SourceCodeInfo_Location
Ddescriptor.pb.h3246 int span_size() const;
7229 inline int SourceCodeInfo_Location::span_size() const { in span_size() function
Ddescriptor_unittest.cc6602 ASSERT_EQ(3, foo_location.span_size()); // Foo spans one line in TEST_F()