OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_buffers_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc
97
data_buffers_
.push_back(std::vector<char>());
98
bytes->swap(
data_buffers_
.back()); // Avoid copying the buffer data.
184
while(!done_ ||
data_buffers_
.size() > 0) {
186
while(!done_ &&
data_buffers_
.size() == 0) {
191
done_,
data_buffers_
.size()));
192
if (
data_buffers_
.size() > 0) {
194
data.swap(
data_buffers_
.front());
195
data_buffers_
.pop_front();
347
data_buffers_
.clear();
pnacl_translate_thread.h
107
// SRPC thread waits on this condvar if
data_buffers_
is empty (meaning
109
// appends to
data_buffers_
and signals it when it receives bitcode.
115
std::deque<std::vector<char> >
data_buffers_
;
member in class:plugin::PnaclTranslateThread
Completed in 78 milliseconds