Searched refs:callbackHost_ (Results 1 – 2 of 2) sorted by relevance
32 callbackHost_(host), in ObjectCallbackBuilder()48 if (!callbackHost_.empty()) in build()50 ss << ",\"callbackHost\":\"" << callbackHost_ << "\""; in build()
38 const std::string& CallbackHost() const { return callbackHost_; } in CallbackHost()42 void setCallbackHost(const std::string& host) { callbackHost_ = host; } in setCallbackHost()48 std::string callbackHost_; variable
Completed in 2 milliseconds