Home
last modified time | relevance | path

Searched defs:OperatorFunction (Results 1 – 25 of 25) sorted by relevance

/dports/sysutils/cmockery2/cmockery2-1.3.8/src/example/
H A Dcalculator.c66 typedef struct OperatorFunction { struct
69 } OperatorFunction; typedef
H A Dcalculator_test.c37 typedef struct OperatorFunction { struct
40 } OperatorFunction; argument
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/example/
H A Dcalculator.c91 typedef struct OperatorFunction { struct
94 } OperatorFunction; typedef
H A Dcalculator_test.c36 typedef struct OperatorFunction { struct
39 } OperatorFunction; typedef
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/example/
H A Dcalculator.c91 typedef struct OperatorFunction { struct
94 } OperatorFunction; typedef
H A Dcalculator_test.c36 typedef struct OperatorFunction { struct
39 } OperatorFunction; typedef
/dports/sysutils/cmocka/cmocka-1.1.5/example/
H A Dcalculator.c91 typedef struct OperatorFunction { struct
94 } OperatorFunction; argument
H A Dcalculator_test.c36 typedef struct OperatorFunction { struct
39 } OperatorFunction; argument
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/third_party/cmocka/example/
H A Dcalculator.c91 typedef struct OperatorFunction { struct
94 } OperatorFunction; argument
H A Dcalculator_test.c36 typedef struct OperatorFunction { struct
39 } OperatorFunction; argument
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/example/
H A Dcalculator.c91 typedef struct OperatorFunction { struct
94 } OperatorFunction; argument
H A Dcalculator_test.c36 typedef struct OperatorFunction { struct
39 } OperatorFunction; argument
/dports/sysutils/opencorsairlink/OpenCorsairLink-4234f4f/extras/cmocka-1.1.1/example/
H A Dcalculator.c91 typedef struct OperatorFunction { struct
94 } OperatorFunction; argument
H A Dcalculator_test.c36 typedef struct OperatorFunction { struct
39 } OperatorFunction; argument
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/helper/pwrapper/
H A Dregistry.h72 typedef PyObject *(*OperatorFunction)(PyObject *self, PyObject *o); typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/internal/
H A Dtypes.d.ts7 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> { interface
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/
H A Dtypes.ts8 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> {} interface
/dports/misc/netron/node_modules/rxjs/internal/
H A Dtypes.d.ts7 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> { interface
/dports/misc/netron/node_modules/rxjs/src/internal/
H A Dtypes.ts8 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> {} interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/
H A Dtypes.ts8 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> {} interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/internal/
H A Dtypes.d.ts7 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> { interface
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/
H A Dtypes.ts8 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> {} interface
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/internal/
H A Dtypes.d.ts7 export interface OperatorFunction<T, R> extends UnaryFunction<Observable<T>, Observable<R>> { interface
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogFilter.h154 typedef int (*OperatorFunction)(const char *, const char *); typedef
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dvi.py294 OperatorFunction = Callable[[E, TextObject], None] variable