Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dextension.go107 func (xi *ExtensionInfo) IsValidInterface(v interface{}) bool { func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go528 IsValidInterface(interface{}) bool methodSpec
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/
H A Ddynamic.go699 func (xt extensionType) IsValidInterface(iv interface{}) bool { func