Searched defs:_code (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/outcome/experimental/status-code/ |
D | status_error.hpp | 73 status_code<DomainType> _code; member in status_error
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-machinery.hh | 107 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 110 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 111 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
/third_party/harfbuzz/src/ |
D | hb-machinery.hh | 96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-machinery.hh | 96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \ argument 99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code) argument 100 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code) argument
|
/third_party/python/Lib/ |
D | sre_compile.py | 598 def _code(p, flags): function
|
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 276 lws_add_http_header_status(struct lws *wsi, unsigned int _code, in lws_add_http_header_status()
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 50 def _code(handler): function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | hifmc_common.h | 362 #define op_ctrl_rd_opcode(_code) (((_code) & 0xff) << 16) argument 363 #define op_ctrl_wr_opcode(_code) (((_code) & 0xff) << 8) argument
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | mapidefs.h | 951 #define MAPI_DIAG(_code) ((LONG) _code) argument
|
D | wabdefs.h | 963 #define MAPI_DIAG(_code) ((LONG) _code) argument
|