Searched refs:SubDefaults (Results 1 – 5 of 5) sorted by relevance
/external/golang-protobuf/proto/ |
D | proto3_test.go | 112 Proto2Field: new(tpb.SubDefaults), 113 Proto2Value: map[string]*tpb.SubDefaults{ 114 "badlands": new(tpb.SubDefaults), 127 Proto2Field: &tpb.SubDefaults{N: proto.Int64(7)}, 128 Proto2Value: map[string]*tpb.SubDefaults{ 129 "badlands": &tpb.SubDefaults{N: proto.Int64(7)},
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 69 …Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,… 70 …Proto2Value map[string]*test_proto.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,… 190 func (m *Message) GetProto2Field() *test_proto.SubDefaults { 197 func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults { 503 …proto.RegisterMapType((map[string]*test_proto.SubDefaults)(nil), "proto3_proto.Message.Proto2Value…
|
D | proto3.proto | 61 test_proto.SubDefaults proto2_field = 11; 62 map<string, test_proto.SubDefaults> proto2_value = 13;
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2462 Sub *SubDefaults `protobuf:"bytes,18,opt,name=sub" json:"sub,omitempty"` 2635 func (m *Defaults) GetSub() *SubDefaults { 2649 type SubDefaults struct { struct 2656 func (m *SubDefaults) Reset() { *m = SubDefaults{} } argument 2657 func (m *SubDefaults) String() string { return proto.CompactTextString(m) } argument 2658 func (*SubDefaults) ProtoMessage() {} argument 2659 func (*SubDefaults) Descriptor() ([]byte, []int) { argument 2663 func (m *SubDefaults) XXX_Unmarshal(b []byte) error { argument 2666 func (m *SubDefaults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 2669 func (m *SubDefaults) XXX_Merge(src proto.Message) { argument [all …]
|
D | test.proto | 467 optional SubDefaults sub = 18; 473 message SubDefaults { message
|