Searched refs:location_size (Results 1 – 6 of 6) sorted by relevance
152 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
2123 for (int i = 0; i < source_info.location_size(); i++) { in Parse()
14455 for (unsigned int i = 0, n = this->location_size(); i < n; i++) { in SerializeWithCachedSizes()14471 for (unsigned int i = 0, n = this->location_size(); i < n; i++) { in InternalSerializeWithCachedSizesToArray()14490 total_size += 1 * this->location_size(); in ByteSize()14491 for (int i = 0; i < this->location_size(); i++) { in ByteSize()14805 int SourceCodeInfo::location_size() const { in location_size() function in google::protobuf::SourceCodeInfo
3590 int location_size() const;7712 inline int SourceCodeInfo::location_size() const { in location_size() function
6598 ASSERT_EQ(4, info.location_size()); in TEST_F()
1024 for (int i = 0, len = p->second->location_size(); i < len; ++i) { in BuildLocationsByPath()