Searched refs:file_to_generate_size (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc118 for (int i = 0; i < request.file_to_generate_size(); i++) {
H A Dplugin.pb.cc306 for (int i = 0; i < this->file_to_generate_size(); i++) {
338 for (int i = 0; i < this->file_to_generate_size(); i++) {
383 total_size += 1 * this->file_to_generate_size();
384 for (int i = 0; i < this->file_to_generate_size(); i++) {
H A Dplugin.pb.h99 inline int file_to_generate_size() const;
398 inline int CodeGeneratorRequest::file_to_generate_size() const { function in class:google::protobuf::compiler::CodeGeneratorRequest

Completed in 17 milliseconds