/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | plugin.rs | 315 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | plugin.rs | 305 pub file_to_generate: ::std::vec::Vec<::std::string::String>, field 385 |m: &CodeGeneratorRequest| { &m.file_to_generate }, in generated_message_descriptor_data() 386 |m: &mut CodeGeneratorRequest| { &mut m.file_to_generate }, in generated_message_descriptor_data() 432 self.file_to_generate.push(is.read_string()?); in merge_from() 455 for value in &self.file_to_generate { in compute_size() 475 for v in &self.file_to_generate { in write_to_with_cached_sizes() 504 self.file_to_generate.clear(); in clear() 513 file_to_generate: ::std::vec::Vec::new(), in default_instance()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | plugin.h | 95 const upb_StringView* file_to_generate = UPB_DESC( in GenerateFilesRaw() local 99 {file_to_generate[i].data, file_to_generate[i].size}); in GenerateFilesRaw()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.cc | 129 parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i))); in GenerateCode() 134 request.file_to_generate(i); in GenerateCode()
|
H A D | plugin.pb.h | 454 const std::string& file_to_generate(int index) const; in Swap() 465 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& file_to_generate() const; in Swap() 1186 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function 1233 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
|
H A D | plugin.proto | 72 repeated string file_to_generate = 1; field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.cc | 129 parsed_files.push_back(pool.FindFileByName(request.file_to_generate(i))); in GenerateCode() 134 request.file_to_generate(i); in GenerateCode()
|
H A D | plugin.pb.h | 454 const std::string& file_to_generate(int index) const; in Swap() 465 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& file_to_generate() const; in Swap() 1186 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function 1233 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
|
H A D | plugin.proto | 72 repeated string file_to_generate = 1; field
|
/aosp_15_r20/frameworks/base/tools/streaming_proto/ |
H A D | stream_proto_utils.cpp | 92 if (request.file_to_generate(i) == file) { in should_generate_for_file()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/ |
D | compiler_plugin.rs | 29 .file_to_generate in plugin_main()
|
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/compiler/ |
D | plugin.pb.h | 420 const std::string& file_to_generate(int index) const; in Swap() 431 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& file_to_generate() const; in Swap() 1120 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function 1167 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/compiler/ |
D | plugin.pb.h | 420 const std::string& file_to_generate(int index) const; in Swap() 431 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& file_to_generate() const; in Swap() 1120 inline const std::string& CodeGeneratorRequest::file_to_generate(int index) const { in file_to_generate() function 1167 CodeGeneratorRequest::file_to_generate() const { in file_to_generate() function
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 59 repeated string file_to_generate = 1; field
|
/aosp_15_r20/external/pandora/bt-test-interfaces/python/_build/ |
D | protoc-gen-custom_grpc | 589 for file_name in _REQUEST.file_to_generate:
|
/aosp_15_r20/external/nanopb-c/generator/proto/ |
H A D | plugin.proto | 59 repeated string file_to_generate = 1; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/compiler/ |
D | plugin.proto | 72 repeated string file_to_generate = 1; field
|
/aosp_15_r20/external/nanopb-c/generator/ |
H A D | nanopb_generator.py | 1816 options.options_path.append(os.path.dirname(request.file_to_generate[0])) 1824 for filename in request.file_to_generate:
|