Searched refs:kTestFileContents (Results 1 – 2 of 2) sorted by relevance
46 constexpr char kTestFileContents[] = in TEST() local51 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()58 constexpr char kTestFileContents[] = in TEST() local63 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()74 constexpr char kTestFileContents[] = in TEST() local81 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()100 constexpr char kTestFileContents[] = in TEST() local105 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()118 constexpr char kTestFileContents[] = in TEST() local125 ASSERT_TRUE(parser.ParseFromString(kTestFileContents)); in TEST()[all …]
45 constexpr char kTestFileContents[] = variable59 constexpr ssize_t kTestFileLength = base::ArraySize(kTestFileContents);65 base::WriteAll(test_file.fd(), kTestFileContents, kTestFileLength); in TEST()