Home
last modified time | relevance | path

Searched refs:tracked_imported_namespaces_ (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_go.cpp80 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::GoGenerator
801 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()