Searched refs:kShortString (Results 1 – 1 of 1) sorted by relevance
108 static constexpr char kShortString[] = "short"; variable126 testStrncpy(kShortString, ::strlen(kShortString)); in TEST()130 ASSERT_LT(::strlen(kShortString), kStrncpyMax); in TEST()131 testStrncpy(kShortString, kStrncpyMax); in TEST()