Home
last modified time | relevance | path

Searched refs:has_null (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type.hh181 template <typename Type, bool has_null=true>
188 bool is_null () const { return has_null && 0 == *this; } in is_null()
258 template <typename Type, bool has_null>
271 template <typename Type, typename OffsetType=HBUINT16, bool has_null=true>
272 struct OffsetTo : Offset<OffsetType, has_null>
281 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_null (); in operator ()()
286 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_crap (); in operator ()()
325 if (ret || !has_null) in serialize_subset()
376 if (!has_null) return false; in neuter()
382 template <typename Type, bool has_null=true>
[all …]
/external/llvm-project/lldb/examples/python/
Ddiagnose_nsstring.py122 has_null = (info_bits & 8) == 8
125 … "yes" if is_unicode else "no", "yes" if is_special else "no", "yes" if has_null else "no"), file=…
128 if not has_null and has_explicit_length and not is_special:
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSString.cpp114 bool has_null = (info_bits & 8) == 8; in NSStringSummaryProvider() local
117 if (!has_null && has_explicit_length && !is_path_store) { in NSStringSummaryProvider()
282 if (has_explicit_length && !has_null) in NSStringSummaryProvider()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc453 std::string has_null; in TEST() local
456 has_null += '\0'; in TEST()
457 TestQuoteMeta(has_null); in TEST()
458 NegativeTestQuoteMeta(has_null, ""); in TEST()
461 has_null += '1'; in TEST()
462 TestQuoteMeta(has_null); in TEST()
463 NegativeTestQuoteMeta(has_null, "\1"); in TEST()