Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/vert/
Dpointer-to-pointer.asm.vert20 %fn_ptr = OpFunction %V None %FnArg
30 %VV = OpFunctionCall %V %fn_ptr %VPPPF
/third_party/libbpf/src/
Dbpf_core_read.h335 #define ___core_read0(fn, fn_ptr, dst, src, a) \ argument
337 #define ___core_readN(fn, fn_ptr, dst, src, ...) \ argument
338 ___read_ptrs(fn_ptr, src, ___nolast(__VA_ARGS__)) \
341 #define ___core_read(fn, fn_ptr, dst, src, a, ...) \ argument
342 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, fn_ptr, dst, \
/third_party/googletest/googlemock/test/
Dgmock-function-mocker_test.cc108 using fn_ptr = int (*)(bool); typedef in testing::gmock_function_mocker_test::FooInterface
109 virtual fn_ptr ReturnsFunctionPointer2(int) = 0;
180 MOCK_METHOD(fn_ptr, ReturnsFunctionPointer2, (int), ());
249 MOCK_METHOD1(ReturnsFunctionPointer2, fn_ptr(int));
/third_party/flutter/skia/include/gpu/gl/
DGrGLFunctions.h275 GrGLFunction(Fn* fn_ptr) { in GrGLFunction() argument
276 static_assert(sizeof(fn_ptr) <= sizeof(fBuf), "fBuf is too small"); in GrGLFunction()
277 if (fn_ptr) { in GrGLFunction()
278 memcpy(fBuf, &fn_ptr, sizeof(fn_ptr)); in GrGLFunction()
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h263 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()