MCPcopy Create free account
hub / github.com/catboost/catboost / Call

Function Call

contrib/libs/ibdrv/impl.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5template <typename Method, typename... Args>
6static auto Call(Method* m, Args&&... args) {
7 Y_ENSURE(m);
8 return m(std::forward<Args>(args)...);
9}
10
11// verbs
12

Callers 15

ibv_modify_qpFunction · 0.70
ibv_query_pkeyFunction · 0.70
ibv_node_type_strFunction · 0.70
ibv_create_ahFunction · 0.70
ibv_create_cqFunction · 0.70
ibv_destroy_ahFunction · 0.70
ibv_create_qpFunction · 0.70
ibv_fork_initFunction · 0.70
ibv_open_deviceFunction · 0.70
ibv_close_deviceFunction · 0.70
ibv_alloc_pdFunction · 0.70
ibv_dealloc_pdFunction · 0.70

Calls 1

mFunction · 0.50

Tested by 4

Test_mm_shifter_epiXXMethod · 0.40
Test_mm_dualopMethod · 0.40
Test_mm_dualcmpMethod · 0.40
Test_mm_convertopMethod · 0.40