OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCacheArcs
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
190
state->flags |=
kCacheArcs
| kCacheRecent;
220
if (state && state->flags &
kCacheArcs
) {
313
static const uint32
kCacheArcs
= 0x0002; // Arcs have been cached
/external/openfst/src/include/fst/
cache.h
272
state->flags |=
kCacheArcs
| kCacheRecent | kCacheModified;
386
if (state && state->flags &
kCacheArcs
) {
474
static const uint32
kCacheArcs
= 0x0002; // Arcs have been cached
480
static const uint32 kCacheFlags = kCacheFinal |
kCacheArcs
| kCacheRecent
603
template <class S, class C> const uint32 CacheBaseImpl<S, C>::
kCacheArcs
;
Completed in 43 milliseconds