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
26
class
typed_buffer_ptr
{
class in namespace:rlz_lib
30
typed_buffer_ptr
() {
function in class:rlz_lib::typed_buffer_ptr
33
explicit
typed_buffer_ptr
(size_t size) : buffer_(new char[size]) {
function in class:rlz_lib::typed_buffer_ptr
99
typed_buffer_ptr
<SID> users_sid(users_sid_size);
106
typed_buffer_ptr
<SECURITY_DESCRIPTOR> original_sd(original_sd_size);
128
typed_buffer_ptr
<SECURITY_DESCRIPTOR> new_sd(new_sd_size);
130
typed_buffer_ptr
<ACL> dacl(dacl_size + SECURITY_MAX_SID_SIZE);
131
typed_buffer_ptr
<ACL> sacl(sacl_size);
132
typed_buffer_ptr
<SID> owner(owner_size);
133
typed_buffer_ptr
<SID> group(group_size)
[
all
...]
/external/chromium_org/rlz/lib/
rlz_lib_test.cc
573
class
typed_buffer_ptr
{
class
577
typed_buffer_ptr
() {
function in class:typed_buffer_ptr
580
explicit
typed_buffer_ptr
(size_t size) : buffer_(new char[size]) {
function in class:typed_buffer_ptr
612
typed_buffer_ptr
<SID> users_sid(users_sid_size);
623
typed_buffer_ptr
<ACL> dacl(kMaxAclSize);
[
all
...]
Completed in 118 milliseconds