OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FstOnceType
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
lock.h
36
typedef int
FstOnceType
;
40
inline int FstOnceInit(
FstOnceType
*once, void (*init)(void)) {
generic-register.h
119
static
FstOnceType
register_init_;
127
FstOnceType
GenericRegister<KeyType, EntryType,
flags.h
181
static fst::
FstOnceType
register_init_; // ensures only called once
187
fst::
FstOnceType
FlagRegister<T>::register_init_ = fst::FST_ONCE_INIT;
Completed in 98 milliseconds