Home | History | Annotate | Download | only in core

Lines Matching refs:mojo_guid

139     MojoSharedBufferGuid mojo_guid;
141 mojo_guid.high = guid.GetHighForSerialization();
142 mojo_guid.low = guid.GetLowForSerialization();
147 &os_buffer, 1, kMessage.size(), &mojo_guid,
155 WriteMessageRaw(MessagePipeHandle(h), &mojo_guid, sizeof(mojo_guid),
176 MojoSharedBufferGuid mojo_guid;
180 &num_handles, &size, &mojo_guid, &access_mode));
184 base::UnguessableToken::Deserialize(mojo_guid.high, mojo_guid.low);
220 EXPECT_EQ(expected_guid->high, mojo_guid.high);
221 EXPECT_EQ(expected_guid->low, mojo_guid.low);