Home | History | Annotate | Download | only in src

Lines Matching refs:Namespace

27 namespace flatbuffers {
77 const Namespace &ns) {
89 std::string BaseGenerator::NamespaceDir(const Namespace &ns) const {
94 const Namespace &ns) {
104 std::string BaseGenerator::LastNamespacePart(const Namespace &ns) {
111 // Ensure that a type is prefixed with its namespace whenever it is used
112 // outside of its namespace.
113 std::string BaseGenerator::WrapInNameSpace(const Namespace *ns,
128 const Namespace *ns = def.defined_namespace;
166 } // namespace flatbuffers