Searched refs:LINE (Results 1 – 4 of 4) sorted by relevance
20 while read LINE29 LINE=${LINE/AsyncTask /AsyncTask-}31 set $LINE40 SAVED_START_LINE="$LINE"
69 if (c.type == Comment::Type::LINE) { in TrimmedLines()166 type = Type::LINE; in Comment()211 if (it->type == Comment::Type::LINE) { in FormatCommentsForJava()
28 enum class Type { LINE, BLOCK }; enumerator
127 #define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) \ argument128 PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)129 #define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) \ argument130 pb_static_assertion_##MSG##LINE##COUNTER