Home
last modified time | relevance | path

Searched defs:list_name (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/
Dcipher_meta_storage.cc22 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()
63const char *list_name, std::map<std::string, std::vector<std::vector<uint8_t>>> *clients_keys_list… in GetClientKeysFromServer()
85const 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/
Dtable_helper.cpp128 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/
Dtable_helper.cpp138 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/
Dhandle_test_result.hpp115 void add_to_all_sections(const std::string& id, std::string list_name = "all_sections") in add_to_all_sections()
/third_party/ffmpeg/fftools/
Dcmdutils.c1375 #define PRINT_CODEC_SUPPORTED(codec, field, type, list_name, term, get_name) \ argument