Searched refs:has_prefix (Results 1 – 7 of 7) sorted by relevance
278 bool has_prefix = false; in ConsumeNumber() local284 ((ch == '-' || ch == '+') && !has_prefix && in ConsumeNumber()292 has_prefix = true; in ConsumeNumber()
198 bool has_prefix = WasmOpcodes::IsPrefixOpcode(opcode); in PrintRawWasmCode() local199 if (has_prefix) { in PrintRawWasmCode()217 if (has_prefix) { in PrintRawWasmCode()
79 const bool has_prefix = in.compare(0, prefix.length(), prefix) == 0; in TryStripPrefixString() local80 out->assign(has_prefix ? in.substr(prefix.length()) : in); in TryStripPrefixString()82 return has_prefix; in TryStripPrefixString()
401 bool has_prefix () const { return has_prefix_; } in has_prefix() function923 if (str.has_prefix () && str.is_hint_dropped ()) in encode_str()
685 debug_assert!(self.has_prefix()); in exec_at()1554 fn has_prefix(&self) -> bool { in has_prefix() method1566 if self.has_prefix() { in start_ptr()
110 fn has_prefix(trie: &Trie, haystack: &[u8]) -> bool {165 longer just a trie) is not that much different from the `has_prefix` code
2556 has_prefix = lambda p: p.startswith( function2558 if has_prefix(left):2560 if has_prefix(right):