Home
last modified time | relevance | path

Searched defs:ByRef (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Dmake_shared_move_emulation_test.cpp39 class ByRef class
48 ByRef(BOOST_RV_REF(movearg)): constructed_by_(move_constructor) in ByRef() function in ByRef
50 ByRef(const movearg &arg): constructed_by_(const_ref_constructor) in ByRef() function in ByRef
/third_party/boost/libs/proto/test/
Dmake_expr.cpp272 struct ByRef struct