Home
last modified time | relevance | path

Searched defs:USE (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/bigint/
Dbigint-internal.h128 #define USE(var) ((void)var) macro
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto66 USE = 60; enumerator
Dtest_reserved_message_upper.proto65 message USE {} message
Dtest_reserved_enum_upper.proto65 enum USE { ZERO61 = 0; } enum
/third_party/python/Include/internal/
Dpycore_symtable.h98 #define USE 2<<3 /* name is used */ macro
/third_party/node/deps/v8/src/base/
Dmacros.h248 #define USE(...) \ macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-use-machine.hh41 #define USE(Cat) use_syllable_machine_ex_##Cat macro
/third_party/node/src/
Dutil.h555 template <typename T> inline void USE(T&&) {} in USE() function