Searched refs:kContent (Results 1 – 2 of 2) sorted by relevance
32 const char* kContent = "hello xxxxxxxxxxxxxxxxxxxx world"; variable52 Slice sized_slice(strlen(kContent)); in TEST_F()53 CheckSliceSize(sized_slice, kContent); in TEST_F()57 Slice spp(kContent); in TEST_F()58 CheckSlice(spp, kContent); in TEST_F()62 Slice spp(kContent, strlen(kContent)); in TEST_F()63 CheckSlice(spp, kContent); in TEST_F()67 Slice spp(kContent, strlen(kContent), Slice::STATIC_SLICE); in TEST_F()68 CheckSlice(spp, kContent); in TEST_F()72 char* x = new char[strlen(kContent) + 1]; in TEST_F()[all …]
879 const char kContent[] = "Test content"; in TEST() local885 *arena_string = kContent; in TEST()890 EXPECT_EQ(kContent, message2->optional_string()); in TEST()