Searched defs:toRemove (Results 1 – 3 of 3) sorted by relevance
119 auto toRemove = std::get<std::string>(arg); in operator ()() local
200 boost::container::flat_set<std::string> toRemove; in checkAssociationEndpointRemoves() local
873 MEM_STATIC U64 ZSTD_rollingHash_rotate(U64 hash, BYTE toRemove, BYTE toAdd, U64 primePower) in ZSTD_rollingHash_rotate()