OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheOptions
(Results
1 - 12
of
12
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
32
struct
CacheOptions
{
37
CacheOptions
(bool g, size_t l) : gc(g), gc_limit(l) {}
38
CacheOptions
()
78
explicit CacheBaseImpl(const
CacheOptions
&opts)
377
explicit CacheImpl(const
CacheOptions
&opts)
determinize.h
102
struct DeterminizeFstOptions :
CacheOptions
{
105
explicit DeterminizeFstOptions(const
CacheOptions
&opts, float del = kDelta)
106
:
CacheOptions
(opts), delta(del) {}
133
DeterminizeFstImplBase(const Fst<A> &fst, const
CacheOptions
&opts)
638
FactorWeightOptions fopts(
CacheOptions
(true, 0), opts.delta, true);
factor-weight.h
33
struct FactorWeightOptions :
CacheOptions
{
37
FactorWeightOptions(const
CacheOptions
&opts, float d, bool of)
38
:
CacheOptions
(opts), delta(d), final_only(of) {}
compose.h
77
struct ComposeFstOptions : public
CacheOptions
{
78
explicit ComposeFstOptions(const
CacheOptions
&opts) :
CacheOptions
(opts) {}
106
const
CacheOptions
&opts)
343
const
CacheOptions
&opts)
[
all
...]
replace.h
35
struct ReplaceFstOptions :
CacheOptions
{
39
ReplaceFstOptions(const
CacheOptions
&opts, int64 r)
40
:
CacheOptions
(opts), root(r), epsilon_on_replace(false) {}
rmepsilon.h
300
struct RmEpsilonFstOptions :
CacheOptions
{
303
RmEpsilonFstOptions(const
CacheOptions
&opts, float delta = kDelta)
304
:
CacheOptions
(opts), delta(delta) {}
map.h
236
struct MapFstOptions : public
CacheOptions
{
240
MapFstOptions() :
CacheOptions
(true, 0) {}
241
MapFstOptions(const
CacheOptions
& opts) :
CacheOptions
(opts) {}
arcsort.h
67
typedef
CacheOptions
ArcSortFstOptions;
rational.h
30
typedef
CacheOptions
RationalFstOptions;
relabel.h
132
typedef
CacheOptions
RelabelFstOptions;
synchronize.h
33
typedef
CacheOptions
SynchronizeFstOptions;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h
[
all
...]
Completed in 597 milliseconds