Searched defs:list_name (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/ |
D | cipher_meta_storage.cc | 22 const char *list_name, std::map<std::string, std::vector<clientshare_str>> *clients_shares_list) { in GetClientSharesFromServer() 48 void CipherMetaStorage::GetClientListFromServer(const char *list_name, std::vector<std::string> *cl… in GetClientListFromServer() 63 …const char *list_name, std::map<std::string, std::vector<std::vector<uint8_t>>> *clients_keys_list… in GetClientKeysFromServer() 85 …const char *list_name, std::map<std::string, std::vector<std::vector<uint8_t>>> *clients_ivs_list)… in GetClientIVsFromServer() 109 bool CipherMetaStorage::GetClientNoisesFromServer(const char *list_name, std::vector<float> *cur_pu… in GetClientNoisesFromServer() 154 bool CipherMetaStorage::UpdateClientToServer(const char *list_name, const std::string &fl_id) { in UpdateClientToServer() 163 void CipherMetaStorage::RegisterPrime(const char *list_name, const std::string &prime) { in RegisterPrime() 174 bool CipherMetaStorage::UpdateClientKeyToServer(const char *list_name, const std::string &fl_id, in UpdateClientKeyToServer() 194 bool CipherMetaStorage::UpdateClientKeyToServer(const char *list_name, in UpdateClientKeyToServer() 260 bool CipherMetaStorage::UpdateClientNoiseToServer(const char *list_name, const std::vector<float> &… in UpdateClientNoiseToServer() [all …]
|
/third_party/boost/libs/regex/performance/ |
D | table_helper.cpp | 128 void add_to_all_sections(const std::string& id, std::string list_name = "performance_all_sections") in add_to_all_sections()
|
/third_party/boost/libs/math/reporting/performance/ |
D | table_helper.cpp | 138 void add_to_all_sections(const std::string& id, std::string list_name) in add_to_all_sections()
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | handle_test_result.hpp | 115 void add_to_all_sections(const std::string& id, std::string list_name = "all_sections") in add_to_all_sections()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1375 #define PRINT_CODEC_SUPPORTED(codec, field, type, list_name, term, get_name) \ argument
|