Searched refs:OBool (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 79 OBool: proto.Bool(true), 788 {"orig_name input", Unmarshaler{}, `{"o_bool":true}`, &pb.Simple{OBool: proto.Bool(true)}}, 789 {"camelName input", Unmarshaler{}, `{"oBool":true}`, &pb.Simple{OBool: proto.Bool(true)}}, 994 OBool: proto.Bool(true),
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 73 …OBool *bool `protobuf:"varint,1,opt,name=o_bool,json=oBool" json:"o_bool,omitemp… member 123 if m != nil && m.OBool != nil { 124 return *m.OBool
|