Searched refs:syncMethodIds (Results 1 – 3 of 3) sorted by relevance
169 folly::dynamic syncMethodIds = folly::dynamic::array; in getConfig() local177 syncMethodIds.push_back(methodNames.size() - 1); in getConfig()183 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()185 if (!syncMethodIds.empty()) { in getConfig()186 config.push_back(std::move(syncMethodIds)); in getConfig()
168 folly::dynamic syncMethodIds = folly::dynamic::array; in getConfig() local176 syncMethodIds.push_back(methodNames.size() - 1); in getConfig()182 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()184 if (!syncMethodIds.empty()) { in getConfig()185 config.push_back(std::move(syncMethodIds)); in getConfig()