Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc272 this->file_to_generate(this->file_to_generate_size() - 1).data(), in MergePartialFromCodedStream()
273 this->file_to_generate(this->file_to_generate_size() - 1).length(), in MergePartialFromCodedStream()
346 this->file_to_generate(i).data(), this->file_to_generate(i).length(), in SerializeWithCachedSizes()
350 1, this->file_to_generate(i), output); in SerializeWithCachedSizes()
382 this->file_to_generate(i).data(), this->file_to_generate(i).length(), in SerializeWithCachedSizesToArray()
386 WriteStringToArray(1, this->file_to_generate(i), target); in SerializeWithCachedSizesToArray()
430 this->file_to_generate(i)); in ByteSize()
534 const ::std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest
572 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest
Dplugin.cc110 parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i))); in GenerateCode()
114 request.file_to_generate(i); in GenerateCode()
Dplugin.pb.h116 const ::std::string& file_to_generate(int index) const;
125 const ::google::protobuf::RepeatedPtrField< ::std::string>& file_to_generate() const;
418 inline const ::std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function
456 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
Dplugin.proto61 repeated string file_to_generate = 1; field
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.golden16 … `protobuf:"bytes,1,rep,name=file_to_generate" json:"file_to_generate,o…
/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: