Searched refs:temp_storage_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Darray_output.cc21 set_output(&temp_storage_);
25 if (!temp_storage_.empty()) {
34 output_storage_.reserve(temp_storage_.size());
35 for (size_t i = 0; i < temp_storage_.size(); i++)
36 output_storage_.push_back(Var(PASS_REF, temp_storage_[i]));
37 temp_storage_.clear();
H A Ddirectory_entry.cc50 set_output(&temp_storage_);
55 if (!temp_storage_.empty()) {
56 // An easy way to release the resource references held by |temp_storage_|.
66 for (Entries::iterator it = temp_storage_.begin();
67 it != temp_storage_.end();
71 temp_storage_.clear();
H A Darray_output.h215 std::vector<PP_Var> temp_storage_; member in class:pp::VarArrayOutputAdapterWithStorage
238 set_output(&temp_storage_);
242 if (!temp_storage_.empty()) {
256 ConvertPPResourceArrayToObjects(PASS_REF, temp_storage_, &output_storage_);
257 temp_storage_.clear();
263 std::vector<PP_Resource> temp_storage_; member in class:pp::ResourceArrayOutputAdapterWithStorage
H A Ddirectory_entry.h98 std::vector<PP_DirectoryEntry> temp_storage_; member in class:pp::internal::DirectoryEntryArrayOutputAdapterWithStorage
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.h223 set_output(&temp_storage_);
227 if (!temp_storage_.empty()) {
228 // An easy way to release the resource references held by |temp_storage_|.
236 for (Entries::iterator it = temp_storage_.begin();
237 it != temp_storage_.end(); ++it)
239 temp_storage_.clear();
244 std::vector<PP_TrueTypeFontDesc_Dev> temp_storage_; member in class:pp::internal::TrueTypeFontDescArrayOutputAdapterWithStorage

Completed in 178 milliseconds