Searched defs:DISPATCH (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
D | glapi_nop.c | 108 #define DISPATCH(func, args, msg) nop(#func); macro
|
/third_party/mesa3d/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/third_party/node/deps/v8/src/codegen/ |
D | code-reference.cc | 85 #define DISPATCH(ret, method) \ macro 100 #define DISPATCH(ret, method) \ macro
|
/third_party/node/deps/v8/include/cppgc/internal/ |
D | gc-info.h | 63 #define DISPATCH(is_polymorphic, has_finalizer, has_non_hidden_name, function) \ macro
|
/third_party/typescript/tests/cases/compiler/ |
D | neverAsDiscriminantType.ts | 41 DISPATCH = 0, enumerator
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-interpreter.cc | 336 #define DISPATCH() \ macro 346 #define DISPATCH() \ macro
|
/third_party/python/Python/ |
D | ceval.c | 1300 #define DISPATCH() \ macro 1311 #define DISPATCH() goto predispatch; macro
|