Lines Matching refs:SetCommandLineOptionWithMode
504 SetCommandLineOptionWithMode("test_str1", "second", SET_FLAG_IF_DEFAULT); in TEST()
507 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAG_IF_DEFAULT); in TEST()
511 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAG_IF_DEFAULT); in TEST()
514 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAGS_VALUE); in TEST()
517 SetCommandLineOptionWithMode("test_str1", "fourth", SET_FLAGS_DEFAULT); in TEST()
523 SetCommandLineOptionWithMode("test_str2", "second", SET_FLAGS_DEFAULT); in TEST()
530 SetCommandLineOptionWithMode("test_str2", "third", SET_FLAGS_DEFAULT); in TEST()
533 SetCommandLineOptionWithMode("test_str2", "fourth", SET_FLAG_IF_DEFAULT); in TEST()
538 SetCommandLineOptionWithMode("test_str3", "second", SET_FLAGS_DEFAULT); in TEST()
542 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAGS_DEFAULT); in TEST()
545 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAG_IF_DEFAULT); in TEST()
548 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAGS_VALUE); in TEST()
653 SetCommandLineOptionWithMode("changeable_var", "21", SET_FLAG_IF_DEFAULT); in TEST()
661 SetCommandLineOptionWithMode("changeable_bool_var", "false", in TEST()
670 SetCommandLineOptionWithMode("changeable_string_var", "different", in TEST()
780 SetCommandLineOptionWithMode("test_str2", "second", SET_FLAGS_VALUE); in TEST()
786 SetCommandLineOptionWithMode("test_str3", "second", SET_FLAGS_DEFAULT); in TEST()
799 SetCommandLineOptionWithMode("test_str1", "second", SET_FLAGS_VALUE); in TEST()
806 SetCommandLineOptionWithMode("test_str2", "third", SET_FLAGS_DEFAULT); in TEST()
813 SetCommandLineOptionWithMode("test_str3", "third", SET_FLAGS_VALUE); in TEST()
828 SetCommandLineOptionWithMode("test_str1", "second", SET_FLAG_IF_DEFAULT); in TEST()
834 SetCommandLineOptionWithMode("test_str2", "fourth", SET_FLAG_IF_DEFAULT); in TEST()
840 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAG_IF_DEFAULT); in TEST()
982 SetCommandLineOptionWithMode("test_int32", "800", SET_FLAGS_DEFAULT); in TEST()
991 SetCommandLineOptionWithMode("test_int32", "900", SET_FLAG_IF_DEFAULT); in TEST()
1406 EXPECT_NE("", SetCommandLineOptionWithMode("test_flag", "5", in TEST()
1415 EXPECT_NE("", SetCommandLineOptionWithMode("test_flag", "5", in TEST()
1417 EXPECT_NE("", SetCommandLineOptionWithMode("test_flag", "5", in TEST()
1440 EXPECT_EQ("", SetCommandLineOptionWithMode("test_flag", "50", in TEST()
1450 EXPECT_EQ("", SetCommandLineOptionWithMode("test_flag", "50", in TEST()
1452 EXPECT_EQ("", SetCommandLineOptionWithMode("test_flag", "50", in TEST()
1548 SetCommandLineOptionWithMode("changed_bool1", "true", SET_FLAGS_DEFAULT); in main()