Searched refs:has_prefix (Results 1 – 7 of 7) sorted by relevance
574 bool has_prefix() const { return has_prefix_; } in has_prefix() function666 has_prefix_(scoped_id.has_prefix()), in TraceID()673 bool has_prefix() const { return has_prefix_; } in has_prefix() function
566 has_prefix = match and value.startswith(match.group(0))567 assert (not expecting_prefix) or has_prefix568 if has_prefix:
449 bool has_prefix () const { return has_prefix_; } in has_prefix() function956 if (str.has_prefix () && str.is_hint_dropped ()) in encode_str()
685 debug_assert!(self.has_prefix()); in exec_at()1556 fn has_prefix(&self) -> bool { in has_prefix() method1568 if self.has_prefix() { in start_ptr()
241 bool has_prefix() const { return has_prefix_; } in has_prefix() function277 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId()284 bool has_prefix() const { return has_prefix_; } in has_prefix() function
110 fn has_prefix(trie: &Trie, haystack: &[u8]) -> bool {165 longer just a trie) is not that much different from the `has_prefix` code
2411 has_prefix = lambda p: p.startswith( function2413 if has_prefix(left):2415 if has_prefix(right):