Searched refs:fn_ptr (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_core_read.h | 335 #define ___core_read0(fn, fn_ptr, dst, src, a) \ 337 #define ___core_readN(fn, fn_ptr, dst, src, ...) \ 338 ___read_ptrs(fn_ptr, src, ___nolast(__VA_ARGS__)) \ 341 #define ___core_read(fn, fn_ptr, dst, src, a, ...) \ 342 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, fn_ptr, dst, \
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator.h | 165 GeneratedCode(Isolate* isolate, Signature* fn_ptr) in GeneratedCode() argument 166 : isolate_(isolate), fn_ptr_(fn_ptr) {} in GeneratedCode()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 113 using fn_ptr = int (*)(bool); 114 virtual fn_ptr ReturnsFunctionPointer2(int) = 0; 185 MOCK_METHOD(fn_ptr, ReturnsFunctionPointer2, (int), ()); 255 MOCK_METHOD1(ReturnsFunctionPointer2, fn_ptr(int));
|
/third_party/skia/include/gpu/gl/ |
H A D | GrGLFunctions.h | 263 GrGLFunction(Fn* fn_ptr) { in GrGLFunction() argument 264 static_assert(sizeof(fn_ptr) <= sizeof(fBuf), "fBuf is too small"); in GrGLFunction() 265 if (fn_ptr) { in GrGLFunction() 266 memcpy(fBuf, &fn_ptr, sizeof(fn_ptr)); in GrGLFunction()
|
Completed in 4 milliseconds