Searched refs:span_size (Results 1 – 4 of 4) sorted by relevance
371 if (location_->span_size() <= 2) { in ~LocationRecorder()
14059 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
3442 int span_size() const;7515 inline int SourceCodeInfo_Location::span_size() const { in span_size() function
6604 ASSERT_EQ(3, foo_location.span_size()); // Foo spans one line in TEST_F()