Searched defs:NormalizedName (Results 1 – 4 of 4) sorted by relevance
49 std::string NormalizedName(const Definition &definition) const { in NormalizedName() function in flatbuffers::lobster::LobsterGenerator53 std::string NormalizedName(const EnumVal &ev) const { in NormalizedName() function in flatbuffers::lobster::LobsterGenerator
81 std::string NormalizedName(const Definition &definition) const { in NormalizedName() function in flatbuffers::lua::LuaGenerator85 std::string NormalizedName(const EnumVal &ev) const { in NormalizedName() function in flatbuffers::lua::LuaGenerator
81 std::string NormalizedName(const Definition &definition) const { in NormalizedName() function in flatbuffers::python::PythonGenerator85 std::string NormalizedName(const EnumVal &ev) const { in NormalizedName() function in flatbuffers::python::PythonGenerator
286 std::string NormalizedName = Option; in findNearest() local