Home
last modified time | relevance | path

Searched refs:DPCHECK (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/
Dlogging.h640 #define DPCHECK(condition) \ macro
651 #define DPCHECK(condition) \ macro
658 #define DPCHECK(condition) EAT_STREAM_PARAMETERS << !(condition) macro
/third_party/gn/src/base/posix/
Dfile_descriptor_shuffle.cc98 DPCHECK(ret == 0); in Close()