Searched refs:Message_PUNS (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 429 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/ |
D | proto3_test.go | 66 Hilarity: pb.Message_PUNS, // (0 | 2<<3): 0x10 0x01
|
D | size_test.go | 140 {"proto3 enum", &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}},
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 29 Message_PUNS Message_Humour = 1 const
|