Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dstring_ref_test.cc32 const size_t kTestStringWithEmbeddedNullLength = 8; variable
71 string copy(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()
75 EXPECT_EQ(kTestStringWithEmbeddedNullLength, s.length()); in TEST_F()
126 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()
135 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()
146 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()
157 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()
171 string_ref s(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()
181 string_ref s3(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); in TEST_F()