Searched refs:has_prefix (Results 1 – 6 of 6) sorted by relevance
278 bool has_prefix = false; in ConsumeNumber() local284 ((ch == '-' || ch == '+') && !has_prefix && in ConsumeNumber()292 has_prefix = true; in ConsumeNumber()
182 bool has_prefix = WasmOpcodes::IsPrefixOpcode(opcode); in PrintRawWasmCode() local183 if (has_prefix) { in PrintRawWasmCode()200 if (has_prefix) { in PrintRawWasmCode()
568 bool has_prefix() const { return has_prefix_; } in has_prefix() function660 has_prefix_(scoped_id.has_prefix()), in TraceID()667 bool has_prefix() const { return has_prefix_; } in has_prefix() function
449 bool has_prefix () const { return has_prefix_; } in has_prefix() function956 if (str.has_prefix () && str.is_hint_dropped ()) in encode_str()
249 bool has_prefix() const { return has_prefix_; } in has_prefix() function285 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId()292 bool has_prefix() const { return has_prefix_; } in has_prefix() function
2296 has_prefix = lambda p: p.startswith( function2298 if has_prefix(left):2300 if has_prefix(right):