Searched defs:proto_file_size (Results 1 - 2 of 2) sorted by relevance

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

Completed in 191 milliseconds