Home
last modified time | relevance | path

Searched refs:location_size (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dmock_code_generator.cc152 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
Dparser_unittest.cc2123 for (int i = 0; i < source_info.location_size(); i++) { in Parse()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc14455 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
Ddescriptor.pb.h3590 int location_size() const;
7712 inline int SourceCodeInfo::location_size() const { in location_size() function
Ddescriptor_unittest.cc6598 ASSERT_EQ(4, info.location_size()); in TEST_F()
Ddescriptor.cc1024 for (int i = 0, len = p->second->location_size(); i < len; ++i) { in BuildLocationsByPath()