OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assoc_value
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h
276
StateId &
assoc_value
= subset_hash_[subset];
local
277
if (
assoc_value
== 0) { // subset wasn't present; assign it a new ID
279
assoc_value
= subsets_.size();
283
return
assoc_value
- 1; // NB:
assoc_value
= ID + 1
compose.h
421
StateId &
assoc_value
= state_tuple_table_[tuple];
local
422
if (
assoc_value
== 0) { // tuple wasn't present in lookup table:
425
assoc_value
= state_tuples_.size();
427
return
assoc_value
- 1; // NB:
assoc_value
= ID + 1
[
all
...]
Completed in 2232 milliseconds