Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dstring_ref_test.cc29 const char kTestStringWithEmbeddedNull[] = "blah\0foo"; variable
69 string copy(kTestStringWithEmbeddedNull, kTestStringWithEmbeddedNullLength); 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()