Home
last modified time | relevance | path

Searched refs:matchValue (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dneverallow.go346 if matchValue(propertiesValue, check) {
353 func matchValue(value reflect.Value, check func(string) bool) bool { func
/build/kati/
Dexpr.go727 func matchValue(exp, pat Value) bool { func
762 if !matchValue(exp[i], pat[i]) {