Home
last modified time | relevance | path

Searched defs:UnmarshalJSONEnum (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/internal/impl/
Dlegacy_export.go39 func (Export) UnmarshalJSONEnum(ed protoreflect.EnumDescriptor, b []byte) (protoreflect.EnumNumber,… func
/external/golang-protobuf/internal/protolegacy/
Dproto.go95 func UnmarshalJSONEnum(map[string]int32, []byte, string) (int32, error) { panic("not implemented") } func