Searched refs:FindStartOfExpressionInLine (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): function 1343 (start_pos, num_open) = FindStartOfExpressionInLine( 1352 (start_pos, num_open) = FindStartOfExpressionInLine(
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): function 1343 (start_pos, num_open) = FindStartOfExpressionInLine( 1352 (start_pos, num_open) = FindStartOfExpressionInLine(
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1635 def FindStartOfExpressionInLine(line, endpos, stack): function 1734 (start_pos, stack) = FindStartOfExpressionInLine(line, pos, []) 1742 (start_pos, stack) = FindStartOfExpressionInLine(line, len(line) - 1, stack)
|