Home
last modified time | relevance | path

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

/third_party/grpc/test/core/gprpp/
Dglobal_config_test.cc31 GPR_GLOBAL_CONFIG_DECLARE_BOOL(bool_var);
33 GPR_GLOBAL_CONFIG_DEFINE_BOOL(bool_var, false, "");
38 EXPECT_FALSE(GPR_GLOBAL_CONFIG_GET(bool_var)); in TEST()
39 GPR_GLOBAL_CONFIG_SET(bool_var, true); in TEST()
40 EXPECT_TRUE(GPR_GLOBAL_CONFIG_GET(bool_var)); in TEST()
Dglobal_config_env_test.cc54 GPR_GLOBAL_CONFIG_DEFINE_BOOL(bool_var, true, "");
62 EXPECT_TRUE(GPR_GLOBAL_CONFIG_GET(bool_var)); in TEST_F()
65 EXPECT_TRUE(GPR_GLOBAL_CONFIG_GET(bool_var)); in TEST_F()
68 EXPECT_FALSE(GPR_GLOBAL_CONFIG_GET(bool_var)); in TEST_F()
73 GPR_GLOBAL_CONFIG_GET(bool_var); in TEST_F()
78 GPR_GLOBAL_CONFIG_GET(bool_var); in TEST_F()
/third_party/skia/third_party/externals/tint/test/types/
Dmodule_scope_var.wgsl.expected.spvasm10 OpName %bool_var "bool_var"
28 %bool_var = OpVariable %_ptr_Private_bool Private %4
71 OpStore %bool_var %4
Dmodule_scope_var_initializers.wgsl.expected.spvasm10 OpName %bool_var "bool_var"
28 %bool_var = OpVariable %_ptr_Private_bool Private %2
71 OpStore %bool_var %2
Dfunction_scope_declarations.wgsl.expected.spvasm11 OpName %bool_var "bool_var"
63 %bool_var = OpVariable %_ptr_Function_bool Function %6
73 OpStore %bool_var %6
Dmodule_scope_var.wgsl.expected.wgsl5 var<private> bool_var : bool;
27 bool_var = bool();
Dmodule_scope_var_initializers.wgsl.expected.wgsl5 var<private> bool_var : bool = bool();
27 bool_var = bool();
Dmodule_scope_var.wgsl5 var<private> bool_var : bool;
19 bool_var = bool();
Dmodule_scope_var.wgsl.expected.hlsl5 static bool bool_var = false;
18 bool_var = false;
Dmodule_scope_var_initializers.wgsl.expected.hlsl5 static bool bool_var = false;
18 bool_var = false;
Dmodule_scope_var_initializers.wgsl5 var<private> bool_var : bool = bool();
19 bool_var = bool();
Dmodule_scope_var.wgsl.expected.glsl8 bool bool_var = false;
21 bool_var = false;
Dmodule_scope_var_initializers.wgsl.expected.glsl8 bool bool_var = false;
21 bool_var = false;
Dfunction_scope_declarations.wgsl.expected.msl12 bool bool_var = bool();
Dfunction_scope_declarations.wgsl.expected.hlsl7 bool bool_var = false;
Dfunction_scope_declarations.wgsl.expected.glsl10 bool bool_var = false;
Dfunction_scope_declarations.wgsl.expected.wgsl7 var bool_var : bool = bool();
Dfunction_scope_declarations.wgsl7 var bool_var : bool = bool();
/third_party/selinux/checkpolicy/
Dpolicy_define.c3976 cond_bool_datum_t *bool_var; in define_cond_expr() local
4061 bool_var = in define_cond_expr()
4065 if (!bool_var) { in define_cond_expr()
4072 expr->bool = bool_var->s.value; in define_cond_expr()