Searched refs:ProtocolMessage (Results 1 – 5 of 5) sorted by relevance
1090 var o = new ProtocolMessage();1147 var o = new ProtocolMessage();1208 var o = new ProtocolMessage();1245 function ProtocolMessage(request) { class1265 ProtocolMessage.prototype.setOption = function(name, value) {1273 ProtocolMessage.prototype.failed = function(message) {1279 ProtocolMessage.prototype.toJSONProtocol = function() {1328 return new ProtocolMessage(request);
827 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg); in TEST()835 ::ProtocolMessage* const dest_base = &dest; in TEST()946 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()954 ::ProtocolMessage* const dest_base = &dest; in TEST()
51 class ProtocolMessage;
100 class ProtocolMessage; variable895 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
6990 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST()6999 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()