Searched refs:kTestContent (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request_test.cc | 26 const string kTestContent = "random original scratch content"; variable 268 scratch.insert(scratch.begin(), kTestContent.begin(), kTestContent.end()); in TEST() 394 scratch.insert(scratch.end(), kTestContent.begin(), kTestContent.end()); in TEST() 413 scratch.insert(scratch.end(), kTestContent.begin(), kTestContent.end()); in TEST() 432 scratch.insert(scratch.end(), kTestContent.begin(), kTestContent.end()); in TEST() 628 scratch.insert(scratch.begin(), kTestContent.begin(), kTestContent.end()); in TEST() 739 scratch.insert(scratch.begin(), kTestContent.begin(), kTestContent.end()); in TEST() 776 scratch.insert(scratch.begin(), kTestContent.begin(), kTestContent.end()); in TEST()
|