Home
last modified time | relevance | path

Searched refs:U64Booly (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go217U64Booly map[uint64]bool `protobuf:"bytes,10,rep,name=u64booly,proto3" json:"u64boo… member
313 return m.U64Booly
/external/golang-protobuf/jsonpb/
Djsonpb_test.go461 …{"map<uint64, bool>", marshaler, &pb.Mappy{U64Booly: map[uint64]bool{1: true, 3: false, 10: true, …