OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:share_buf_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
57
share_buf_
= NULL;
60
//
share_buf_
, no need to delete them.
66
// Based on
share_buf_
, no need to delete them.
87
share_buf_
= new size_t[mtrx_nd_size + dmi_size + matrix_size + dep_size];
90
NULL ==
share_buf_
)
94
mtrx_nd_pool_ = reinterpret_cast<MatrixNode*>(
share_buf_
);
95
dmi_pool_ = reinterpret_cast<DictMatchInfo*>(
share_buf_
+ mtrx_nd_size);
96
matrix_ = reinterpret_cast<MatrixRow*>(
share_buf_
+ mtrx_nd_size + dmi_size);
98
(
share_buf_
+ mtrx_nd_size + dmi_size + matrix_size);
101
npre_items_ = reinterpret_cast<NPredictItem*>(
share_buf_
);
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
192
size_t *
share_buf_
;
member in class:ime_pinyin::MatrixSearch
Completed in 62 milliseconds