Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go526 func (re *Regexp) MatchString(s string) bool { func
550 func MatchString(pattern string, s string) (matched bool, err error) { func
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DRegularExpressionProtocol.h153 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DRegularExpressionProtocol.h153 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DRegularExpressionProtocol.h153 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DRegularExpressionProtocol.h156 EFI_REGULAR_EXPRESSION_MATCH MatchString; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/internal/lazyregexp/
Dlazyre.go58 func (r *Regexp) MatchString(s string) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/lazyregexp/
Dlazyre.go58 func (r *Regexp) MatchString(s string) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/internal/testdeps/
Ddeps.go39 func (TestDeps) MatchString(pat, str string) (result bool, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go1839 func (f matchStringOnly) MatchString(pat, str string) (bool, error) { return f(pat, str) } func
1896 MatchString(pat, str string) (bool, error) methodSpec