Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/test/
DJSONProtoTest.cpp276 const std::size_t bufSiz = strlen(json_string) * sizeof(char); in BOOST_AUTO_TEST_CASE() local
278 (uint8_t*)(json_string), static_cast<uint32_t>(bufSiz))); in BOOST_AUTO_TEST_CASE()