OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteType
(Results
1 - 16
of
16
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp
75
WriteType
(strm, kFstMagicNumber);
76
WriteType
(strm, fsttype_);
77
WriteType
(strm, arctype_);
78
WriteType
(strm, version_);
79
WriteType
(strm, flags_);
80
WriteType
(strm, properties_);
81
WriteType
(strm, start_);
82
WriteType
(strm, numstates_);
83
WriteType
(strm, numarcs_);
util.h
55
inline ostream &
WriteType
(ostream &strm, const T t) {
60
inline ostream &
WriteType
(ostream &strm, const string s) {
symbol-table.cpp
129
WriteType
(strm, kSymbolTableMagicNumber);
130
WriteType
(strm, name_);
131
WriteType
(strm, available_key_);
133
WriteType
(strm, size);
136
WriteType
(strm, symbol);
138
WriteType
(strm, it->second);
encode.h
132
WriteType
(strm, kEncodeMagicNumber);
133
WriteType
(strm, flags_);
135
WriteType
(strm, size);
138
WriteType
(strm, tuple->ilabel);
139
WriteType
(strm, tuple->olabel);
float-weight.h
51
return
WriteType
(strm, value_);
vector-fst.h
433
WriteType
(strm, narcs);
436
WriteType
(strm, arc.ilabel);
437
WriteType
(strm, arc.olabel);
439
WriteType
(strm, arc.nextstate);
string-weight.h
241
WriteType
(strm, size);
244
WriteType
(strm, label);
/bionic/libc/kernel/arch-x86/asm/
voyager.h
318
__u8
WriteType
;
/development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h
318
__u8
WriteType
;
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h
318
__u8
WriteType
;
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h
318
__u8
WriteType
;
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
318
__u8
WriteType
;
/external/llvm/lib/VMCore/
Verifier.cpp
305
void
WriteType
(Type *T) {
329
WriteType
(T2);
337
WriteType
(T1);
338
WriteType
(T2);
339
WriteType
(T3);
[
all
...]
/external/clang/include/clang/Serialization/
ASTWriter.h
327
void
WriteType
(QualType T);
/external/kernel-headers/original/asm-x86/
voyager.h
358
__u8
WriteType
;
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 1879 milliseconds