OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSerializedPlatformHandleSize
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/mojo/system/
channel.h
114
// See |RawChannel::
GetSerializedPlatformHandleSize
()|.
115
size_t
GetSerializedPlatformHandleSize
() const;
raw_channel.h
106
virtual size_t
GetSerializedPlatformHandleSize
() const = 0;
154
// |
GetSerializedPlatformHandleSize
()| bytes per handle). Once all platform
channel.cc
267
size_t Channel::
GetSerializedPlatformHandleSize
() const {
268
return raw_channel_->
GetSerializedPlatformHandleSize
();
raw_channel.cc
187
write_buffer_.reset(new WriteBuffer(
GetSerializedPlatformHandleSize
()));
320
if (!message_view.IsValid(
GetSerializedPlatformHandleSize
(),
raw_channel_posix.cc
40
virtual size_t
GetSerializedPlatformHandleSize
() const OVERRIDE;
117
size_t RawChannelPosix::
GetSerializedPlatformHandleSize
() const {
raw_channel_win.cc
78
virtual size_t
GetSerializedPlatformHandleSize
() const OVERRIDE;
356
size_t RawChannelWin::
GetSerializedPlatformHandleSize
() const {
channel_unittest.cc
128
virtual size_t
GetSerializedPlatformHandleSize
() const OVERRIDE {
transport_data.cc
19
// (|{Channel,RawChannel}::
GetSerializedPlatformHandleSize
()| should always
111
size_per_platform_handle = channel->
GetSerializedPlatformHandleSize
();
Completed in 69 milliseconds