Home
last modified time | relevance | path

Searched refs:unmarshalData (Results 1 – 1 of 1) sorted by relevance

/external/starlark-go/lib/proto/
Dproto.go252 return unmarshalData(desc.Desc, []byte(data), true)
262 return unmarshalData(desc.Desc, []byte(data), false)
631 return unmarshalData(desc, data, true)
637 return unmarshalData(desc, data, false)
641 func unmarshalData(desc protoreflect.MessageDescriptor, data []byte, binary bool) (*Message, error)… func