Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp198 static std::string TokenToString(int t) { in TokenToString() function
218 return TokenToString(t) + (t == kTokenIdentifier ? ": " + attribute_ : ""); in TokenToStringId()
503 return Error("expecting: " + TokenToString(t) + " instead got: " + in Expect()