Searched refs:IsIdent (Results 1 – 2 of 2) sorted by relevance
488 bool Parser::IsIdent(const char *id) const { in IsIdent() function in flatbuffers::Parser548 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 …]
706 bool IsIdent(const char *id) const;