Searched refs:chars_c (Results 1 – 1 of 1) sorted by relevance
2574 const char chars_c[] = {'a', '\0', 'c'}; in CreateSharedStringTest() local2576 const auto null_c = builder.CreateSharedString(chars_c, sizeof(chars_c)); in CreateSharedStringTest()2600 TEST_EQ(a[5]->str(), (std::string(chars_c, sizeof(chars_c)))); in CreateSharedStringTest()