Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h221 bool InsertMapKeyIfNotPresent(StringPiece map_key);
Dprotostream_objectwriter.cc411 bool ProtoStreamObjectWriter::Item::InsertMapKeyIfNotPresent( in InsertMapKeyIfNotPresent() function in google::protobuf::util::converter::ProtoStreamObjectWriter::Item
1142 if (!current_->InsertMapKeyIfNotPresent(unnormalized_name)) { in ValidMapKey()