Home
last modified time | relevance | path

Searched refs:RE_DEC_DIGIT (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp35 static constexpr const char *RE_DEC_DIGIT = "[0-9]+"; // decimal digit member
46 "(" + std::string(RE_DEC_DIGIT) + ")_(" + std::string(RE_DEC_DIGIT) + ")");
50 std::string(RE_DEC_DIGIT) + "_" + std::string(RE_DEC_DIGIT) + "." + std::string(RE_IDENTIFIER));
55 static const std::regex RE_DEC_NUM(std::string(RE_DEC_DIGIT) + std::string(RE_DIGIT_SUFFIX),

Completed in 4 milliseconds