24#include "google/protobuf/stubs/map_util.h"
36using google::protobuf::FindCopy;
37using google::protobuf::FindLinkedPtrOrDie;
38using google::protobuf::FindLinkedPtrOrNull;
39using google::protobuf::FindOrDie;
40using google::protobuf::FindOrDieNoPrint;
41using google::protobuf::FindOrNull;
42using google::protobuf::FindPtrOrNull;
43using google::protobuf::FindWithDefault;
46using google::protobuf::ContainsKey;
47using google::protobuf::ContainsKeyValuePair;
50using google::protobuf::InsertAndDeleteExisting;
51using google::protobuf::InsertIfNotPresent;
52using google::protobuf::InsertKeyOrDie;
53using google::protobuf::InsertOrDie;
54using google::protobuf::InsertOrDieNoPrint;
55using google::protobuf::InsertOrUpdate;
56using google::protobuf::InsertOrUpdateMany;
59using google::protobuf::AddTokenCounts;
60using google::protobuf::LookupOrInsert;
61using google::protobuf::LookupOrInsertNew;
62using google::protobuf::LookupOrInsertNewLinkedPtr;
63using google::protobuf::LookupOrInsertNewSharedPtr;
66using google::protobuf::AppendKeysFromMap;
67using google::protobuf::AppendValuesFromMap;
68using google::protobuf::EraseKeyReturnValuePtr;
69using google::protobuf::InsertKeysFromMap;
70using google::protobuf::InsertOrReturnExisting;
71using google::protobuf::UpdateReturnCopy;