Home
last modified time | relevance | path

Searched refs:proto_file_size (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc100 for (int i = 0; i < request.proto_file_size(); i++) { in GenerateCode()
Dplugin.pb.cc364 for (unsigned int i = 0, n = this->proto_file_size(); i < n; i++) { in SerializeWithCachedSizes()
401 for (unsigned int i = 0, n = this->proto_file_size(); i < n; i++) { in SerializeWithCachedSizesToArray()
434 total_size += 1 * this->proto_file_size(); in ByteSize()
435 for (int i = 0; i < this->proto_file_size(); i++) { in ByteSize()
637 int CodeGeneratorRequest::proto_file_size() const { in proto_file_size() function in google::protobuf::compiler::CodeGeneratorRequest
Dplugin.pb.h141 int proto_file_size() const;
521 inline int CodeGeneratorRequest::proto_file_size() const { in proto_file_size() function