Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dstring_tokenizer.h203 bool IsDelim(char_type c) const { return delims_.find(c) != str::npos; } in IsDelim() function
225 if (IsDelim(c)) in AdvanceOne()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp721 bool IsDelim; in nextUp() local
725 IsDelim = isDelimiter(Stack[P-1]); in nextUp()
726 } while (P < SS && IsDelim); in nextUp()
727 assert(!IsDelim); in nextUp()
736 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local
740 IsDelim = isDelimiter(Stack[P-1]); in nextDown()
741 } while (P > 0 && IsDelim); in nextDown()
742 assert(!IsDelim); in nextDown()