HomeSort by relevance Sort by last modified time
    Searched refs:chars_with_nul (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
string_util_unittest.cc 436 const char chars_with_nul[] = "test\0string"; local
437 const int length_with_nul = arraysize(chars_with_nul) - 1;
438 std::string string_with_nul(chars_with_nul, length_with_nul);
    [all...]
  /external/chromium_org/base/strings/
string_util_unittest.cc 437 const char chars_with_nul[] = "test\0string"; local
438 const int length_with_nul = arraysize(chars_with_nul) - 1;
439 std::string string_with_nul(chars_with_nul, length_with_nul);
    [all...]

Completed in 203 milliseconds