Home
last modified time | relevance | path

Searched refs:CHECK_TYPE (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/js/experimental/runtime/internal/
Dchecks.js89 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 …]
Dchecks_test.js6 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/
Dptrlist.h14 #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/
Dunit-regression1.cpp1033 #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/
Drunltp146 -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/
Dwriter_test.js16 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) {
Dkernel_test.js17 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) {
Dkernel.js26 const {CHECK_TYPE, checkCriticalElementIndex, checkCriticalState, checkCriticalType, checkCriticalT…
62 if (CHECK_TYPE) {
/third_party/libexif/m4m/
Dstdint.m4203 dnl btw, all old CHECK_TYPE macros do automatically "DEFINE" a type,
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst641 * ptrlist: remove now unneeded CHECK_TYPE()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h38490 CHECK_TYPE = 1, enumerator