HomeSort by relevance Sort by last modified time
    Searched refs:nesting_state (Results 1 - 6 of 6) sorted by null

  /external/google-styleguide/cpplint/
cpplint_unittest.py 129 nesting_state = cpplint.NestingState()
132 nesting_state, error_collector)
145 nesting_state = cpplint.NestingState()
147 nesting_state.Update('foo.h', lines, i, error_collector)
148 cpplint.CheckStyle('foo.h', lines, i, 'h', nesting_state,
151 nesting_state, error_collector)
152 nesting_state.CheckCompletedBlocks('foo.h', error_collector)
160 nesting_state = cpplint.NestingState()
167 nesting_state, error_collector)
200 nesting_state = cpplint.NestingState(
    [all...]
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/mksh/src/
syn.c 29 struct nesting_state { struct
60 static void nesting_push(struct nesting_state *, int);
61 static void nesting_pop(struct nesting_state *);
70 static struct nesting_state nesting; /* \n changed to ; */
240 struct nesting_state old_nesting;
273 struct nesting_state old_nesting;
906 nesting_push(struct nesting_state *save, int tok)
914 nesting_pop(struct nesting_state *saved)

Completed in 256 milliseconds