Searched refs:kTestStringWithEmbeddedNullLength (Results 1 – 1 of 1) sorted by relevance
30 const size_t kTestStringWithEmbeddedNullLength = 8; variable69 string copy(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()73 EXPECT_EQ(kTestStringWithEmbeddedNullLength, s.length()); in TEST_F()124 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()133 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()144 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()155 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()169 string_ref s(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()179 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()