• Home
  • Raw
  • Download

Lines Matching refs:BreakBeforeBraces

2398     Style.BreakBeforeBraces = BraceStyle;  in TEST_F()
2406 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
2428 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
2438 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
2448 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2483 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
3963 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
4982 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9511 LinuxBraceStyle.BreakBeforeBraces = FormatStyle::BS_Linux; in TEST_F()
9552 MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in TEST_F()
9596 StroustrupBraceStyle.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9658 AllmanBraceStyle.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
9844 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
9968 WebKitBraceStyle.BreakBeforeBraces = FormatStyle::BS_WebKit; in TEST_F()
10315 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
10316 CHECK_PARSE("BreakBeforeBraces: Attach", BreakBeforeBraces, in TEST_F()
10318 CHECK_PARSE("BreakBeforeBraces: Linux", BreakBeforeBraces, in TEST_F()
10320 CHECK_PARSE("BreakBeforeBraces: Mozilla", BreakBeforeBraces, in TEST_F()
10322 CHECK_PARSE("BreakBeforeBraces: Stroustrup", BreakBeforeBraces, in TEST_F()
10324 CHECK_PARSE("BreakBeforeBraces: Allman", BreakBeforeBraces, in TEST_F()
10326 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU); in TEST_F()
10327 CHECK_PARSE("BreakBeforeBraces: WebKit", BreakBeforeBraces, in TEST_F()
10329 CHECK_PARSE("BreakBeforeBraces: Custom", BreakBeforeBraces, in TEST_F()
10445 Style.BreakBeforeBraces = FormatStyle::BS_Linux; in TEST_F()
10462 EXPECT_EQ(FormatStyle::BS_Stroustrup, Style.BreakBeforeBraces); in TEST_F()