Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc124 parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i))); in PluginMain()
128 << request.file_to_generate(i) << endl; in PluginMain()
Dplugin.pb.cc257 this->file_to_generate(this->file_to_generate_size() - 1).data(), in MergePartialFromCodedStream()
258 this->file_to_generate(this->file_to_generate_size() - 1).length(), in MergePartialFromCodedStream()
328 this->file_to_generate(i).data(), this->file_to_generate(i).length(), in SerializeWithCachedSizes()
332 1, this->file_to_generate(i), output); in SerializeWithCachedSizes()
364 this->file_to_generate(i).data(), this->file_to_generate(i).length(), in SerializeWithCachedSizesToArray()
368 WriteStringToArray(1, this->file_to_generate(i), target); in SerializeWithCachedSizesToArray()
413 this->file_to_generate(i)); in ByteSize()
Dplugin.pb.h102 inline const ::std::string& file_to_generate(int index) const;
111 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& file_to_generate() const;
384 inline const ::std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function
421 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
Dplugin.proto58 repeated string file_to_generate = 1; field
/external/nanopb-c/generator/proto/
Dplugin.proto56 repeated string file_to_generate = 1; field
/external/nanopb-c/generator/
Dnanopb_generator.py1095 for filename in request.file_to_generate: