Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go413 type messageConverter struct { struct
414 goType reflect.Type
421 func (c *messageConverter) PBValueOf(v reflect.Value) protoreflect.Value {
438 func (c *messageConverter) GoValueOf(v protoreflect.Value) reflect.Value {
462 func (c *messageConverter) IsValidPB(v protoreflect.Value) bool {
476 func (c *messageConverter) IsValidGo(v reflect.Value) bool {
480 func (c *messageConverter) New() protoreflect.Value {
487 func (c *messageConverter) Zero() protoreflect.Value {
493 func (c *messageConverter) isNonPointer() bool {