Home
last modified time | relevance | path

Searched refs:TimeFromWireFormat (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/memory/
Ddiscardable_shared_memory.cc48 Time TimeFromWireFormat(int64_t value);
55 Time ALLOW_UNUSED_TYPE TimeFromWireFormat<4>(int64_t value) { in TimeFromWireFormat() function
65 Time ALLOW_UNUSED_TYPE TimeFromWireFormat<8>(int64_t value) { in TimeFromWireFormat() function
87 return TimeFromWireFormat<sizeof(AtomicType)>(value.u >> 1); in GetTimestamp()