Searched refs:anySimple (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 346 anySimple = &pb.KnownTypes{ var 472 {"Any with message", marshaler, anySimple, anySimpleJSON}, 473 {"Any with message and indent", marshalerAllOptions, anySimple, anySimplePrettyJSON}, 777 {"Any with message", Unmarshaler{}, anySimpleJSON, anySimple}, 778 {"Any with message and indent", Unmarshaler{}, anySimplePrettyJSON, anySimple},
|