Home
last modified time | relevance | path

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

/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_upper.proto56 message REQUIRE {} message
Dtest_reserved_enum_value_upper.proto57 REQUIRE = 51; enumerator
Dtest_reserved_enum_upper.proto56 enum REQUIRE { ZERO52 = 0; } enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/third_party/libabigail/tests/lib/
Dcatch.hpp17671 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro
17864 #define REQUIRE( ... ) (void)(0) macro