Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dscc.h82 std::vector<std::unique_ptr<SCC>> garbage_bin_; variable
85 garbage_bin_.emplace_back(new SCC()); in CreateSCC()
86 return garbage_bin_.back().get(); in CreateSCC()