Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dextension.go104 func (xi *ExtensionInfo) IsValidValue(v protoreflect.Value) bool { func
/aosp_15_r20/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp85 bool IsValidValue(int32_t value) { in IsValidValue() function
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go525 IsValidValue(Value) bool methodSpec
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/
H A Ddynamic.go703 func (xt extensionType) IsValidValue(v protoreflect.Value) bool { func