Searched defs:message_key (Results 1 – 2 of 2) sorted by relevance
355 struct message_key { struct356 typedef CharType char_type;357 typedef std::basic_string<char_type> string_type;360 message_key(string_type const &c = string_type()) : in message_key() function373 message_key(char_type const *c,char_type const *k) : in message_key() argument382 bool operator < (message_key const &other) const in operator <()389 bool operator==(message_key const &other) const in operator ==()394 bool operator!=(message_key const &other) const in operator !=()398 char_type const *context() const in context()404 char_type const *key() const in key()[all …]
325 const Key &message_key = message.keys(k); in DoPSEmbeddingLookup() local