Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h239 google::protobuf::scoped_ptr<hash_set<string> > map_keys_; variable
Dprotostream_objectwriter.cc390 map_keys_.reset(new hash_set<string>); in Item()
407 map_keys_.reset(new hash_set<string>); in Item()
413 return InsertIfNotPresent(map_keys_.get(), map_key.ToString()); in InsertMapKeyIfNotPresent()