Home
last modified time | relevance | path

Searched refs:HasWhitespace (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dgraph_visualizer.cc48 static bool HasWhitespace(const char* str) { in HasWhitespace() function
335 DCHECK(!HasWhitespace(name)) << "Checker does not allow spaces in attributes"; in StartAttributeStream()