Home
last modified time | relevance | path

Searched defs:PCHECK (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/
Dcheck.h170 #define PCHECK(condition) \ macro
182 #define PCHECK(condition) \ macro
/external/tensorflow/tensorflow/compiler/xla/stream_executor/platform/
Dlogging.h26 #define PCHECK(invocation) CHECK(invocation) macro
/external/libchrome/base/
Dlogging.h628 #define PCHECK(condition) \ macro
649 #define PCHECK(condition) \ macro
661 #define PCHECK(condition) \ macro
/external/angle/third_party/abseil-cpp/absl/log/
Dcheck.h80 #define PCHECK(condition) ABSL_LOG_INTERNAL_PCHECK_IMPL((condition), #condition) macro
/external/cronet/third_party/abseil-cpp/absl/log/
Dcheck.h80 #define PCHECK(condition) ABSL_PCHECK_IMPL((condition), #condition) macro
/external/webrtc/third_party/abseil-cpp/absl/log/
Dcheck.h86 #define PCHECK(condition) CHECK(condition).WithPerror() macro