Searched defs:has_null (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc456 string has_null; local
459 has_null += '\0';
460 TestQuoteMeta(has_null);
461 NegativeTestQuoteMeta(has_null, "");
464 has_null += '1';
465 TestQuoteMeta(has_null);
466 NegativeTestQuoteMeta(has_null, "\1");
/external/regex-re2/re2/testing/
H A Dre2_test.cc449 string has_null; local
452 has_null += '\0';
453 TestQuoteMeta(has_null);
454 NegativeTestQuoteMeta(has_null, "");
457 has_null += '1';
458 TestQuoteMeta(has_null);
459 NegativeTestQuoteMeta(has_null, "\1");
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp1000 bool has_null = (info_bits & 8) == 8; local
1003 if (!has_null && has_explicit_length && !is_special)
1120 if (has_explicit_length && !has_null)

Completed in 147 milliseconds