Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt407-qfunction.c13 bool is_set; member
24 .is_set = true, in main()
34 …CeedQFunctionContextRegisterBoolean(ctx, "is set", offsetof(TestContext, is_set), 1, "some boolean… in main()
92 …if (ctx_data.is_set != false) printf("Incorrect context data for is_set: %d != true\n", ctx_data.i… in main()