Searched refs:EscapeKeyword (Results 1 – 7 of 7) sorted by relevance
45 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::lobster::LobsterGenerator50 return EscapeKeyword(definition.name); in NormalizedName()54 return EscapeKeyword(ev.name); in NormalizedName()
77 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::lua::LuaGenerator82 return EscapeKeyword(definition.name); in NormalizedName()86 return EscapeKeyword(ev.name); in NormalizedName()90 return EscapeKeyword(definition.name) + "_mt"; in NormalizedMetaName()
836 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::swift::SwiftGenerator840 std::string Name(const EnumVal &ev) const { return EscapeKeyword(ev.name); } in Name()843 return EscapeKeyword(MakeCamel(def.name, false)); in Name()
359 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::rust::RustGenerator364 return EscapeKeyword(def.name); in Name()367 std::string Name(const EnumVal &ev) const { return EscapeKeyword(ev.name); } in Name()
229 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::cpp::CppGenerator234 return EscapeKeyword(def.name); in Name()237 std::string Name(const EnumVal &ev) const { return EscapeKeyword(ev.name); } in Name()1995 EscapeKeyword(field.name + UnionTypeFieldSuffix())); in GenTable()2377 EscapeKeyword(afield.name + UnionTypeFieldSuffix()) + "()" + in GenUnionUnpackVal()
77 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() function in flatbuffers::python::PythonGenerator82 return EscapeKeyword(definition.name); in NormalizedName()86 return EscapeKeyword(ev.name); in NormalizedName()
159 static std::string EscapeKeyword(const std::string &name) { in EscapeKeyword() function in flatbuffers::dart::DartGenerator