Lines Matching refs:set

65 _valid_extensions = set([])
246 set noparent
253 "set noparent" option prevents cpplint from traversing directory tree
435 'set.h',
486 'set',
852 # {str, set(int)}: a map from error categories to sets of linenumbers
857 # This is set by --root flag.
861 # The top level repository directory. If set, _root is calculated relative to
863 # This is set by the --repository flag.
866 # Files to exclude from linting. This is set by the --exclude flag.
873 # This is set by --linelength flag.
908 # This is set by --headers flag.
909 _hpp_headers = set([])
939 return set(['h', 'hh', 'hpp', 'hxx', 'h++', 'cuh'])
942 # This is set by --extensions flag
944 return GetHeaderExtensions().union(_valid_extensions or set(
951 _valid_extensions = set(extensions)
981 _error_suppressions.setdefault(None, set()).add(suppressed_line)
986 _error_suppressions.setdefault(category, set()).add(suppressed_line)
1011 """Resets the set of NOLINT suppressions to empty."""
1030 linenum in _error_suppressions.get(category, set()) or
1031 linenum in _error_suppressions.get(None, set()))
1086 # self._section will move monotonically through this set. If it ever
2319 # Process the file path with the --root flag if it was set.
2409 # set ifndef to the header guard presented on the #ifndef line.
4641 # Decide the set of replacement macros that should be suggested
5171 closing_punctuation = set(itervalues(matching_punctuation))
5652 # appear inside the second set of parentheses on the current line as
5653 # opposed to the first set.
5920 ('<set>', ('multiset',)),
5954 # Match set<type>, but not foo->set<type>, foo.set<type>
5957 'set<>',
5958 '<set>'))
6543 if name == 'set noparent':
6726 This may set the output format and verbosity level as side-effects.
6796 _excludes = set()
6837 expanded = set()