Searched defs:toksBefore (Results 1 – 3 of 3) sorted by relevance
193 private final ImmutableList<Tok> toksBefore; field in JavaInput.Token203 Token(List<Tok> toksBefore, Tok tok, List<Tok> toksAfter) { in Token()488 ImmutableList.Builder<Tok> toksBefore = ImmutableList.builder(); in buildTokens() local
24 private val toksBefore: ImmutableList<KotlinTok>, constant in com.facebook.ktfmt.format.KotlinToken
146 var toksBefore: ImmutableList.Builder<KotlinTok> = ImmutableList.builder() in buildTokens() variable