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