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