Searched refs:StrToNested (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/golang-protobuf/encoding/prototext/ |
H A D | encode_test.go | 584 StrToNested: map[string]*pb3.Nested{}, 652 StrToNested: map[string]*pb3.Nested{ 713 StrToNested: map[string]*pb2.Nested{ 733 StrToNested: map[string]*pb3.Nested{ 741 StrToNested: map[string]*pb3.Nested{ 845 StrToNested: map[string]*pb2.NestedWithRequired{}, 851 StrToNested: map[string]*pb2.NestedWithRequired{ 865 StrToNested: map[string]*pb2.NestedWithRequired{
|
H A D | decode_test.go | 850 StrToNested: map[string]*pb3.Nested{ 952 StrToNested: map[string]*pb3.Nested{ 983 StrToNested: map[string]*pb3.Nested{ 1006 StrToNested: map[string]*pb3.Nested{ 1047 StrToNested: map[string]*pb2.Nested{"abc\xff": {}}, 1280 StrToNested: map[string]*pb2.NestedWithRequired{ 1304 StrToNested: map[string]*pb2.NestedWithRequired{
|
/aosp_15_r20/external/golang-protobuf/encoding/protojson/ |
H A D | encode_test.go | 618 StrToNested: map[string]*pb3.Nested{}, 673 StrToNested: map[string]*pb3.Nested{ 719 StrToNested: map[string]*pb3.Nested{ 838 StrToNested: map[string]*pb2.NestedWithRequired{}, 844 StrToNested: map[string]*pb2.NestedWithRequired{ 858 StrToNested: map[string]*pb2.NestedWithRequired{ 2110 StrToNested: map[string]*pb3.Nested{
|
H A D | decode_test.go | 896 StrToNested: map[string]*pb3.Nested{ 954 StrToNested: map[string]*pb3.Nested{ 1172 StrToNested: map[string]*pb2.NestedWithRequired{ 1193 StrToNested: map[string]*pb2.NestedWithRequired{ 2380 StrToNested: map[string]*pb3.Nested{
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/ |
H A D | test.pb.go | 495 …StrToNested map[string]*Nested `protobuf:"bytes,4,rep,name=str_to_nested,json=strToNested" json:"s… member 539 return x.StrToNested 870 …StrToNested map[string]*NestedWithRequired `protobuf:"bytes,3,rep,name=str_to_nested,json=strToNes… member 925 return x.StrToNested
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/ |
H A D | test.pb.go | 787 …StrToNested map[string]*Nested `protobuf:"bytes,4,rep,name=str_to_nested,json=strToNested,proto3"… member 846 return x.StrToNested
|