Searched refs:context_index_ (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h210 inst->node_ = context_index_.Select1(inst->state_);
221 inst->context_.push_back(context_words_[context_index_.Rank1(node)]);
222 node = context_index_.Select1(context_index_.Rank0(node) - 1);
271 BitmapIndex context_index_; member in class:fst::NGramFstImpl
546 context_index_.BuildIndex(context_, context_bits);
550 const size_t node_rank = context_index_.Rank1(0);
551 root_first_child_ = context_index_.Select0(node_rank) + 1;
552 if (context_index_.Get(root_first_child_) == false) {
557 const size_t last_child = context_index_
[all...]
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc27 context_index_ = SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL, NULL);
28 DCHECK_NE(-1, context_index_);
33 int context_index() const { return context_index_; }
37 int context_index_; member in class:net::__anon9541::SSLContextExIndex

Completed in 114 milliseconds