Home
last modified time | relevance | path

Searched refs:has_prefix (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc198 bool has_prefix = WasmOpcodes::IsPrefixOpcode(opcode); in PrintRawWasmCode() local
199 if (has_prefix) { in PrintRawWasmCode()
217 if (has_prefix) { in PrintRawWasmCode()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc79 const bool has_prefix = in.compare(0, prefix.length(), prefix) == 0; in TryStripPrefixString() local
80 out->assign(has_prefix ? in.substr(prefix.length()) : in); in TryStripPrefixString()
82 return has_prefix; in TryStripPrefixString()
/third_party/rust/crates/regex/src/
H A Ddfa.rs685 debug_assert!(self.has_prefix()); in exec_at()
1554 fn has_prefix(&self) -> bool { in has_prefix() functions
1566 if self.has_prefix() { in start_ptr()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff-common.hh401 bool has_prefix () const { return has_prefix_; } in has_prefix() function
923 if (str.has_prefix () && str.is_hint_dropped ()) in encode_str()
/third_party/python/Lib/test/
H A Dtest_os.py2631 has_prefix = lambda p: p.startswith(
2633 if has_prefix(left):
2635 if has_prefix(right):

Completed in 12 milliseconds