Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go343 type bytesConverter struct { struct
344 goType reflect.Type
345 def protoreflect.Value
348 func (c *bytesConverter) PBValueOf(v reflect.Value) protoreflect.Value {
357 func (c *bytesConverter) GoValueOf(v protoreflect.Value) reflect.Value {
360 func (c *bytesConverter) IsValidPB(v protoreflect.Value) bool {
364 func (c *bytesConverter) IsValidGo(v reflect.Value) bool {
367 func (c *bytesConverter) New() protoreflect.Value { return c.def }
368 func (c *bytesConverter) Zero() protoreflect.Value { return c.def }