Searched refs:has_flag (Results 1 – 20 of 20) sorted by relevance
82 if (message->has_flag(Message::kFlagIsResponse) || in ValidateMessageIsRequestWithoutResponse()83 message->has_flag(Message::kFlagExpectsResponse)) { in ValidateMessageIsRequestWithoutResponse()94 if (message->has_flag(Message::kFlagIsResponse) || in ValidateMessageIsRequestExpectingResponse()95 !message->has_flag(Message::kFlagExpectsResponse)) { in ValidateMessageIsRequestExpectingResponse()105 if (message->has_flag(Message::kFlagExpectsResponse) || in ValidateMessageIsResponse()106 !message->has_flag(Message::kFlagIsResponse)) { in ValidateMessageIsResponse()
78 DCHECK(message->has_flag(Message::kFlagIsResponse)); in Accept()226 DCHECK(!message->has_flag(Message::kFlagExpectsResponse)); in Accept()249 DCHECK(message->has_flag(Message::kFlagExpectsResponse)); in AcceptWithResponder()268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder()386 if (message->has_flag(Message::kFlagExpectsResponse)) { in HandleValidatedMessage()397 } else if (message->has_flag(Message::kFlagIsResponse)) { in HandleValidatedMessage()400 if (message->has_flag(Message::kFlagIsSync)) { in HandleValidatedMessage()
599 if (task->message_wrapper.value().has_flag(Message::kFlagIsSync)) { in Accept()688 task->message_wrapper.value().has_flag(Message::kFlagIsSync); in ProcessTasks()838 if (message->has_flag(Message::kFlagIsSync)) { in ProcessIncomingMessage()
351 if (has_flag(debug::clc))360 if (has_flag(debug::llvm))435 if (has_flag(debug::llvm))442 if (has_flag(debug::native))459 if (has_flag(debug::clc))471 if (has_flag(debug::llvm))490 if (has_flag(debug::spirv))
65 has_flag(flag f) { in has_flag() function
35 wycheproof.acceptable and not wycheproof.has_flag("NoLeadingZero")
63 (wycheproof.acceptable and not wycheproof.has_flag("MissingZero"))
69 assert wycheproof.has_flag("UnnamedCurve")
33 wycheproof.has_flag("MissingNull")
232 def has_flag(compiler, flag): function274 if has_flag(compiler, STD_TMPL.format(level)):
30 def has_flag(compiler: distutils.ccompiler.CCompiler, flag: str) -> bool: ...
101 bool has_flag(Flags flag) const { in has_flag() function
696 tex.coord_type_x = !tex_instr.has_flag(TexInstruction::x_unnormalized); in emit_tex()697 tex.coord_type_y = !tex_instr.has_flag(TexInstruction::y_unnormalized); in emit_tex()698 tex.coord_type_z = !tex_instr.has_flag(TexInstruction::z_unnormalized); in emit_tex()699 tex.coord_type_w = !tex_instr.has_flag(TexInstruction::w_unnormalized); in emit_tex()708 tex.inst_mod = tex_instr.has_flag(TexInstruction::grad_fine) ? 1 : 0; in emit_tex()
61 EXPECT_TRUE(message->has_flag(Message::kFlagExpectsResponse)); in AcceptWithResponder()
809 if (message->has_flag(mojo::Message::kFlagIsSync)) { in Accept()834 DCHECK(!message->has_flag(mojo::Message::kFlagIsSync) || in Accept()835 !message->has_flag(mojo::Message::kFlagIsResponse)); in Accept()859 DCHECK(!message.has_flag(mojo::Message::kFlagIsSync)); in AcceptOnProxyThread()
140 bool has_flag(uint32_t flag) const { return !!(header()->flags & flag); } in COMPONENT_EXPORT()
116 if (!message->has_flag(Message::kFlagIsSync)) { in AcceptWithResponder()
485 message->has_flag(mojo::Message::kFlagIsSync),504 message->has_flag(mojo::Message::kFlagIsSync),
911 def has_flag(self, flag): member in WycheproofTest
774 if (has_flag(llvm::debug::spirv))