Home
last modified time | relevance | path

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

/external/libchrome/base/
Dunguessable_token_unittest.cc63 uint64_t low = token.GetLowForSerialization(); in TEST()
145 token.GetLowForSerialization()), in TEST()
153 EXPECT_NE(token.GetHighForSerialization(), token.GetLowForSerialization()); in TEST()
Dunguessable_token.h63 uint64_t GetLowForSerialization() const { in GetLowForSerialization() function
Dvalue_conversions.cc69 representation.field.low = token.GetLowForSerialization(); in CreateUnguessableTokenValue()
/external/libchrome/mojo/public/cpp/base/
Dunguessable_token_mojom_traits.h28 return token.GetLowForSerialization(); in COMPONENT_EXPORT()
/external/libchrome/base/android/
Dunguessable_token_android.cc16 const uint64_t low = token.GetLowForSerialization(); in Create()
/external/libchrome/mojo/core/
Dbroker_host.cc134 response->guid_low = guid.GetLowForSerialization(); in OnBufferRequest()
Dplatform_wrapper_unittest.cc142 mojo_guid.low = guid.GetLowForSerialization(); in TEST_F()
Dshared_buffer_dispatcher.cc351 serialized_state->guid_low = guid.GetLowForSerialization(); in EndSerialize()
Ddata_pipe_producer_dispatcher.cc278 state->buffer_guid_low = guid.GetLowForSerialization(); in EndSerialize()
Ddata_pipe_consumer_dispatcher.cc319 state->buffer_guid_low = guid.GetLowForSerialization(); in EndSerialize()
Dcore.cc1144 guid->low = token.GetLowForSerialization(); in UnwrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc89 guid.GetLowForSerialization()}; in WrapPlatformSharedMemoryRegion()
274 guid.low = memory_handle.GetGUID().GetLowForSerialization(); in WrapSharedMemoryHandle()
/external/libchrome/base/metrics/
Dfield_trial.cc1216 ss << guid.GetHighForSerialization() << "," << guid.GetLowForSerialization(); in SerializeSharedMemoryHandleMetadata()
/external/libchrome/ipc/
Dipc_message_utils.cc1265 ParamTraits<uint64_t>::Write(m, p.GetLowForSerialization()); in Write()