Searched defs:BadType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_proxy_unittest_messages.h11 class BadType { class
13 BadType() {} function in class:BadType
19 struct ParamTraits<BadType> {
20 static void Write(Message* m, const BadType& p) {}
21 static bool Read(const Message* m, PickleIterator* iter, BadType* r) {
24 static void Log(const BadType& p, std::string* l) {}
35 IPC_MESSAGE_CONTROL1(TestMsg_BadMessage, BadType)

Completed in 330 milliseconds