Searched refs:keyGenFunc_ (Results 1 – 5 of 5) sorted by relevance
24 private keyGenFunc_?: RepeatKeyGenFunc<T>;51 this.keyGenFunc_ = config.keyGenFunc;307 key = this.keyGenFunc_(this.arr_[forIndex], forIndex);
145 keyGenFunc_ = std::move(keyGenFunc); in SetItemGenerator()179 ItemKeyGenerator keyGenFunc_; variable
111 std::string key = keyGenFunc_(params[0], index); in ExpandChildrenOnInitial()131 std::string key = keyGenFunc_(params[0], index); in OnGetChildByIndex()
56 std::string key = keyGenFunc_(params[paramType::Data], index); in OnExpandChildrenOnInitialInNG()145 std::string key = keyGenFunc_(params[paramType::Data], index); in OnGetChildByIndex()207 key = keyGenFunc_(params[paramType::Data], index); in OnGetChildByIndexNew()
10478 this.keyGenFunc_ = config.keyGenFunc;10701 key = this.keyGenFunc_(this.arr_[forIndex], forIndex);