Searched refs:read_from_file (Results 1 – 5 of 5) sorted by relevance
7 …X<char> str (read_from_file()); // expected-error{{use of undeclared identifier 'read_from_file'}}… in f()
47 EXPECT_FALSE(prefs.read_from_file()); in TEST_F()81 EXPECT_TRUE(prefs.read_from_file()); in TEST_F()140 EXPECT_TRUE(prefs.read_from_file()); in TEST_F()
166 bool read_from_file() const { in read_from_file() function
34 if (install_prefs && install_prefs->read_from_file()) in GetMasterPrefs()
432 if (!install_prefs->read_from_file()) { in LoadMasterPrefs()