Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt407-qfunction.c14 } TestContext; typedef
21 TestContext ctx_data = { in main()
30 CeedQFunctionContextSetData(ctx, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(TestContext), &ctx_data); in main()
32 CeedQFunctionContextRegisterDouble(ctx, "time", offsetof(TestContext, time), 1, "current time"); in main()
33 …CeedQFunctionContextRegisterInt32(ctx, "count", offsetof(TestContext, count), 2, "some sort of cou… in main()
34 …CeedQFunctionContextRegisterBoolean(ctx, "is set", offsetof(TestContext, is_set), 1, "some boolean… in main()