Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp488 bool Parser::IsIdent(const char *id) const { in IsIdent() function in flatbuffers::Parser
548 if (IsIdent("bool")) { in ParseType()
551 } else if (IsIdent("byte") || IsIdent("int8")) { in ParseType()
554 } else if (IsIdent("ubyte") || IsIdent("uint8")) { in ParseType()
557 } else if (IsIdent("short") || IsIdent("int16")) { in ParseType()
560 } else if (IsIdent("ushort") || IsIdent("uint16")) { in ParseType()
563 } else if (IsIdent("int") || IsIdent("int32")) { in ParseType()
566 } else if (IsIdent("uint") || IsIdent("uint32")) { in ParseType()
569 } else if (IsIdent("long") || IsIdent("int64")) { in ParseType()
572 } else if (IsIdent("ulong") || IsIdent("uint64")) { in ParseType()
[all …]
/external/flatbuffers/include/flatbuffers/
Didl.h706 bool IsIdent(const char *id) const;