Home | History | Annotate | Download | only in src

Lines Matching refs:lookupIndex

547   { return lookupIndex.len; }
549 { return lookupIndex[i]; }
553 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
555 { lookupIndex.add_indexes_to (lookup_indexes); }
573 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c))))
618 IndexArray lookupIndex; /* Array of LookupList indices */
620 DEFINE_SIZE_ARRAY_SIZED (4, lookupIndex);