Home
last modified time | relevance | path

Searched refs:Message_PUNS (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/jsonpb/
Djsonpb_test.go429 proto3pb.Message_PUNS,
435 proto3pb.Message_PUNS,
747 …string", Unmarshaler{}, `{"hilarity":"PUNS"}`, &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}},
748 … enum value", Unmarshaler{}, `{"hilarity":1}`, &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}},
755 proto3pb.Message_PUNS,
760 proto3pb.Message_PUNS,
765 proto3pb.Message_PUNS,
/external/golang-protobuf/proto/
Dproto3_test.go66 Hilarity: pb.Message_PUNS, // (0 | 2<<3): 0x10 0x01
Dsize_test.go140 {"proto3 enum", &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}},
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go29 Message_PUNS Message_Humour = 1 const