OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedBuffer
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/http/
http_auth_gssapi_posix.cc
181
//
ScopedBuffer
releases a gss_buffer_t when it goes out of scope.
182
class
ScopedBuffer
{
184
ScopedBuffer
(gss_buffer_t buffer,
191
~
ScopedBuffer
() {
208
DISALLOW_COPY_AND_ASSIGN(
ScopedBuffer
);
314
ScopedBuffer
scoped_output_name(&output_name_buffer, gssapi_lib);
725
ScopedBuffer
scoped_output_token(&output_token, library_);
/external/chromium_org/net/http/
http_auth_gssapi_posix.cc
178
//
ScopedBuffer
releases a gss_buffer_t when it goes out of scope.
179
class
ScopedBuffer
{
181
ScopedBuffer
(gss_buffer_t buffer,
188
~
ScopedBuffer
() {
205
DISALLOW_COPY_AND_ASSIGN(
ScopedBuffer
);
306
ScopedBuffer
scoped_output_name(&output_name_buffer, gssapi_lib);
728
ScopedBuffer
scoped_output_token(&output_token, library_);
/external/chromium_org/content/common/gpu/client/
gl_helper.h
72
class
ScopedBuffer
: public ScopedWebGLId {
74
ScopedBuffer
(blink::WebGraphicsContext3D* context,
gl_helper_scaling.h
192
ScopedBuffer
vertex_attributes_buffer_;
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
624
TEST(Allocator,
ScopedBuffer
) {
Completed in 178 milliseconds