Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp329 static inline bool IsIdentifierStart(char c) { in IsIdentifierStart() function
501 if (IsIdentifierStart(c)) { in Next()
504 while (IsIdentifierStart(*cursor_) || is_digit(*cursor_)) cursor_++; in Next()
511 if (has_sign && IsIdentifierStart(*cursor_)) { in Next()
835 if ((false == IsIdentifierStart(*s)) && in ParseField()
1970 IsIdentifierStart(*attribute_.c_str())) { in ParseSingleValue()