Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
Dfunction_types.h14 class FunctionObject
21 FunctionObject() { in FunctionObject() function
26 FunctionObject(const FunctionObject&) {++count;} in FunctionObject() argument
27 ~FunctionObject() {--count; ((void)data_); } in ~FunctionObject()
35 int FunctionObject::count = 0;
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_function.pass.cpp34 std::function<FuncType> f = FunctionObject(); in test_FunctionObject()
35 assert(FunctionObject::count == 1); in test_FunctionObject()
37 assert(f.template target<FunctionObject>()); in test_FunctionObject()
42 assert(FunctionObject::count == 2); in test_FunctionObject()
44 assert(f2.template target<FunctionObject>()); in test_FunctionObject()
48 assert(FunctionObject::count == 0); in test_FunctionObject()
Dalloc_F.pass.cpp45 FunctionObject target; in test_FunctionObject()
46 assert(FunctionObject::count == 1); in test_FunctionObject()
49 assert(FunctionObject::count == 2); in test_FunctionObject()
51 assert(f2.template target<FunctionObject>()); in test_FunctionObject()
55 assert(FunctionObject::count == 0); in test_FunctionObject()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12995 namespace FunctionObject namespace
13945 return new FunctionObject::unaryByComponent<glw::GLdouble /* ResT */>( in getFunctionObject()
13952 return new FunctionObject::unaryByComponent<glw::GLdouble /* ResT */>( in getFunctionObject()
13959 …return new FunctionObject::tenaryByComponent(function, "clamp", Math::clamp, variable_type /* res_… in getFunctionObject()
13966 …return new FunctionObject::tenaryByComponent(function, "clamp", Math::clamp, variable_type /* res_… in getFunctionObject()
13973 …return new FunctionObject::binary<tcu::DVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg… in getFunctionObject()
13983 …return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat2 /* ArgT */>(function, "determinan… in getFunctionObject()
13986 …return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat3 /* ArgT */>(function, "determinan… in getFunctionObject()
13989 …return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat4 /* ArgT */>(function, "determinan… in getFunctionObject()
14003 …return new FunctionObject::binary<glw::GLdouble /* ResT */, tcu::DVec2 /* Arg1T */, tcu::DVec2 /* … in getFunctionObject()
[all …]