Searched refs:is_negation (Results 1 – 2 of 2) sorted by relevance
336 bool is_negation = false; in Parse() local339 is_negation = true; in Parse()385 if (is_negation) { in Parse()408 if (is_negation && info.type != kBoolean && info.type != kV8Option) { in Parse()441 *Lookup<bool>(info.field, options) = !is_negation; in Parse()
1332 pub fn is_negation(&self) -> bool { in is_negation() method