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

  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 508 string not_touched = "not touched"; local
509 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("bar/baz", &not_touched));
510 EXPECT_EQ("not touched", not_touched);
511 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("baz/foo", &not_touched));
512 EXPECT_EQ("not touched", not_touched);

Completed in 159 milliseconds