Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dplugin.rs315 pub file_to_generate: crate::RepeatedField<::std::string::String>, field
341 &self.file_to_generate in get_file_to_generate()
344 self.file_to_generate.clear(); in clear_file_to_generate()
349 self.file_to_generate = v; in set_file_to_generate()
354 &mut self.file_to_generate in mut_file_to_generate()
359 ::std::mem::replace(&mut self.file_to_generate, crate::RepeatedField::new()) in take_file_to_generate()
477 … crate::rt::read_repeated_string_into(wire_type, is, &mut self.file_to_generate)?; in merge_from()
500 for value in &self.file_to_generate { in compute_size()
520 for v in &self.file_to_generate { in write_to_with_cached_sizes()
576 |m: &CodeGeneratorRequest| { &m.file_to_generate }, in descriptor_static()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc117 parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i))); in GenerateCode()
122 request.file_to_generate(i); in GenerateCode()
Dplugin.pb.cc823 this->file_to_generate(this->file_to_generate_size() - 1).data(), in MergePartialFromCodedStream()
824 static_cast<int>(this->file_to_generate(this->file_to_generate_size() - 1).length()), in MergePartialFromCodedStream()
900 this->file_to_generate(i).data(), static_cast<int>(this->file_to_generate(i).length()), in SerializeWithCachedSizes()
904 1, this->file_to_generate(i), output); in SerializeWithCachedSizes()
949 this->file_to_generate(i).data(), static_cast<int>(this->file_to_generate(i).length()), in InternalSerializeWithCachedSizesToArray()
953 WriteStringToArray(1, this->file_to_generate(i), target); in InternalSerializeWithCachedSizesToArray()
1009 this->file_to_generate(i)); in ByteSizeLong()
Dplugin.pb.h389 const std::string& file_to_generate(int index) const;
400 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& file_to_generate() const;
916 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function
964 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
Dplugin.proto72 repeated string file_to_generate = 1; field
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/
Ddummy_plugin.py25 for fname in request.file_to_generate:
/external/pandora/bt-test-interfaces/python/_build/
Dprotoc-gen-custom_grpc159 for file_name in request.file_to_generate:
/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.py1816 options.options_path.append(os.path.dirname(request.file_to_generate[0]))
1824 for filename in request.file_to_generate: