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,
716 …string", Unmarshaler{}, `{"hilarity":"PUNS"}`, &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}},
717 … enum value", Unmarshaler{}, `{"hilarity":1}`, &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}},
724 proto3pb.Message_PUNS,
729 proto3pb.Message_PUNS,
734 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