Searched defs:re (Results 1 – 7 of 7) sorted by relevance
24 auto re = RegEx::Create("b+"); in TEST() local
29 RegExMatchImpl(std::string_view s, const std::regex& re) in RegExMatchImpl()
129 auto re = RegEx::Create(R"(package:([\w\.]+)\s+uid:(\d+))"); in GetAppUid() local
149 std::unique_ptr<RegEx> re; member
384 std::unique_ptr<RegEx> re = RegEx::Create(reg_str); in AggregateThreads() local
286 auto re = RegEx::Create(R"((\w+):(.+?);)"); in ParseTracingField() local
596 const uint8_t* re = reinterpret_cast<const uint8_t*>(r) + n; in numError() local