class MoveOnlyClass
Defined at line 9 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
Public Methods
void MoveOnlyClass ()
Defined at line 11 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
void MoveOnlyClass (uint32_t key)
Defined at line 12 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
void MoveOnlyClass (const MoveOnlyClass & other)
Defined at line 13 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
void MoveOnlyClass (MoveOnlyClass && other)
Defined at line 15 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
MoveOnlyClass & operator= (MoveOnlyClass && other)
Defined at line 16 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
bool operator== (const MoveOnlyClass & lhs)
Defined at line 22 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc
uint32_t key ()
Defined at line 24 of file ../../zircon/system/ulib/mock-function/test/mock-function-test.cc