Home
last modified time | relevance | path

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

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go80OUint64 *uint64 `protobuf:"varint,8,opt,name=o_uint64,json=oUint64" json:"o_uint64,o… member
172 if m != nil && m.OUint64 != nil {
173 return *m.OUint64
/external/golang-protobuf/jsonpb/
Djsonpb_test.go69 OUint64: proto.Uint64(6400000000),
738 …{"unquoted uint64 object", Unmarshaler{}, `{"oUint64":123}`, &pb.Simple{OUint64: proto.Uint64(123)…