OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreArray
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/shared_impl/
array_writer.h
42
//
StoreArray
() and StoreVector() copy the given array/vector of data to the
54
bool
StoreArray
(const T* input, uint32_t count) {
74
// comment of
StoreArray
() for detail.
77
return
StoreArray
(input.size() ? &input[0] : NULL, input.size());
/external/chromium_org/ppapi/proxy/
truetype_font_resource.cc
136
output.
StoreArray
(&tag_array[0], std::max(0, result));
156
output.
StoreArray
(data.data(), std::max(0, result));
file_io_resource.cc
568
output.
StoreArray
(read_op->buffer(), result);
Completed in 215 milliseconds