Lines Matching refs:proto3pb
46 proto3pb "github.com/golang/protobuf/proto/proto3_proto" packageName
428 &proto3pb.Message{RFunny: []proto3pb.Message_Humour{
429 proto3pb.Message_PUNS,
430 proto3pb.Message_SLAPSTICK,
434 &proto3pb.Message{RFunny: []proto3pb.Message_Humour{
435 proto3pb.Message_PUNS,
436 proto3pb.Message_SLAPSTICK,
716 …{"proto3 enum string", Unmarshaler{}, `{"hilarity":"PUNS"}`, &proto3pb.Message{Hilarity: proto3pb.…
717 …{"proto3 enum value", Unmarshaler{}, `{"hilarity":1}`, &proto3pb.Message{Hilarity: proto3pb.Messag…
723 &proto3pb.Message{RFunny: []proto3pb.Message_Humour{
724 proto3pb.Message_PUNS,
725 proto3pb.Message_SLAPSTICK,
728 &proto3pb.Message{RFunny: []proto3pb.Message_Humour{
729 proto3pb.Message_PUNS,
730 proto3pb.Message_SLAPSTICK,
733 &proto3pb.Message{RFunny: []proto3pb.Message_Humour{
734 proto3pb.Message_PUNS,
735 proto3pb.Message_SLAPSTICK,
932 {"unknown enum name", `{"hilarity":"DAVE"}`, new(proto3pb.Message)},
937 …d proto3 enum with non array input", `{"rFunny":"PUNS"}`, &proto3pb.Message{RFunny: []proto3pb.Mes…