Lines Matching refs:TEST_F

53 TEST_F(FormatTestTextProto, KeepsTopLevelEntriesFittingALine) {  in TEST_F()  function
57 TEST_F(FormatTestTextProto, SupportsMessageFields) { in TEST_F() function
102 TEST_F(FormatTestTextProto, AvoidsTopLevelBinPacking) { in TEST_F() function
135 TEST_F(FormatTestTextProto, AddsNewlinesAfterTrailingComments) { in TEST_F() function
150 TEST_F(FormatTestTextProto, ImplicitStringLiteralConcatenation) { in TEST_F() function
167 TEST_F(FormatTestTextProto, SupportsAngleBracketMessageFields) { in TEST_F() function
357 TEST_F(FormatTestTextProto, DiscardsUnbreakableTailIfCanBreakAfter) { in TEST_F() function
369 TEST_F(FormatTestTextProto, KeepsLongStringLiteralsOnSameLine) { in TEST_F() function
376 TEST_F(FormatTestTextProto, KeepsCommentsIndentedInList) { in TEST_F() function
387 TEST_F(FormatTestTextProto, UnderstandsHashComments) { in TEST_F() function
430 TEST_F(FormatTestTextProto, FormatsExtensions) { in TEST_F() function
504 TEST_F(FormatTestTextProto, SpacesAroundPercents) { in TEST_F() function
510 TEST_F(FormatTestTextProto, FormatsRepeatedListInitializers) { in TEST_F() function
554 TEST_F(FormatTestTextProto, AcceptsOperatorAsKey) { in TEST_F() function
567 TEST_F(FormatTestTextProto, BreaksConsecutiveStringLiterals) { in TEST_F() function
572 TEST_F(FormatTestTextProto, PutsMultipleEntriesInExtensionsOnNewlines) { in TEST_F() function
588 TEST_F(FormatTestTextProto, BreaksAfterBraceFollowedByClosingBraceOnNextLine) { in TEST_F() function
599 TEST_F(FormatTestTextProto, BreaksEntriesOfSubmessagesContainingSubmessages) { in TEST_F() function
706 TEST_F(FormatTestTextProto, PreventBreaksBetweenKeyAndSubmessages) { in TEST_F() function
729 TEST_F(FormatTestTextProto, FormatsCommentsAtEndOfFile) { in TEST_F() function
746 TEST_F(FormatTestTextProto, KeepsAmpersandsNextToKeys) { in TEST_F() function