Lines Matching refs:mutable
1213 mutable typename T::StateTuple tuple_; // Tuple corresponding to state_
1216 mutable ssize_t offset_; // Offset between position in iterator and in arcs_
1219 mutable Arc arc_; // Memory to temporarily store computed arcs
1221 mutable ArcIteratorData<Arc> cache_data_; // Arc iterator data in cache
1222 mutable ArcIteratorData<Arc> local_data_; // Arc iterator data in local fst
1224 mutable const A* arcs_; // Array of arcs
1225 mutable uint32 data_flags_; // Arc value flags valid for data in arcs_
1226 mutable Arc final_arc_; // Final arc (when required)
1227 mutable uint32 final_flags_; // Arc value flags valid for final_arc_
1405 mutable bool done_;
1406 mutable bool current_loop_; // Current arc is the implicit loop
1407 mutable bool final_arc_; // Current arc for exiting recursion
1408 mutable typename T::StateTuple tuple_; // Tuple corresponding to state_
1409 mutable Arc arc_;