OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExternalTimeToInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/crypto/
strike_register_test.cc
150
horizon_(
ExternalTimeToInternal
(current_time + window_secs)) {
155
const uint32 current_time =
ExternalTimeToInternal
(current_time_external);
162
ExternalTimeToInternal
(TimeFromBytes(nonce_bytes));
206
uint32
ExternalTimeToInternal
(uint32 external_time) {
strike_register.cc
77
horizon_(
ExternalTimeToInternal
(current_time) + window_secs),
112
const uint32 current_time =
ExternalTimeToInternal
(current_time_external);
118
const uint32 nonce_time =
ExternalTimeToInternal
(TimeFromBytes(nonce));
283
uint32 StrikeRegister::
ExternalTimeToInternal
(uint32 external_time) {
Completed in 33 milliseconds