Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_file.cc380 for (map<string, ForwardDeclarations *>::iterator it = namespaces_.begin(), in ~ForwardDeclarations()
381 end = namespaces_.end(); in ~ForwardDeclarations()
385 namespaces_.clear(); in ~ForwardDeclarations()
389 ForwardDeclarations*& ns = namespaces_[ns_name]; in AddOrGetNamespace()
416 it = namespaces_.begin(), in Print()
417 end = namespaces_.end(); in Print()
429 map<string, ForwardDeclarations*> namespaces_; member in google::protobuf::compiler::cpp::FileGenerator::ForwardDeclarations