Home | History | Annotate | Download | only in fst

Lines Matching refs:arcs_

1057       : fst_(fst), state_(s), pos_(0), offset_(0), flags_(0), arcs_(0),
1072 arcs_ = cache_data_.arcs; // 'arcs_' is a ptr to the cached arcs.
1085 // 'arcs_' is a pointer to the arcs in the underlying machine.
1086 arcs_ = local_data_.arcs;
1123 arcs_ = cache_data_.arcs; // 'arcs_' is a pointer to the cached arcs.
1131 // 'arcs_' is a pointer to the arcs in the underlying machine.
1132 arcs_ = local_data_.arcs;
1133 // Set the arcs value flags that hold for 'arcs_'.
1159 const A& arc = arcs_[pos_ - offset_];
1216 mutable ssize_t offset_; // Offset between position in iterator and in arcs_
1224 mutable const A* arcs_; // Array of arcs
1225 mutable uint32 data_flags_; // Arc value flags valid for data in arcs_