Home
last modified time | relevance | path

Searched refs:chars_c (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp3076 const char chars_c[] = { 'a', '\0', 'c' }; in CreateSharedStringTest() local
3078 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()