Home
last modified time | relevance | path

Searched refs:CASE_IMPL (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/session/
H A Darc_stop_reason.cc11 #define CASE_IMPL(val) \ in operator <<() macro
15 CASE_IMPL(SHUTDOWN); in operator <<()
16 CASE_IMPL(GENERIC_BOOT_FAILURE); in operator <<()
17 CASE_IMPL(LOW_DISK_SPACE); in operator <<()
18 CASE_IMPL(CRASH); in operator <<()
19 #undef CASE_IMPL in operator <<()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/session/
H A Darc_stop_reason.cc11 #define CASE_IMPL(val) \ in operator <<() macro
15 CASE_IMPL(SHUTDOWN); in operator <<()
16 CASE_IMPL(GENERIC_BOOT_FAILURE); in operator <<()
17 CASE_IMPL(LOW_DISK_SPACE); in operator <<()
18 CASE_IMPL(CRASH); in operator <<()
19 #undef CASE_IMPL in operator <<()
/dports/sysutils/pmt/pmt-0.2/
H A Dcase.c24 #define CASE_IMPL(func) \ macro
32 CASE_IMPL(tolower); in PMT_MODULE_IMPL()
36 CASE_IMPL(toupper); in PMT_MODULE_IMPL()