Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc213 std::vector<uint8_t> guid_bytes; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
215 ReadMessageRaw(MessagePipeHandle(h), &guid_bytes, nullptr, in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
217 EXPECT_EQ(sizeof(MojoSharedBufferGuid), guid_bytes.size()); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
219 reinterpret_cast<MojoSharedBufferGuid*>(guid_bytes.data()); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()