OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typed_buffer_ptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/rlz/win/lib/
rlz_lib_win.cc
57
class
typed_buffer_ptr
{
class in namespace:rlz_lib
61
typed_buffer_ptr
() {
function in class:rlz_lib::typed_buffer_ptr
64
explicit
typed_buffer_ptr
(size_t size) : buffer_(new char[size]) {
function in class:rlz_lib::typed_buffer_ptr
130
typed_buffer_ptr
<SID> users_sid(users_sid_size);
137
typed_buffer_ptr
<SECURITY_DESCRIPTOR> original_sd(original_sd_size);
159
typed_buffer_ptr
<SECURITY_DESCRIPTOR> new_sd(new_sd_size);
161
typed_buffer_ptr
<ACL> dacl(dacl_size + SECURITY_MAX_SID_SIZE);
162
typed_buffer_ptr
<ACL> sacl(sacl_size);
163
typed_buffer_ptr
<SID> owner(owner_size);
164
typed_buffer_ptr
<SID> group(group_size)
[
all
...]
/external/chromium_org/rlz/lib/
rlz_lib_test.cc
526
class
typed_buffer_ptr
{
class
530
typed_buffer_ptr
() {
function in class:typed_buffer_ptr
533
explicit
typed_buffer_ptr
(size_t size) : buffer_(new char[size]) {
function in class:typed_buffer_ptr
565
typed_buffer_ptr
<SID> users_sid(users_sid_size);
576
typed_buffer_ptr
<ACL> dacl(kMaxAclSize);
[
all
...]
Completed in 145 milliseconds