Home
last modified time | relevance | path

Searched refs:nesting_state (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tools/cpplint/
H A Dcpplint.py3278 nesting_state, error):
3300 nesting_state: A NestingState instance which maintains information about
3364 classinfo = nesting_state.InnermostClass()
3534 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line,
3537 len(nesting_state.stack) > 1 and
3538 nesting_state.stack[-1].check_namespace_indentation and
3539 isinstance(nesting_state.previous_stack_top, _NamespaceInfo) and
3540 nesting_state.previous_stack_top == nesting_state.stack[-2])
3542 if ShouldCheckNamespaceIndentation(nesting_state, is_namespace_indent_ite
[all...]
/third_party/mksh/
H A Dsyn.c29 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; in nested()
273 struct nesting_state old_nesting; in get_command()
897 nesting_push(struct nesting_state *save, int tok) in nesting_push()
905 nesting_pop(struct nesting_state *saved) in nesting_pop()

Completed in 6 milliseconds