Lines Matching refs:layout
30 /// Compute the layout of a table that contains all the sequences, possibly by
56 // Entries in the final table, or 0 before layout was called.
68 /// This must be called before layout().
70 assert(Entries == 0 && "Cannot call add() after layout()");
87 /// layout - Computes the final table layout.
88 void layout() {
89 assert(Entries == 0 && "Can only call layout() once");
101 assert(Entries && "Call layout() before get()");
113 assert(Entries && "Call layout() before emit()");