Home
last modified time | relevance | path

Searched defs:CodeGeneratorResponse (Results 1 – 16 of 16) sorted by relevance

/external/golang-protobuf/types/pluginpb/
Dplugin.pb.go280 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 …]
/external/rust/crates/protobuf/src/
Dplugin.rs543 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
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.h76 class CodeGeneratorResponse; variable
Dplugin.proto99 message CodeGeneratorResponse { message
Dplugin.pb.cc70 PROTOBUF_CONSTEXPR CodeGeneratorResponse::CodeGeneratorResponse( in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
1268 CodeGeneratorResponse::CodeGeneratorResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
1275 CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) in CodeGeneratorResponse() function in compiler::CodeGeneratorResponse
Dplugin.pb.h60 class CodeGeneratorResponse; variable
759 inline CodeGeneratorResponse() : CodeGeneratorResponse(nullptr) {} in CodeGeneratorResponse() function
764 CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept in CodeGeneratorResponse() function
/external/protobuf/src/google/protobuf/compiler/
Dplugin.h76 class CodeGeneratorResponse; variable
Dplugin.proto99 message CodeGeneratorResponse { message
Dplugin.pb.cc76 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
Dplugin.pb.h60 class CodeGeneratorResponse; variable
774 inline CodeGeneratorResponse() : CodeGeneratorResponse(nullptr) {} in CodeGeneratorResponse() function
779 CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept in CodeGeneratorResponse() function
/external/rust/crates/protobuf/2.27.1/src/
Dplugin.rs632 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
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dplugin.py76 req: plugin_pb2.CodeGeneratorRequest, res: plugin_pb2.CodeGeneratorResponse
/external/pigweed/pw_rpc/py/pw_rpc/
Dplugin.py35 res: plugin_pb2.CodeGeneratorResponse,
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dplugin.proto79 message CodeGeneratorResponse { message
/external/nanopb-c/generator/proto/
Dplugin.proto79 message CodeGeneratorResponse { message
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/compiler/
Dplugin.proto99 message CodeGeneratorResponse { message