OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferToWrite
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content_global_counters.h
49
BufferWithExtendableBuffer
bufferToWrite
(
51
if (!
bufferToWrite
.writeUint(mTotalCount, COUNTER_SIZE_IN_BYTES,
55
if (!
bufferToWrite
.writeUint(mMaxValueOfCounters, COUNTER_SIZE_IN_BYTES,
59
return DictFileWritingUtils::writeBufferToFileTail(file, &
bufferToWrite
);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.cpp
135
BufferWithExtendableBuffer *const
bufferToWrite
= getWritableBuffer();
137
if (!
bufferToWrite
->writeUintAndAdvancePosition(probabilityEntry->getFlags(),
142
if (!
bufferToWrite
->writeUintAndAdvancePosition(probabilityEntry->getProbability(),
149
if (!
bufferToWrite
->writeUintAndAdvancePosition(historicalInfo->getTimestamp(),
154
if (!
bufferToWrite
->writeUintAndAdvancePosition(historicalInfo->getLevel(),
159
if (!
bufferToWrite
->writeUintAndAdvancePosition(historicalInfo->getCount(),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_gc_event_listeners.h
111
PtNodeWriter *const ptNodeWriter, BufferWithExtendableBuffer *const
bufferToWrite
,
113
: mPtNodeWriter(ptNodeWriter), mBufferToWrite(
bufferToWrite
),
Completed in 296 milliseconds