Searched refs:L3_REGULAR_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance
47 const std::string L3_REGULAR_DESCRIPTOR = "@R@"; variable
146 if (L3_REGULAR_DESCRIPTOR == cmdSrc.substr(0, L3_REGULAR_DESCRIPTOR.length())) { in IsSourceMatch()147 cmdSrc = cmdSrc.substr(L3_REGULAR_DESCRIPTOR.length()); in IsSourceMatch()