Home
last modified time | relevance | path

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

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