Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h292 bool InsertMapKeyIfNotPresent(StringPiece map_key);
Dprotostream_objectwriter.cc478 bool ProtoStreamObjectWriter::Item::InsertMapKeyIfNotPresent( in InsertMapKeyIfNotPresent() function in google::protobuf::util::converter::ProtoStreamObjectWriter::Item
1290 if (!current_->InsertMapKeyIfNotPresent(unnormalized_name)) { in ValidMapKey()