Lines Matching defs:fc

42 static wxString Dump(wxFileConfig& fc)  in Dump()
50 #define wxVERIFY_FILECONFIG(t, fc) CPPUNIT_ASSERT_EQUAL(wxString(t), Dump(fc)) argument
113 static wxString ChangePath(wxFileConfig& fc, const wxChar *path) in ChangePath()
141 wxFileConfig fc(sis); in Path() local
153 wxFileConfig fc; in AddEntries() local
174 FileConfigTestCase::CheckGroupEntries(const wxFileConfig& fc, in CheckGroupEntries()
201 FileConfigTestCase::CheckGroupSubgroups(const wxFileConfig& fc, in CheckGroupSubgroups()
230 wxFileConfig fc(sis); in GetEntries() local
242 wxFileConfig fc(sis); in GetGroups() local
253 wxFileConfig fc(sis); in HasEntry() local
269 wxFileConfig fc(sis); in HasGroup() local
288 wxFileConfig fc(sis); in Binary() local
309 wxFileConfig fc(sis); in Save() local
316 wxFileConfig fc(sis); in DeleteEntry() local
348 wxFileConfig fc(sis); in DeleteAndWriteEntry() local
386 wxFileConfig fc(sis); in DeleteLastRootEntry() local
401 wxFileConfig fc(sis); in DeleteGroup() local
424 wxFileConfig fc(sis); in DeleteAll() local
433 wxFileConfig fc(sis); in RenameEntry() local
464 wxFileConfig fc(sis); in RenameGroup() local
549 wxFileConfig fc; in CreateSubgroupAndEntries() local
561 wxFileConfig fc; in CreateEntriesAndSubgroup() local
575 wxFileConfig fc(wxT("deleteconftest")); in EmptyConfigAndWriteKey() local
623 wxFileConfig fc(sis); in DeleteAndRecreateGroup() local
645 wxFileConfig fc(sis); in AddToExistingRoot() local
669 wxFileConfig fc(sis); in ReadNonExistent() local
680 wxFileConfig fc(sis); in ReadEmpty() local
692 wxFileConfig fc(sis); in ReadFloat() local