Home
last modified time | relevance | path

Searched refs:has_prefix (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/pest/src/
Dpratt_parser.rs198 has_prefix: bool, field
215 has_prefix: false, in new()
227 Affix::Prefix => self.has_prefix = true, in op()
/external/perfetto/include/perfetto/tracing/internal/
Dtrack_event_legacy.h220 bool has_prefix() const { return has_prefix_; } in has_prefix() function
267 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId()
274 bool has_prefix() const { return has_prefix_; } in has_prefix() function
/external/libchrome/base/trace_event/
Dtrace_event.h574 bool has_prefix() const { return has_prefix_; } in has_prefix() function
666 has_prefix_(scoped_id.has_prefix()), in TraceID()
673 bool has_prefix() const { return has_prefix_; } in has_prefix() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1322 bool has_prefix = file->options().has_objc_class_prefix(); in ValidateObjCClassPrefix() local
1342 if (has_prefix && package_match->second == prefix) { in ValidateObjCClassPrefix()
1353 if (has_prefix) { in ValidateObjCClassPrefix()
1362 if (!has_prefix) { in ValidateObjCClassPrefix()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1322 bool has_prefix = file->options().has_objc_class_prefix(); in ValidateObjCClassPrefix() local
1342 if (has_prefix && package_match->second == prefix) { in ValidateObjCClassPrefix()
1353 if (has_prefix) { in ValidateObjCClassPrefix()
1362 if (!has_prefix) { in ValidateObjCClassPrefix()
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py620 has_prefix = match and value.startswith(match.group(0))
621 assert (not expecting_prefix) or has_prefix, (
625 if has_prefix:
/external/rust/crates/regex/src/
Ddfa.rs685 debug_assert!(self.has_prefix()); in exec_at()
1554 fn has_prefix(&self) -> bool { in has_prefix() method
1566 if self.has_prefix() { in start_ptr()
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh358 bool has_prefix () const { return has_prefix_; } in has_prefix() function
963 if (str.has_prefix () && !hinting && str.is_hint_dropped ()) in encode_str()
/external/rust/crates/aho-corasick/
DDESIGN.md110 fn has_prefix(trie: &Trie, haystack: &[u8]) -> bool {
165 longer just a trie) is not that much different from the `has_prefix` code
/external/python/cpython3/Lib/test/
Dtest_os.py2553 has_prefix = lambda p: p.startswith( function
2555 if has_prefix(left):
2557 if has_prefix(right):