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