Searched defs:CodeGeneratorResponse (Results 1 - 4 of 4) sorted by relevance
/external/nanopb-c/generator/google/protobuf/compiler/ |
H A D | plugin_pb2.py | 17 serialized_pb='\n%google/protobuf/compiler/plugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\tB,\n\x1c\x63om.google.protobuf.compilerB\x0cPluginProtos') 66 full_name='google.protobuf.compiler.CodeGeneratorResponse.File', 72 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0, 79 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1, 86 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2, 106 name='CodeGeneratorResponse', 107 full_name='google.protobuf.compiler.CodeGeneratorResponse', 113 name='error', full_name='google.protobuf.compiler.CodeGeneratorResponse.error', index=0, 120 name='file', full_name='google.protobuf.compiler.CodeGeneratorResponse.file', index=1, 143 DESCRIPTOR.message_types_by_name['CodeGeneratorResponse'] 151 class CodeGeneratorResponse(_message.Message): class in inherits:_message.Message [all...] |
/external/nanopb-c/generator/proto/ |
H A D | plugin_pb2.py | 13 serialized_pb='\n\x0cplugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\t') 62 full_name='google.protobuf.compiler.CodeGeneratorResponse.File', 68 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0, 75 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1, 82 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2, 102 name='CodeGeneratorResponse', 103 full_name='google.protobuf.compiler.CodeGeneratorResponse', 109 name='error', full_name='google.protobuf.compiler.CodeGeneratorResponse.error', index=0, 116 name='file', full_name='google.protobuf.compiler.CodeGeneratorResponse.file', index=1, 147 class CodeGeneratorResponse(messag class in inherits:message.Message [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 63 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse, error_), 64 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse, file_), 69 CodeGeneratorResponse::default_instance_, 71 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse, _has_bits_[0]), 72 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse, _unknown_fields_), 76 sizeof(CodeGeneratorResponse)); 109 CodeGeneratorResponse_descriptor_, &CodeGeneratorResponse::default_instance()); 119 delete CodeGeneratorResponse::default_instance_; 148 CodeGeneratorResponse::default_instance_ = new CodeGeneratorResponse(); 867 CodeGeneratorResponse::CodeGeneratorResponse() function in class:google::protobuf::compiler::CodeGeneratorResponse 876 CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) function in class:google::protobuf::compiler::CodeGeneratorResponse [all...] |
H A D | plugin.pb.h | 40 class CodeGeneratorResponse; 248 // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File) 273 class LIBPROTOC_EXPORT CodeGeneratorResponse : public ::google::protobuf::Message { class in namespace:google::protobuf::compiler 275 CodeGeneratorResponse(); 276 virtual ~CodeGeneratorResponse(); 278 CodeGeneratorResponse(const CodeGeneratorResponse& from); 280 inline CodeGeneratorResponse& operator=(const CodeGeneratorResponse& from) { 294 static const CodeGeneratorResponse [all...] |
Completed in 97 milliseconds