Searched refs:AvlKey (Results 1 – 1 of 1) sorted by relevance
63 void* AvlKey() { return &key_; } in AvlKey() function in tsi::SslSessionLRUCache::Node130 entry_by_key_ = grpc_avl_add(entry_by_key_, node->AvlKey(), node, nullptr); in Put()137 entry_by_key_ = grpc_avl_remove(entry_by_key_, node->AvlKey(), nullptr); in Put()199 void* node = grpc_avl_get(entry_by_key_, current->AvlKey(), nullptr); in AssertInvariants()