Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ insert
Method
insert
util/generic/hash.h:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
public:
149
template <class InputIterator>
150
void insert(InputIterator f, InputIterator l) {
151
rep.insert_unique(f, l);
152
}
153
154
std::pair<iterator, bool> insert(const value_type& obj) {
155
return rep.insert_unique(obj);
Callers
15
TestSaveLoad
Method · 0.45
Insert
Method · 0.45
Insert
Method · 0.45
TestAllocate
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Test7
Method · 0.45
TestPointer
Method · 0.45
TestInitializeList
Method · 0.45
DoTestMap1
Function · 0.45
DoTestMMap1
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
1
insert_unique
Method · 0.45
Tested by
15
TestSaveLoad
Method · 0.36
TestAllocate
Method · 0.36
Test7
Method · 0.36
TestPointer
Method · 0.36
TestInitializeList
Method · 0.36
TestRefCountedPtrsInHashSetImpl
Method · 0.36
TestReplace
Method · 0.36
TestIsInWithCont
Function · 0.36
TestHMap1
Method · 0.36
TestHMMapEqualityOperator
Method · 0.36
TestHMMapConstructorsAndAssignments
Method · 0.36
TestHMMap1
Method · 0.36