Searched refs:CHECK_TYPE (Results 1 – 11 of 11) sorted by relevance
/third_party/protobuf/js/experimental/runtime/internal/ |
D | checks.js | 89 const /** boolean */ CHECK_TYPE = CHECK_LEVEL === CheckLevel.DEBUG; constant 234 if (!CHECK_TYPE) { 257 if (CHECK_TYPE) { 272 if (CHECK_TYPE) { 301 if (!CHECK_TYPE) { 413 if (!CHECK_TYPE) { 451 if (!CHECK_TYPE) { 496 if (!CHECK_TYPE) { 539 if (!CHECK_TYPE) { 607 if (!CHECK_TYPE) { [all …]
|
D | checks_test.js | 6 const {CHECK_TYPE, checkDefAndNotNull, checkFunctionExists} = goog.require('protobuf.internal.check… 11 if (CHECK_TYPE) { 20 if (CHECK_TYPE) { 36 if (CHECK_TYPE) { 45 if (CHECK_TYPE) {
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrlist.h | 14 #define CHECK_TYPE(head,ptr) (void)(&(ptr) == &(head)->list[0]) macro 61 CHECK_TYPE(*(list),ptr); \ 66 CHECK_TYPE(*(list),ptr); \ 89 CHECK_TYPE(list, *array); \
|
/third_party/json/tests/src/ |
D | unit-regression1.cpp | 1033 #define CHECK_TYPE(v) \ macro 1039 CHECK_TYPE(nullptr) 1040 CHECK_TYPE(0) 1041 CHECK_TYPE(0u) 1042 CHECK_TYPE(0L) 1043 CHECK_TYPE(0.0) 1044 CHECK_TYPE("") // NOLINT(readability-container-size-empty) 1046 #undef CHECK_TYPE
|
/third_party/ltp/ |
D | runltp | 146 -M CHECK_TYPE 147 [CHECK_TYPE=1 => Full Memory Leak Check tracing children as well] 148 [CHECK_TYPE=2 => Thread Concurrency Check tracing children as well] 149 [CHECK_TYPE=3 => Full Memory Leak & Thread Concurrency Check tracing children as well]
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | writer_test.js | 16 const {CHECK_BOUNDS, CHECK_TYPE, MAX_FIELD_NUMBER} = goog.require('protobuf.internal.checks'); 86 if (CHECK_TYPE) { 101 if (CHECK_TYPE) { 117 if (CHECK_TYPE) {
|
D | kernel_test.js | 17 const {CHECK_BOUNDS, CHECK_CRITICAL_STATE, CHECK_CRITICAL_TYPE, CHECK_TYPE, MAX_FIELD_NUMBER} = goo… 327 if (CHECK_TYPE) { 536 if (CHECK_TYPE) { 593 if (CHECK_TYPE) { 1752 if (CHECK_TYPE) { 2192 if (CHECK_TYPE) { 2249 if (CHECK_TYPE) {
|
D | kernel.js | 26 const {CHECK_TYPE, checkCriticalElementIndex, checkCriticalState, checkCriticalType, checkCriticalT… 62 if (CHECK_TYPE) {
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 203 dnl btw, all old CHECK_TYPE macros do automatically "DEFINE" a type,
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 641 * ptrlist: remove now unneeded CHECK_TYPE()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 38490 CHECK_TYPE = 1, enumerator
|