Searched refs:RE_COMPONENT (Results 1 – 2 of 2) sorted by relevance
26 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*" macro27 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"94 static const std::regex kRE4("(" RE_COMPONENT ")([.]" RE_COMPONENT ")+"); in setTo()96 static const std::regex kRE5("(" RE_COMPONENT ")"); in setTo()100 "):(" RE_COMPONENT ")"); in setTo()102 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT in setTo()105 static const std::regex kRE8("(" RE_PATH "):(" RE_COMPONENT ")"); in setTo()
54 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*" macro55 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"