Searched defs:RUNTIME_OPTIONS_KEY (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime_options.cc32 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap::Name {__VA_ARGS__}; // NOLINT [readability/braces] [4] macro
H A Druntime_options.h76 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> Name; macro

Completed in 113 milliseconds