Home | History | Annotate | Download | only in src

Lines Matching defs:table

1340 // dispatch table of a choice node.
1343 DispatchTableConstructor(DispatchTable* table, bool ignore_case)
1344 : table_(table),
1351 table()->AddRange(range, choice_index_);
1361 DispatchTable* table() { return table_; }