Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc23 const char kText2[] = "world"; variable
176 EXPECT_EQ(std::string(kText2), text2); in DoStuff()
205 EXPECT_TRUE(WriteTextMessage(pipe1.handle1.get(), kText2)); in TEST_P()