Searched defs:new (Results 1 – 11 of 11) sorted by relevance
24 private val new: () -> P, in noReset() constant in trebuchet.util.StartEndBuilder
94 val new = HashMap<String, String>() in <lambda>() constant226 val new = HashMap<String, String>() in <lambda>() constant
138 val new = newTree.item() in compare() constant186 val new = newTree.item() in compare() constant
1762 val new = mutableListOf<MethodItem>() in <lambda>() constant1891 val new = mutableListOf<MethodItem>() in <lambda>() constant2090 val new = mutableSetOf<MethodItem>() in <lambda>() constant2101 val new = mutableSetOf<String>() in <lambda>() constant
165 val new = in <lambda>() constant
636 val new = doc.replace(Regex("\\b$typo\\b"), replacement) in <lambda>() constant
537 val new = in checkCompatibility() constant
245 val new = Regex("""\b$word\b""") in hashCode() constant
112 val new = insertInto(initial, content, initial.indexOf("*/")) in mergeDocumentation() constant
59 fn new(key: PubKey) -> Result<Self> { in new() method
87 void* operator new(size_t size) { in new() function