HomeSort by relevance Sort by last modified time
    Searched defs:one_byte_string (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-serialize.cc 1280 Handle<String> one_byte_string = local
    [all...]
test-strings.cc 881 const char* one_byte_string = "abcdef12345"; local
882 int len = v8::String::NewFromUtf8(CcTest::isolate(), one_byte_string,
884 StrLength(one_byte_string))
887 CHECK_EQ(StrLength(one_byte_string), len);
    [all...]
test-parsing.cc 575 i::Handle<i::String> one_byte_string = local
583 i::GenericStringUtf16CharacterStream string_stream(one_byte_string, start,
    [all...]
test-api.cc 654 const char* one_byte_string = "test string"; local
658 new TestOneByteResource(i::StrDup(one_byte_string)))
753 const char* one_byte_string = "test string"; local
757 new TestOneByteResource(i::StrDup(one_byte_string), &dispose_count))
    [all...]

Completed in 154 milliseconds