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