HomeSort by relevance Sort by last modified time
    Searched refs:not_touched (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 585 string not_touched = "not touched"; local
586 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("bar/baz", &not_touched));
587 EXPECT_EQ("not touched", not_touched);
588 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("baz/foo", &not_touched));
589 EXPECT_EQ("not touched", not_touched);
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 585 string not_touched = "not touched"; local
586 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("bar/baz", &not_touched));
587 EXPECT_EQ("not touched", not_touched);
588 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("baz/foo", &not_touched));
589 EXPECT_EQ("not touched", not_touched);

Completed in 27 milliseconds