HomeSort by relevance Sort by last modified time
    Searched refs:states_region_ (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
const-fst.h 59 : states_region_(0), arcs_region_(0), states_(0), arcs_(0), nstates_(0),
75 delete states_region_;
131 MappedFile *states_region_; // Mapped file for states member in class:fst::ConstFstImpl
176 states_region_ = MappedFile::Allocate(nstates_ * sizeof(*states_));
178 states_ = reinterpret_cast<State*>(states_region_->mutable_data());
227 impl->states_region_ = MappedFile::Map(&strm, opts, b);
228 if (!strm || impl->states_region_ == NULL) {
234 impl->states_region_->mutable_data());
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...]

Completed in 39 milliseconds