Home
last modified time | relevance | path

Searched defs:intptr_t (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Druntime_test.cc61 settings.task_observer_add = [](intptr_t, fml::closure) {}; in CreateSettingsForFixture() argument
62 settings.task_observer_remove = [](intptr_t) {}; in CreateSettingsForFixture() argument
/third_party/flutter/engine/flutter/shell/common/
Dshell_benchmarks.cc24 settings.task_observer_add = [](intptr_t, fml::closure) {}; in StartupAndShutdownShell() argument
25 settings.task_observer_remove = [](intptr_t) {}; in StartupAndShutdownShell() argument
/third_party/libuv/include/uv/
Dstdint-msvc2008.h115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
/third_party/musl/porting/linux/user/include/
Dalltypes.h.in9 TYPEDEF _Addr intptr_t; variable
/third_party/musl/include/
Dalltypes.h.in9 TYPEDEF _Addr intptr_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h131 typedef _Addr intptr_t; typedef
/third_party/boost/boost/
Dcstdint.hpp397 typedef __INTPTR_TYPE__ intptr_t; typedef
/third_party/mingw-w64/mingw-w64-headers/crt/
Dcorecrt.h67 __MINGW_EXTENSION typedef __int64 intptr_t; typedef
69 typedef int intptr_t; typedef
/third_party/e2fsprogs/e2fsck/
Dpass1b.c41 typedef long intptr_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h195 typedef _Addr intptr_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2501 intptr_t = c_long variable