Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h247 if (!Derived::ValidateKey(key)) return nullptr;
398 if (PROTOBUF_PREDICT_FALSE(!ptr || !Derived::ValidateKey(&key_))) {
Dstruct.pb.h124 static bool ValidateKey(std::string* s) { in ValidateKey() function