OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransportData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/system/
transport_data.cc
21
// |
TransportData
::kMaxBufferSize|. This value should be a multiple of the
30
TransportData
::kMaxSerializedDispatcherSize;
32
TransportData
::kMaxSerializedDispatcherPlatformHandles;
35
const size_t
TransportData
::kMaxPlatformHandles =
43
const size_t
TransportData
::kMaxBufferSize =
49
struct
TransportData
::PrivateStructForCompileAsserts {
63
TransportData
::
TransportData
(scoped_ptr<DispatcherVector> dispatchers,
197
TransportData
::
TransportData
(
[
all
...]
transport_data.h
30
// - Before reaching |
TransportData
|: Turn |DispatcherTransport|s into
35
// - Serialize these dispatchers into the |
TransportData
|: First, for each
36
// attached dispatcher, there's an entry in the |
TransportData
|'s "handle
39
// detached from the dispatchers and attached to the |
TransportData
|.
41
// |
TransportData
|'s buffer, the |Channel| sends any |PlatformHandle|s (in a
43
// so, it appends a "platform handle table" to the |
TransportData
|
47
// the |
TransportData
|, consisting of the "handle table" (one entry for each
70
// |
TransportData
| can be discarded.
76
class MOJO_SYSTEM_IMPL_EXPORT
TransportData
{
92
TransportData
(scoped_ptr<DispatcherVector> dispatchers, Channel* channel)
[
all
...]
Completed in 75 milliseconds