compact-fst.h | 138 : states_region_(0), 156 if (states_region_ == NULL) { 159 delete states_region_; 188 MappedFile *states_region_; member in class:fst::CompactFstData 203 : states_region_(0), 274 : states_region_(0), 378 data->states_region_ = MappedFile::Map(&strm, opts, b); 379 if (!strm || data->states_region_ == NULL) { 385 data->states_region_->mutable_data()); [all...] |