OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindState
(Results
1 - 13
of
13
) sorted by null
/external/openfst/src/include/fst/
state-table.h
49
// StateId
FindState
(const StateTuple &);
85
StateId
FindState
(const StateTuple &tuple) { return FindId(tuple); }
108
StateId
FindState
(const StateTuple &tuple) { return FindId(tuple); }
133
StateId
FindState
(const StateTuple &tuple) { return FindId(tuple); }
163
StateId
FindState
(const StateTuple &tuple) { return FindId(tuple); }
183
StateId
FindState
(const StateTuple &tuple) { return FindId(tuple); }
204
// StateId
FindState
(const StateTuple &);
synchronize.h
122
StateId start =
FindState
(Element(fst_->Start(), empty, empty));
224
StateId
FindState
(const Element &e) {
250
StateId d =
FindState
(Element(arc.nextstate, istring, ostring));
256
StateId d =
FindState
(Element(arc.nextstate, istring, ostring));
266
StateId d =
FindState
(Element(kNoStateId, istring, ostring));
factor-weight.h
224
StateId start =
FindState
(Element(fst_->Start(), Weight::One()));
282
StateId
FindState
(const Element &e) {
316
StateId d =
FindState
(Element(arc.nextstate, Weight::One()));
321
StateId d =
FindState
(Element(arc.nextstate,
339
StateId d =
FindState
(Element(kNoStateId,
replace.h
67
// StateId
FindState
(const StateTuple &tuple);
220
StateId
FindState
(const StateTuple &tuple) {
221
return state_table_->
FindState
(tuple);
250
using StateTable::
FindState
;
486
StateId start = state_table_->
FindState
(
705
arcp->nextstate = state_table_->
FindState
(
730
? state_table_->
FindState
(
749
? state_table_->
FindState
(
759
? state_table_->
FindState
(
[
all
...]
determinize.h
179
// // If it doesn't exist, then add it.
FindState
takes
182
// StateId
FindState
(Subset *subset);
214
// state if the subset is not found.
FindState
takes ownership of
217
StateId
FindState
(Subset *subset) {
532
return
FindState
(subset);
550
StateId
FindState
(Subset *subset) {
551
StateId s = state_table_->
FindState
(subset);
668
arc.nextstate =
FindState
(dest_subset);
[
all
...]
compose.h
335
state_table_->
FindState
(tuple));
350
return state_table_->
FindState
(tuple);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h
182
StateId start =
FindState
(Element(fst_->Start(), Weight::One()));
231
StateId
FindState
(const Element &e) {
265
StateId d =
FindState
(Element(arc.nextstate, Weight::One()));
270
StateId d =
FindState
(Element(arc.nextstate,
286
StateId d =
FindState
(Element(kNoStateId,
synchronize.h
100
StateId start =
FindState
(Element(fst_->Start(), empty, empty));
193
StateId
FindState
(const Element &e) {
219
StateId d =
FindState
(Element(arc.nextstate, istring, ostring));
225
StateId d =
FindState
(Element(arc.nextstate, istring, ostring));
235
StateId d =
FindState
(Element(kNoStateId, istring, ostring));
replace.h
230
StateId start =
FindState
(StateTuple(prefix, root_, fst_start));
283
StateId
FindState
(const StateTuple& tuple) {
312
FindState
(StateTuple(prefix_id, top.fst_id, top.nextstate));
322
FindState
(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
338
StateId nt_nextstate =
FindState
(
345
FindState
(
determinize.h
248
return
FindState
(subset);
265
// if the subset is not found in the subset hash.
FindState
takes
275
StateId
FindState
(Subset *subset) {
370
arc.nextstate =
FindState
(dest_subset);
compose.h
420
StateId
FindState
(const StateTuple& tuple) {
439
arc.nextstate =
FindState
(tuple);
445
arc.nextstate =
FindState
(tuple);
628
return
FindState
(tuple);
[
all
...]
/external/openfst/src/include/fst/extensions/pdt/
expand.h
131
StateId start = state_table_->
FindState
(tuple);
191
arc.nextstate = state_table_->
FindState
(ntuple);
706
SetFinalDistance(state_table_.
FindState
(tuple), Weight::One());
776
meta_arc.nextstate = state_table_.
FindState
(tuple);
860
FinalDistance(state_table_.
FindState
(tuple))));
[
all
...]
/external/chromium_org/content/common/android/
address_parser_unittest.cc
146
TEST_F(AddressParserTest,
FindState
) {
Completed in 282 milliseconds