OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCSPacketInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/gcm/engine/
mcs_client.h
114
typedef linked_ptr<ReliablePacketInfo>
MCSPacketInternal
;
182
std::deque<
MCSPacketInternal
> to_send_;
183
std::deque<
MCSPacketInternal
> to_resend_;
mcs_client.cc
329
MCSPacketInternal
packet = to_send_.front();
565
const
MCSPacketInternal
& outgoing_packet = to_resend_.front();
587
const
MCSPacketInternal
& outgoing_packet = to_resend_.front();
602
const
MCSPacketInternal
& outgoing_packet = to_send_.front();
Completed in 61 milliseconds