Home
last modified time | relevance | path

Searched defs:message_key (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/locale/src/shared/
Dmessage.cpp355 struct message_key { struct
356 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() function
373 message_key(char_type const *c,char_type const *k) : in message_key() argument
382 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 …]
/third_party/mindspore/mindspore/ccsrc/ps/
Dworker.cc325 const Key &message_key = message.keys(k); in DoPSEmbeddingLookup() local