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

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 38 type_group: If this a a grouping (a|b), but does not include function(a).
67 self.type_group = False
92 self.type_group == TypeAnnotation.IMPLICIT_TYPE_GROUP and
119 separator = (',' if not self.type_group else '|')
125 TypeAnnotation.IMPLICIT_TYPE_GROUP: '%s'}[self.type_group]
172 if self.type_group:
212 if self.type_group:
242 if self.type_group:
303 current.type_group = (
318 if prev.type_group == TypeAnnotation.IMPLICIT_TYPE_GROUP
    [all...]
error_fixer.py 116 if js_type.type_group and len(js_type.sub_types) == 2:
ecmalintrules.py 188 if js_type.type_group and len(js_type.sub_types) == 2:
    [all...]

Completed in 686 milliseconds