Searched defs:EXPRESSION (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 153 #define GOOGLE_CHECK(EXPRESSION) \ argument 181 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION) argument
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/ |
D | num_token.hpp | 23 enum type {BEGIN, REGEX, OREXP, SEQUENCE, SUB, EXPRESSION, REPEAT, enumerator
|
/third_party/boost/boost/phoenix/core/detail/ |
D | expression.hpp | 85 #define BOOST_PHOENIX_DEFINE_EXPRESSION_BASE(NAME_SEQ, GRAMMAR_SEQ, EXPRESSION, RULE, RESULT_OF_MAK… argument
|
/third_party/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 117 #define CHARACTER_CLASS(NAME, EXPRESSION) \ argument
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 322 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument
|