Home
last modified time | relevance | path

Searched refs:_should_expand (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/lark/
H A Dparse_tree_builder.py129 def _should_expand(sym): function
147 to_include.append((i, _should_expand(sym), nones_to_add))
194 … if keep_all_tokens or ((not (sym.is_term and sym.filter_out)) and _should_expand(sym))]
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dparse_tree_builder.py151 def _should_expand(sym): function
170 to_include.append((i, _should_expand(sym), nones_to_add))
218 … if keep_all_tokens or ((not (sym.is_term and sym.filter_out)) and _should_expand(sym))]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp181 bool _should_expand; member in VALUE_OBJ_CLASS_SPEC
258 bool should_expand() const { return _should_expand; } in should_expand()
H A DconcurrentMark.cpp250 _should_expand = false; in allocate()
260 _should_expand = false; in expand()
297 _should_expand = _cm->has_overflown(); in set_should_expand()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp181 bool _should_expand; member in VALUE_OBJ_CLASS_SPEC
258 bool should_expand() const { return _should_expand; } in should_expand()
H A DconcurrentMark.cpp250 _should_expand = false; in allocate()
260 _should_expand = false; in expand()
297 _should_expand = _cm->has_overflown(); in set_should_expand()
/dports/devel/py-traits/traits-6.3.2/traits/observation/
H A D_generated_parser.py1360 def _should_expand(sym): function
1378 to_include.append((i, _should_expand(sym), nones_to_add))
1425 … if keep_all_tokens or ((not (sym.is_term and sym.filter_out)) and _should_expand(sym))]