Searched defs:client_cache_t (Results 1 – 2 of 2) sorted by relevance
62 struct client_cache_t { struct66 bool operator==(const client_cache_t& other) const { return id == other.id; } argument68 bool isValid() const { return token != nullptr; } in isValid()
707 const std::vector<client_cache_t>& /*cachedBuffer*/, bool /*hasListenerCallbacks*/, in setTransactionState()