Searched refs:IsStringInPrefixList (Results 1 – 2 of 2) sorted by relevance
179 constexpr bool IsStringInPrefixList(const char*) { in IsStringInPrefixList() function184 constexpr bool IsStringInPrefixList(const char* str, in IsStringInPrefixList() function188 IsStringInPrefixList(str, std::forward<Args>(args)...); in IsStringInPrefixList()
166 return ::perfetto::internal::IsStringInPrefixList(name, __VA_ARGS__); \