Searched defs:_IncludeState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py117 # _IncludeState.check_next_include_order().
297 class _IncludeState(dict): class in inherits:dict
300 As a dict, an _IncludeState object serves as a mapping between include
345 file_is_header: Whether the file that owns this _IncludeState is itself a header
2888 include_state: An _IncludeState instance in which the headers are inserted.
2973 include_state: An _IncludeState instance in which the headers are inserted.
3080 include_state: An _IncludeState instance in which the headers are inserted.
3601 include_state: an _IncludeState instance in which the headers are inserted.
3638 include_state: An _IncludeState instance.
3725 include_state: An _IncludeState instanc
[all...]
/external/libvpx/libvpx/tools/
H A Dcpplint.py327 # _IncludeState.CheckNextIncludeOrder().
425 class _IncludeState(dict): class in inherits:dict
428 As a dict, an _IncludeState object serves as a mapping between include
3025 include_state: An _IncludeState instance in which the headers are inserted.
3151 include_state: An _IncludeState instance in which the headers are inserted.
3629 include_state: an _IncludeState instance in which the headers are inserted.
3666 include_state: An _IncludeState instance.
3782 include_state: An _IncludeState instance in which the headers are inserted.
3828 include_state = _IncludeState()

Completed in 94 milliseconds