Searched refs:tracked_imported_namespaces_ (Results 1 – 1 of 1) sorted by relevance
80 tracked_imported_namespaces_.clear(); in generate()92 tracked_imported_namespaces_.clear(); in generate()116 std::set<const Namespace*> tracked_imported_namespaces_; member in flatbuffers::go::GoGenerator801 if (tracked_imported_namespaces_.size() > 0) { in BeginFile()803 for (auto it = tracked_imported_namespaces_.begin(); in BeginFile()804 it != tracked_imported_namespaces_.end(); in BeginFile()860 tracked_imported_namespaces_.insert(ns); in WrapInNameSpaceAndTrack()