/aosp_15_r20/external/golang-protobuf/types/pluginpb/ |
H A D | plugin.pb.go | 280 type CodeGeneratorResponse struct { struct 281 state protoimpl.MessageState 282 sizeCache protoimpl.SizeCache 283 unknownFields protoimpl.UnknownFields 293 Error *string `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"` 296 …:"varint,2,opt,name=supported_features,json=supportedFeatures" json:"supported_features,omitempty"` 297 … []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file" json:"file,omitempty"` 300 func (x *CodeGeneratorResponse) Reset() { 309 func (x *CodeGeneratorResponse) String() string { 313 func (*CodeGeneratorResponse) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | plugin.rs | 543 pub struct CodeGeneratorResponse { struct 557 …// @@protoc_insertion_point(field:google.protobuf.compiler.CodeGeneratorResponse.supported_feature… argument 559 // @@protoc_insertion_point(field:google.protobuf.compiler.CodeGeneratorResponse.file) argument 562 …// @@protoc_insertion_point(special_field:google.protobuf.compiler.CodeGeneratorResponse.special_f… argument 566 impl<'a> ::std::default::Default for &'a CodeGeneratorResponse { implementation 572 impl CodeGeneratorResponse { implementation 658 impl crate::Message for CodeGeneratorResponse { implementation 748 impl crate::MessageFull for CodeGeneratorResponse { implementation 755 impl ::std::fmt::Display for CodeGeneratorResponse { implementation 761 impl crate::reflect::ProtobufValue for CodeGeneratorResponse { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | plugin.rs | 632 pub struct CodeGeneratorResponse { struct 636 pub file: crate::RepeatedField<CodeGeneratorResponse_File>, argument 644 impl<'a> ::std::default::Default for &'a CodeGeneratorResponse { argument 650 impl CodeGeneratorResponse { implementation 736 impl crate::Message for CodeGeneratorResponse { implementation 869 impl crate::Clear for CodeGeneratorResponse { implementation 878 impl ::std::fmt::Debug for CodeGeneratorResponse { implementation 884 impl crate::reflect::ProtobufValue for CodeGeneratorResponse { implementation
|
/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.cc | 74 PROTOBUF_CONSTEXPR CodeGeneratorResponse::CodeGeneratorResponse( in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1208 CodeGeneratorResponse::CodeGeneratorResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1214 CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
|
D | plugin.pb.h | 58 class CodeGeneratorResponse; variable 726 inline CodeGeneratorResponse() : CodeGeneratorResponse(nullptr) {} in CodeGeneratorResponse() function 731 CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept in CodeGeneratorResponse() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 76 PROTOBUF_CONSTEXPR CodeGeneratorResponse::CodeGeneratorResponse( in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1311 CodeGeneratorResponse::CodeGeneratorResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1317 CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
|
H A D | plugin.h | 76 class CodeGeneratorResponse; variable
|
H A D | plugin.pb.h | 60 class CodeGeneratorResponse; variable 774 inline CodeGeneratorResponse() : CodeGeneratorResponse(nullptr) {} in CodeGeneratorResponse() function 779 CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept in CodeGeneratorResponse() function
|
H A D | plugin.proto | 99 message CodeGeneratorResponse { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 76 PROTOBUF_CONSTEXPR CodeGeneratorResponse::CodeGeneratorResponse( in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1311 CodeGeneratorResponse::CodeGeneratorResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1317 CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
|
H A D | plugin.h | 76 class CodeGeneratorResponse; variable
|
H A D | plugin.pb.h | 60 class CodeGeneratorResponse; variable 774 inline CodeGeneratorResponse() : CodeGeneratorResponse(nullptr) {} in CodeGeneratorResponse() function 779 CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept in CodeGeneratorResponse() function
|
H A D | plugin.proto | 99 message CodeGeneratorResponse { message
|
/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.cc | 74 PROTOBUF_CONSTEXPR CodeGeneratorResponse::CodeGeneratorResponse( in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1208 CodeGeneratorResponse::CodeGeneratorResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse 1214 CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
|
D | plugin.pb.h | 58 class CodeGeneratorResponse; variable 726 inline CodeGeneratorResponse() : CodeGeneratorResponse(nullptr) {} in CodeGeneratorResponse() function 731 CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept in CodeGeneratorResponse() function
|
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/ |
H A D | plugin.py | 98 req: plugin_pb2.CodeGeneratorRequest, res: plugin_pb2.CodeGeneratorResponse
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/ |
H A D | plugin.py | 35 res: plugin_pb2.CodeGeneratorResponse,
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 79 message CodeGeneratorResponse { message
|
/aosp_15_r20/external/nanopb-c/generator/proto/ |
H A D | plugin.proto | 79 message CodeGeneratorResponse { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/compiler/ |
D | plugin.proto | 99 message CodeGeneratorResponse { message
|
/aosp_15_r20/trusty/host/common/scripts/metrics_atoms_protoc_plugin/ |
D | metrics_atoms_protoc_plugin.py | 309 response: plugin.CodeGeneratorResponse,
|
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/proto/mobile-data-download-populator-java-proto-lite/android_common_apex33/turbine/ |
D | mobile-data-download-populator-java-proto-lite.jar | com/google/mobiledatadownload/populator/MetadataProto$ManifestFileBookkeepingOrBuilder.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/proto/mobile-data-download-populator-java-proto-lite/android_common_apex30/turbine/ |
D | mobile-data-download-populator-java-proto-lite.jar | com/google/mobiledatadownload/populator/MetadataProto$ManifestFileBookkeepingOrBuilder.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/service/proto/phr/fhirspec-java-proto-lite/android_common/turbine/ |
D | fhirspec-java-proto-lite.jar | com/android/server/healthconnect/proto/FhirDataTypeConfig$AllowedFieldNamesToConfigDefaultEntryHolder.class
<Unknown>
package ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/debian_service/debian-service-grpclib-lite/android_common_apex10000/turbine/ |
D | debian-service-grpclib-lite.jar | com/android/virtualization/terminal/proto/DebianServiceGrpc$AsyncService.class
<Unknown>
package ... |