Searched refs:has_prefix (Results 1 – 10 of 10) sorted by relevance
198 has_prefix: bool, field215 has_prefix: false, in new()227 Affix::Prefix => self.has_prefix = true, in op()
220 bool has_prefix() const { return has_prefix_; } in has_prefix() function267 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId()274 bool has_prefix() const { return has_prefix_; } in has_prefix() function
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
1322 bool has_prefix = file->options().has_objc_class_prefix(); in ValidateObjCClassPrefix() local1342 if (has_prefix && package_match->second == prefix) { in ValidateObjCClassPrefix()1353 if (has_prefix) { in ValidateObjCClassPrefix()1362 if (!has_prefix) { in ValidateObjCClassPrefix()
620 has_prefix = match and value.startswith(match.group(0))621 assert (not expecting_prefix) or has_prefix, (625 if has_prefix:
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()
358 bool has_prefix () const { return has_prefix_; } in has_prefix() function963 if (str.has_prefix () && !hinting && str.is_hint_dropped ()) in encode_str()
110 fn has_prefix(trie: &Trie, haystack: &[u8]) -> bool {165 longer just a trie) is not that much different from the `has_prefix` code
2553 has_prefix = lambda p: p.startswith( function2555 if has_prefix(left):2557 if has_prefix(right):