Lines Matching refs:kText

121   const char kText[] = "hello world";
124 AllocMessage(kText, &message);
140 std::string(kText),
150 const char kText[] = "hello world";
153 AllocMessage(kText, &message);
168 std::string(kText),
182 const char kText[] = "hello world";
185 AllocMessage(kText, &message);
197 std::string(kText),
207 const char* kText[] = {"hello", "world"};
209 for (size_t i = 0; i < arraysize(kText); ++i) {
211 AllocMessage(kText[i], &message);
219 for (size_t i = 0; i < arraysize(kText); ++i) {
231 std::string(kText[i]),
242 const char* kText[] = {"hello", "world"};
244 for (size_t i = 0; i < arraysize(kText); ++i) {
246 AllocMessage(kText[i], &message);
262 std::string(kText[0]),
272 const char kText[] = "hello world";
275 AllocMessage(kText, &message);
304 const char kText[] = "hello world";
307 AllocMessage(kText, &message1);
329 std::string(kText),
348 AllocMessage(kText, &message2);
361 std::string(kText),
380 const char kText[] = "hello world";
383 AllocMessage(kText, &message);
399 std::string(kText),
409 const char* kText[] = {"hello", "world"};
411 for (size_t i = 0; i < arraysize(kText); ++i) {
413 AllocMessage(kText[i], &message);
421 for (size_t i = 0; i < arraysize(kText); ++i) {
433 std::string(kText[i]),
461 const char kText[] = "hello world";
464 AllocMessage(kText, &message);
482 std::string(kText),
513 const char kText[] = "hello world";
517 AllocMessage(kText, &message);
519 AllocMessage(kText, &message);
553 const char kText[] = "hello world";
557 AllocMessage(kText, &message);
559 AllocMessage(kText, &message);