Searched refs:EscapeKeyword (Results 1 – 6 of 6) sorted by relevance
42 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::lobster::LobsterGenerator47 return EscapeKeyword(definition.name); in NormalizedName()51 return EscapeKeyword(ev.name); in NormalizedName()
95 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::lua::LuaGenerator100 return EscapeKeyword(definition.name); in NormalizedName()104 return EscapeKeyword(ev.name); in NormalizedName()108 return EscapeKeyword(definition.name) + "_mt"; in NormalizedMetaName()
102 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::python::PythonGenerator107 return EscapeKeyword(definition.name); in NormalizedName()111 return EscapeKeyword(ev.name); in NormalizedName()
425 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::rust::RustGenerator430 return EscapeKeyword(def.name); in Name()433 std::string Name(const EnumVal &ev) const { return EscapeKeyword(ev.name); } in Name()
190 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::cpp::CppGenerator195 return EscapeKeyword(def.name); in Name()198 std::string Name(const EnumVal &ev) const { return EscapeKeyword(ev.name); } in Name()1842 EscapeKeyword(field.name + UnionTypeFieldSuffix())); in GenTable()2183 EscapeKeyword(afield.name + UnionTypeFieldSuffix()) + "()" + in GenUnionUnpackVal()
149 static std::string EscapeKeyword(const std::string &name) { in EscapeKeyword() function in flatbuffers::dart::DartGenerator