Searched refs:LastNamespacePart (Results 1 – 6 of 6) sorted by relevance
99 static std::string LastNamespacePart(const Namespace &ns);
101 std::string BaseGenerator::LastNamespacePart(const Namespace &ns) { in LastNamespacePart() function in flatbuffers::BaseGenerator
272 p.package_name = LastNamespacePart(*(def->defined_namespace)); in generate()
104 BeginFile(LastNamespacePart(go_namespace_), true, &code); in generate()822 BeginFile(LastNamespacePart(ns), needs_imports, &code); in SaveType()
709 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
716 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()