Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/util/
DRegexTrie.java195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()