Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dcodec_extension.go72 type lazyExtensionValue struct { struct
73 atomicOnce uint32 // atomically set if value is valid
74 mu sync.Mutex
75 xi *extensionFieldInfo
76 value protoreflect.Value
77 b []byte
78 fn func() protoreflect.Value