Home
last modified time | relevance | path

Searched defs:xxx (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/mpl/test/
Dhas_xxx.cpp25 struct a3 { int xxx; }; member
27 struct a5 { template< typename T > struct xxx {}; }; struct
29 struct b1 { typedef int xxx; }; typedef
31 struct b3 { typedef int& xxx; }; typedef
32 struct b4 { typedef int* xxx; }; typedef
33 struct b5 { typedef int xxx[10]; }; typedef
34 struct b6 { typedef void (*xxx)(); }; typedef
35 struct b7 { typedef void (xxx)(); }; typedef
37 struct c1 { template< typename T > struct xxx {}; }; struct
38 struct c2 { template< typename T1, typename T2 > struct xxx {}; }; struct
[all …]
/third_party/typescript_eslint/
DCONTRIBUTING.md87 Make sure you use the "Fixes #xxx" format to reference issues, so that GitHub automatically closes … hashtag
/third_party/libwebsockets/lib/tls/
Dprivate-lib-tls.h241 #define lws_tls_restrict_borrow(xxx) (0) argument
242 #define lws_tls_restrict_return(xxx) argument
/third_party/boost/libs/foreach/test/
Dmisc.cpp17 struct xxx : std::vector<int> struct
/third_party/typescript/tests/cases/compiler/
DgenericMethodOverspecialization.ts18 var xxx = elements.filter(function (e) { variable
/third_party/boost/libs/logic/test/
Dtribool_test.cpp147 constexpr tribool xxx = (tribool(true) || tribool(indeterminate)); in test_main() local
/third_party/typescript/tests/baselines/reference/
DgenericMethodOverspecialization.js19 var xxx = elements.filter(function (e) { variable
DtsxReactEmit7.js30 var c = React.createElement("div", { xxx: "val" }); property
/third_party/ffmpeg/libavcodec/
Dfaxcompr.c311 int xxx; in decode_group3_2d_line() local
/third_party/boost/libs/numeric/odeint/test/
Dvelocity_verlet.cpp135 std::pair< array_type , array_type > xxx; in BOOST_FIXTURE_TEST_CASE() local
/third_party/openssl/test/
Dsanitytest.c40 xxx }; in test_sanity_enum_size() enumerator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp1592 Swizzle4<Vector4, 0x0000> xxx; member