Lines Matching defs:options
466 static sal_uInt32 checkConstValue(Options_Impl const & options, in checkConstValue()
628 static sal_uInt32 checkField(Options_Impl const & options, in checkField()
740 static sal_uInt32 checkMethod(Options_Impl const & options, in checkMethod()
911 static sal_uInt32 checkReference(Options_Impl const & options, in checkReference()
968 static sal_uInt32 checkFieldsWithoutOrder(Options_Impl const & options, in checkFieldsWithoutOrder()
1047 Options_Impl const & options, in checkBlob()
1321 Options_Impl const & options, in checkValueDifference()
1648 static bool hasPublishedChildren(Options_Impl const & options, RegistryKey & key) in hasPublishedChildren()
1719 Options_Impl const & options, in checkDifferences()
1874 Options_Impl const & options, in compareKeys()
1968 Options_Impl options(argv[0]); in main() local