Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp490 bool Parser::IsIdent(const char *id) const { in IsIdent() function in flatbuffers::Parser
550 if (IsIdent("bool")) { in ParseType()
553 } else if (IsIdent("byte") || IsIdent("int8")) { in ParseType()
556 } else if (IsIdent("ubyte") || IsIdent("uint8")) { in ParseType()
559 } else if (IsIdent("short") || IsIdent("int16")) { in ParseType()
562 } else if (IsIdent("ushort") || IsIdent("uint16")) { in ParseType()
565 } else if (IsIdent("int") || IsIdent("int32")) { in ParseType()
568 } else if (IsIdent("uint") || IsIdent("uint32")) { in ParseType()
571 } else if (IsIdent("long") || IsIdent("int64")) { in ParseType()
574 } else if (IsIdent("ulong") || IsIdent("uint64")) { in ParseType()
[all …]
/external/flatbuffers/include/flatbuffers/
Didl.h715 bool IsIdent(const char *id) const;