Searched refs:GetLowForSerialization (Results 1 – 14 of 14) sorted by relevance
63 uint64_t low = token.GetLowForSerialization(); in TEST()145 token.GetLowForSerialization()), in TEST()153 EXPECT_NE(token.GetHighForSerialization(), token.GetLowForSerialization()); in TEST()
63 uint64_t GetLowForSerialization() const { in GetLowForSerialization() function
69 representation.field.low = token.GetLowForSerialization(); in CreateUnguessableTokenValue()
28 return token.GetLowForSerialization(); in COMPONENT_EXPORT()
16 const uint64_t low = token.GetLowForSerialization(); in Create()
134 response->guid_low = guid.GetLowForSerialization(); in OnBufferRequest()
142 mojo_guid.low = guid.GetLowForSerialization(); in TEST_F()
351 serialized_state->guid_low = guid.GetLowForSerialization(); in EndSerialize()
278 state->buffer_guid_low = guid.GetLowForSerialization(); in EndSerialize()
319 state->buffer_guid_low = guid.GetLowForSerialization(); in EndSerialize()
1144 guid->low = token.GetLowForSerialization(); in UnwrapPlatformSharedMemoryRegion()
89 guid.GetLowForSerialization()}; in WrapPlatformSharedMemoryRegion()274 guid.low = memory_handle.GetGUID().GetLowForSerialization(); in WrapSharedMemoryHandle()
1216 ss << guid.GetHighForSerialization() << "," << guid.GetLowForSerialization(); in SerializeSharedMemoryHandleMetadata()
1265 ParamTraits<uint64_t>::Write(m, p.GetLowForSerialization()); in Write()