MCPcopy Create free account
hub / github.com/Tencent/mars / manager

Method manager

mars/boost/function/function_base.hpp:342–347  ·  view source on GitHub ↗

Function pointers

Source from the content-addressed store, hash-verified

340
341 // Function pointers
342 static inline void
343 manager(const function_buffer& in_buffer, function_buffer& out_buffer,
344 functor_manager_operation_type op, function_ptr_tag)
345 {
346 functor_manager_common<Functor>::manage_ptr(in_buffer,out_buffer,op);
347 }
348
349 // Function objects that fit in the small-object buffer.
350 static inline void

Callers 5

clearMethod · 0.45
assign_to_ownFunction · 0.45
move_assignFunction · 0.45
function_baseClass · 0.45
targetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected