Home
last modified time | relevance | path

Searched refs:RegisterMapType (Results 1 – 9 of 9) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go323 proto.RegisterMapType((map[string]string)(nil), "jsonpb.SimpleMap3.StringyEntry")
326 proto.RegisterMapType((map[bool]bool)(nil), "jsonpb.Mappy.BoolyEntry")
327 proto.RegisterMapType((map[int64]string)(nil), "jsonpb.Mappy.BuggyEntry")
328 proto.RegisterMapType((map[string]Numeral)(nil), "jsonpb.Mappy.EnumyEntry")
329 proto.RegisterMapType((map[int64]int32)(nil), "jsonpb.Mappy.NummyEntry")
330 proto.RegisterMapType((map[int32]*Simple3)(nil), "jsonpb.Mappy.ObjjyEntry")
331 proto.RegisterMapType((map[int32]bool)(nil), "jsonpb.Mappy.S32boolyEntry")
332 proto.RegisterMapType((map[int64]bool)(nil), "jsonpb.Mappy.S64boolyEntry")
333 proto.RegisterMapType((map[string]string)(nil), "jsonpb.Mappy.StrryEntry")
334 proto.RegisterMapType((map[uint32]bool)(nil), "jsonpb.Mappy.U32boolyEntry")
[all …]
Dtest_objects.pb.go1161 proto.RegisterMapType((map[bool]*Simple)(nil), "jsonpb.Maps.MBoolSimpleEntry")
1162 proto.RegisterMapType((map[int64]string)(nil), "jsonpb.Maps.MInt64StrEntry")
1170 …proto.RegisterMapType((map[string]*MsgWithRequired)(nil), "jsonpb.MsgWithIndirectRequired.MapField…
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go1400 proto.RegisterMapType((map[bool]bool)(nil), "conformance.TestAllTypes.MapBoolBoolEntry")
1401 proto.RegisterMapType((map[uint32]uint32)(nil), "conformance.TestAllTypes.MapFixed32Fixed32Entry")
1402 proto.RegisterMapType((map[uint64]uint64)(nil), "conformance.TestAllTypes.MapFixed64Fixed64Entry")
1403 proto.RegisterMapType((map[int32]float64)(nil), "conformance.TestAllTypes.MapInt32DoubleEntry")
1404 proto.RegisterMapType((map[int32]float32)(nil), "conformance.TestAllTypes.MapInt32FloatEntry")
1405 proto.RegisterMapType((map[int32]int32)(nil), "conformance.TestAllTypes.MapInt32Int32Entry")
1406 proto.RegisterMapType((map[int64]int64)(nil), "conformance.TestAllTypes.MapInt64Int64Entry")
1407 proto.RegisterMapType((map[int32]int32)(nil), "conformance.TestAllTypes.MapSfixed32Sfixed32Entry")
1408 proto.RegisterMapType((map[int64]int64)(nil), "conformance.TestAllTypes.MapSfixed64Sfixed64Entry")
1409 proto.RegisterMapType((map[int32]int32)(nil), "conformance.TestAllTypes.MapSint32Sint32Entry")
[all …]
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go503 …proto.RegisterMapType((map[string]*test_proto.SubDefaults)(nil), "proto3_proto.Message.Proto2Value…
504 proto.RegisterMapType((map[string]string)(nil), "proto3_proto.Message.StringMapEntry")
505 proto.RegisterMapType((map[string]*Nested)(nil), "proto3_proto.Message.TerrainEntry")
508 proto.RegisterMapType((map[bool][]byte)(nil), "proto3_proto.MessageWithMap.ByteMappingEntry")
510 proto.RegisterMapType((map[int32]int32)(nil), "proto3_proto.IntMap.RttEntry")
513 proto.RegisterMapType((map[string]int64)(nil), "proto3_proto.TestUTF8.MapKeyEntry")
514 proto.RegisterMapType((map[int64]string)(nil), "proto3_proto.TestUTF8.MapValueEntry")
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go300 proto.RegisterMapType((map[string]*Value)(nil), "google.protobuf.Struct.FieldsEntry")
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go1005 proto.RegisterMapType((map[int64]*Reply)(nil), "my.test.Request.MsgMappingEntry")
1006 proto.RegisterMapType((map[int32]string)(nil), "my.test.Request.NameMappingEntry")
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go4507 proto.RegisterMapType((map[int32]int32)(nil), "test_proto.Ext.MapFieldEntry")
4525 proto.RegisterMapType((map[bool][]byte)(nil), "test_proto.MessageWithMap.ByteMappingEntry")
4526 proto.RegisterMapType((map[int64]*FloatingPoint)(nil), "test_proto.MessageWithMap.MsgMappingEntry")
4527 proto.RegisterMapType((map[int32]string)(nil), "test_proto.MessageWithMap.NameMappingEntry")
4528 proto.RegisterMapType((map[string]string)(nil), "test_proto.MessageWithMap.StrToStrEntry")
4533 proto.RegisterMapType((map[string]int64)(nil), "test_proto.TestUTF8.MapKeyEntry")
4534 proto.RegisterMapType((map[int64]string)(nil), "test_proto.TestUTF8.MapValueEntry")
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go498 func RegisterMapType(x interface{}, name string) { func
/external/golang-protobuf/proto/
Dproperties.go499 func RegisterMapType(x interface{}, name string) { func