Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/base/
Dunguessable_token_mojom_traits.h24 return token.GetHighForSerialization(); in COMPONENT_EXPORT()
/external/libchrome/base/
Dunguessable_token.h57 uint64_t GetHighForSerialization() const { in GetHighForSerialization() function
/external/libchrome/mojo/core/
Dbroker_host.cc133 response->guid_high = guid.GetHighForSerialization(); in OnBufferRequest()
Dplatform_wrapper_unittest.cc141 mojo_guid.high = guid.GetHighForSerialization(); in TEST_F()
Dshared_buffer_dispatcher.cc350 serialized_state->guid_high = guid.GetHighForSerialization(); in EndSerialize()
Ddata_pipe_producer_dispatcher.cc277 state->buffer_guid_high = guid.GetHighForSerialization(); in EndSerialize()
Ddata_pipe_consumer_dispatcher.cc318 state->buffer_guid_high = guid.GetHighForSerialization(); in EndSerialize()
Dcore.cc1143 guid->high = token.GetHighForSerialization(); in UnwrapPlatformSharedMemoryRegion()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc88 MojoSharedBufferGuid mojo_guid = {guid.GetHighForSerialization(), in WrapPlatformSharedMemoryRegion()
273 guid.high = memory_handle.GetGUID().GetHighForSerialization(); in WrapSharedMemoryHandle()
/external/libchrome/base/metrics/
Dfield_trial.cc1216 ss << guid.GetHighForSerialization() << "," << guid.GetLowForSerialization(); in SerializeSharedMemoryHandleMetadata()
/external/libchrome/ipc/
Dipc_message_utils.cc1264 ParamTraits<uint64_t>::Write(m, p.GetHighForSerialization()); in Write()