Searched defs:strings (Results 1 – 6 of 6) sorted by relevance
62 val strings = listOf("single-path") in Single file - toString() constant68 val strings = listOf("alpha/common", "beta/common") in Common suffix but no common prefix() constant74 val strings = listOf("common/alpha", "common/epsilon") in Common prefix but no common suffix() constant80 val strings = listOf("alpha/beta", "gamma/epsilon") in No common prefix or suffix() constant86 val strings = in Common prefix and common suffix() constant
114 boolean containsKey(String... strings) { in containsKey()195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve()252 public V retrieve(String... strings) { in retrieve()273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
110 public void processNewLines(String[] strings) { in processNewLines()
380 const auto& strings = dex_ir_->strings; in CreateStringDataSection() local
373 std::vector<own<String>> strings; member