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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp167 class ScopedBuffer { class in namespace:crazy::__anon11494
169 explicit ScopedBuffer(size_t bytes) : buffer_(new uint8_t[bytes]) { } function in class:crazy::__anon11494::ScopedBuffer
170 ~ScopedBuffer() { delete [] buffer_; }
200 ScopedBuffer buffer(bytes);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.h67 class ScopedBuffer : public ScopedGLuint { class in namespace:content
69 explicit ScopedBuffer(gpu::gles2::GLES2Interface* gl) function in class:content::ScopedBuffer
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix.cc179 // ScopedBuffer releases a gss_buffer_t when it goes out of scope.
180 class ScopedBuffer { class in namespace:net::__anon9260
182 ScopedBuffer(gss_buffer_t buffer, function in class:net::__anon9260::ScopedBuffer
189 ~ScopedBuffer() {
206 DISALLOW_COPY_AND_ASSIGN(ScopedBuffer);
307 ScopedBuffer scoped_output_name(&output_name_buffer, gssapi_lib);
730 ScopedBuffer scoped_output_token(&output_token, library_);

Completed in 272 milliseconds