Home
last modified time | relevance | path

Searched refs:addAll (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php28 $operands->addAll($a->operands);
34 $operands->addAll($b->operands);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php100 public function addAll(iterable $values) : void function in Antlr\\Antlr4\\Runtime\\Utils\\Set
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php275 public function addAll(array $configs) : void function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet