OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoState
(Results
1 - 6
of
6
) sorted by null
/external/openfst/src/include/fst/
compose-filter.h
42
// static const FilterState
NoState
();
61
static const IntegerFilterState
NoState
() { return IntegerFilterState(); }
93
static const WeightFilterState
NoState
() { return WeightFilterState(); }
118
PairFilterState() : f1_(F1::
NoState
()), f2_(F2::
NoState
()) {}
122
static const PairFilterState
NoState
() { return PairFilterState(); }
184
// // if disallowed, FilterState::
NoState
(). The filter is permitted to
260
return alleps1_ ? FilterState::
NoState
() :
263
return f_ != FilterState(0) ? FilterState::
NoState
() : FilterState(0);
265
return arc1->olabel == 0 ? FilterState::
NoState
() : FilterState(0)
[
all
...]
lookahead-filter.h
252
if (f == FilterState::
NoState
())
253
return FilterState::
NoState
();
308
FilterState::
NoState
();
348
f_(FilterState::
NoState
()) {}
354
f_(FilterState::
NoState
()) {}
367
if (f1 == FilterState1::
NoState
())
368
return FilterState::
NoState
();
442
f_(FilterState::
NoState
()),
457
f_(FilterState::
NoState
()),
506
if (f1 == FilterState1::
NoState
())
[
all
...]
state-table.h
221
filter_state(FilterState::
NoState
()) {}
compose.h
319
if (f != FilterState::
NoState
())
323
if (f != FilterState::
NoState
())
/external/chromium_org/v8/src/
hydrogen-flow-engine.h
60
class
NoState
{
62
inline
NoState
* Copy(HBasicBlock* succ, Zone* zone) {
65
inline
NoState
* Process(HInstruction* value, Zone* zone) {
68
inline
NoState
* Merge(HBasicBlock* succ,
NoState
* other, Zone* zone) {
88
// like the example
NoState
and NoEffects above. It's not necessary to provide
/external/openfst/src/include/fst/extensions/pdt/
compose.h
302
f_(FilterState::
NoState
()),
324
f_(FilterState::
NoState
()),
355
if (f1 == FilterState1::
NoState
())
356
return FilterState::
NoState
();
400
return FilterState::
NoState
();
Completed in 112 milliseconds