HomeSort by relevance Sort by last modified time
    Searched refs:file_to_generate (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 120 pool.FindFileByName(request.file_to_generate(i));
124 << request.file_to_generate(i) << endl;
plugin.pb.cc 130 "est\022\030\n\020file_to_generate\030\001 \003(\t\022\021\n\tparamet"
237 // repeated string file_to_generate = 1;
245 this->file_to_generate(0).data(), this->file_to_generate(0).length(),
305 // repeated string file_to_generate = 1;
308 this->file_to_generate(i).data(), this->file_to_generate(i).length(),
311 1, this->file_to_generate(i), output);
337 // repeated string file_to_generate = 1;
340 this->file_to_generate(i).data(), this->file_to_generate(i).length()
    [all...]
plugin.pb.h 98 // repeated string file_to_generate = 1;
102 inline const ::std::string& file_to_generate(int index) const;
111 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& file_to_generate() const;
397 // repeated string file_to_generate = 1;
404 inline const ::std::string& CodeGeneratorRequest::file_to_generate(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
433 CodeGeneratorRequest::file_to_generate() const { function in class:google::protobuf::compiler::CodeGeneratorRequest

Completed in 311 milliseconds