Lines Matching defs:layout
41 /// Compute the layout of a table that contains all the sequences, possibly by
70 // True if `layout` method was called.
73 // Entries in the final table, or 0 before layout was called.
86 /// This must be called before layout().
88 assert(!IsLaidOut && "Cannot call add() after layout()");
106 assert(IsLaidOut && "Call layout() before size()");
110 /// layout - Computes the final table layout.
111 void layout() {
112 assert(!IsLaidOut && "Can only call layout() once");
126 assert(IsLaidOut && "Call layout() before get()");
138 assert(IsLaidOut && "Call layout() before emitStringLiteralDef()");
167 assert(IsLaidOut && "Call layout() before emit()");