Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
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.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.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…
Dplugin.proto71 repeated string file_to_generate = 1; field
/external/nanopb-c/generator/proto/
Dplugin.proto59 repeated string file_to_generate = 1; field
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dplugin.proto59 repeated string file_to_generate = 1; field
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1574 options.options_path.append(os.path.dirname(request.file_to_generate[0]))
1582 for filename in request.file_to_generate:
/external/nanopb-c/generator/
Dnanopb_generator.py1689 options.options_path.append(os.path.dirname(request.file_to_generate[0]))
1697 for filename in request.file_to_generate: