Searched refs:kStrncpyMax (Results 1 – 1 of 1) sorted by relevance
107 static constexpr size_t kStrncpyMax = 10; variable113 char expected[kStrncpyMax]; in testStrncpy()130 ASSERT_LT(::strlen(kShortString), kStrncpyMax); in TEST()131 testStrncpy(kShortString, kStrncpyMax); in TEST()135 ASSERT_GT(::strlen(kLongString), kStrncpyMax); in TEST()136 testStrncpy(kLongString, kStrncpyMax); in TEST()144 ASSERT_EQ(::strlen(kExactString), kStrncpyMax); in TEST()145 testStrncpy(kExactString, kStrncpyMax); in TEST()