Searched refs:flattenTree (Results 1 – 4 of 4) sorted by relevance
318 boolean flattenTree, in collect() argument329 return flattenTree ? flatten(node, generator) : node; in collect()356 boolean flattenTree) { in collectInt() argument367 return flattenTree ? flattenInt(node) : node; in collectInt()394 boolean flattenTree) { in collectLong() argument405 return flattenTree ? flattenLong(node) : node; in collectLong()432 boolean flattenTree) { in collectDouble() argument443 return flattenTree ? flattenDouble(node) : node; in collectDouble()
144 boolean flattenTree, in evaluateToNode() argument146 return Nodes.collectInt(helper, spliterator, flattenTree); in evaluateToNode()
142 boolean flattenTree, in evaluateToNode() argument144 return Nodes.collectLong(helper, spliterator, flattenTree); in evaluateToNode()
583 boolean flattenTree, in evaluateToNode() argument