Home
last modified time | relevance | path

Searched defs:WS (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dliteral_parser.h60 static const auto WS = P::OfCharset(" \t"); in LiteralsParser() local
H A Dconfig_handler_whitelist.cpp44 static const auto WS = P::OfCharset(" \t"); in WhitelistMethodParser() local
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dconfig_handler_breakpoints.cpp57 static const auto WS = P::OfCharset(" \t"); in BreakpointParser() local
/arkcompiler/runtime_core/static_core/verification/config/parse/
H A Dconfig_parse.cpp94 static const auto WS = ~CM >> P::OfCharset(" \t\r\n"); in ParseConfig() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Denvironment.cpp38 static const auto WS = Par::OfCharset(" \t\r\n"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions() local

Completed in 2 milliseconds