Searched refs:kFlagIsResponse (Results 1 – 6 of 6) sorted by relevance
84 if (message->has_flag(Message::kFlagIsResponse) || in ValidateMessageIsRequestWithoutResponse()96 if (message->has_flag(Message::kFlagIsResponse) || in ValidateMessageIsRequestExpectingResponse()108 !message->has_flag(Message::kFlagIsResponse)) { in ValidateMessageIsResponse()
68 Message::kFlagIsResponse, in ResponseMessageBuilder()77 Message::kFlagIsResponse | extra_flags, in ResponseMessageBuilder()
47 (header->flags & Message::kFlagIsResponse))) { in IsValidMessageHeader()56 (header->flags & Message::kFlagIsResponse)) { in IsValidMessageHeader()
73 DCHECK(message->has_flag(Message::kFlagIsResponse)); in Accept()287 } else if (message->has_flag(Message::kFlagIsResponse)) { in HandleValidatedMessage()
63 DCHECK(message->has_flag(Message::kFlagIsResponse)); in Accept()264 } else if (message->has_flag(Message::kFlagIsResponse)) { in HandleMessageInternal()
30 static const uint32_t kFlagIsResponse = 1 << 1; variable