OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_of_line
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp
194
descriptor->
out_of_line
.address = attachment.address();
195
descriptor->
out_of_line
.size = attachment.size();
196
descriptor->
out_of_line
.copy = attachment.copyOptions();
197
descriptor->
out_of_line
.deallocate = attachment.deallocate();
198
descriptor->
out_of_line
.type = MACH_MSG_OOL_DESCRIPTOR;
265
attachments.append(Attachment(descriptor->
out_of_line
.address, descriptor->
out_of_line
.size,
266
descriptor->
out_of_line
.copy, descriptor->
out_of_line
.deallocate));
277
Attachment messageBodyAttachment(descriptor->
out_of_line
.address, descriptor->out_of_line.size
[
all
...]
/external/clang/test/SemaTemplate/
virtual-member-functions.cpp
55
HasOutOfLineKey<int>
out_of_line
; // expected-note{{in instantiation of member function 'HasOutOfLineKey<int>::f' requested here}}
variable
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
[
all
...]
Completed in 815 milliseconds