Home
last modified time | relevance | path

Searched defs:IsCheck (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/src/test_lib_json/
Dmain.cpp69 struct IsCheck { struct
73 bool isObject_;
74 bool isArray_;
75 bool isBool_;
76 bool isString_;
77 bool isNull_;
79 bool isInt_;
80 bool isInt64_;
81 bool isUInt_;
82 bool isUInt64_;
[all …]
/external/angle/third_party/jsoncpp/source/src/test_lib_json/
Dmain.cpp83 struct IsCheck { struct
87 bool isObject_{false};
88 bool isArray_{false};
89 bool isBool_{false};
90 bool isString_{false};
91 bool isNull_{false};
93 bool isInt_{false};
94 bool isInt64_{false};
95 bool isUInt_{false};
96 bool isUInt64_{false};
[all …]
/external/v8/src/compiler/
Dcommon-operator.cc669 #define CACHED_BRANCH(Hint, IsCheck) \ argument
757 #define CACHED_DEOPTIMIZE_IF(Kind, Reason, IsCheck) \ argument
777 #define CACHED_DEOPTIMIZE_UNLESS(Kind, Reason, IsCheck) \ argument
949 #define CACHED_BRANCH(Hint, IsCheck) \ in Branch() argument
983 #define CACHED_DEOPTIMIZE_IF(Kind, Reason, IsCheck) \ in DeoptimizeIf() argument
1004 #define CACHED_DEOPTIMIZE_UNLESS(Kind, Reason, IsCheck) \ in DeoptimizeUnless() argument