Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc457 map_keys_.reset(new std::unordered_set<std::string>); in Item()
474 map_keys_.reset(new std::unordered_set<std::string>); in Item()
480 return InsertIfNotPresent(map_keys_.get(), std::string(map_key)); in InsertMapKeyIfNotPresent()
Dprotostream_objectwriter.h310 std::unique_ptr<std::unordered_set<std::string> > map_keys_; variable