Searched refs:LastNamespacePart (Results 1 – 5 of 5) sorted by relevance
102 static std::string LastNamespacePart(const Namespace &ns);
110 std::string BaseGenerator::LastNamespacePart(const Namespace &ns) { in LastNamespacePart() function in flatbuffers::BaseGenerator
209 p.package_name = LastNamespacePart(*(def->defined_namespace)); in generate()
655 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
768 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()