OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Select0
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
150
const size_t next_zero = future_index_.
Select0
(state + 1);
151
const size_t this_zero = future_index_.
Select0
(state);
200
const size_t next_zero = future_index_.
Select0
(state + 1);
201
const size_t this_zero = future_index_.
Select0
(state);
203
inst->offset_ = future_index_.Rank1(future_index_.
Select0
(state) + 1);
551
root_first_child_ = context_index_.
Select0
(node_rank) + 1;
557
const size_t last_child = context_index_.
Select0
(node_rank + 1) - 1;
573
size_t first_child = context_index_.
Select0
(node_rank) + 1;
577
size_t last_child = context_index_.
Select0
(node_rank + 1) - 1;
588
first_child = context_index_.
Select0
(node_rank) + 1
[
all
...]
bitmap-index.h
110
size_t
Select0
(size_t bit_index) const;
/external/openfst/src/extensions/ngram/
bitmap-index.cc
92
size_t BitmapIndex::
Select0
(size_t bit_index) const {
Completed in 316 milliseconds