Searched defs:scoped_ptr_malloc (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Dscoped_ptr.h65 // scoped_array, scoped_ptr_malloc.
284 // passed as a template argument to scoped_ptr_malloc below.
292 // scoped_ptr_malloc<> is similar to scoped_ptr<>, but it accepts a
296 class scoped_ptr_malloc { class in namespace:google_breakpad
307 explicit scoped_ptr_malloc(C* p = NULL): ptr_(p) {} function in class:google_breakpad::scoped_ptr_malloc
310 ~scoped_ptr_malloc() {
343 // These return whether a scoped_ptr_malloc and a plain pointer refer
356 void swap(scoped_ptr_malloc & b) {
376 // no reason to use these: each scoped_ptr_malloc should have its own object
378 bool operator==(scoped_ptr_malloc<C
393 operator ==(C* p, const scoped_ptr_malloc<C, FP>& b) argument
398 operator !=(C* p, const scoped_ptr_malloc<C, FP>& b) argument
[all...]

Completed in 199 milliseconds