OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncodeType
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h
30
enum
EncodeType
{ ENCODE = 1, DECODE = 2 };
209
EncodeMapper(uint32 flags,
EncodeType
type)
220
EncodeMapper(const EncodeMapper& mapper,
EncodeType
type)
275
const
EncodeType
type() const { return type_; }
291
const string& source,
EncodeType
type) {
297
static EncodeMapper<A> *Read(const string& filename,
EncodeType
type) {
309
EncodeType
type_;
312
explicit EncodeMapper(uint32 flags,
EncodeType
type, EncodeTable<A> *table)
/external/clang/lib/Sema/
SemaCodeComplete.cpp
[
all
...]
Completed in 143 milliseconds