Searched refs:GetBinarySize (Results 1 – 2 of 2) sorted by relevance
51 size_t GetBinarySize() const { return m_BinarySize; } in GetBinarySize() function72 …if (GetBinarySize() == 1) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(1 byte) %d\n", *(static_cas… in PRINT()73 …else if (GetBinarySize() == 2) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(2 byte) %d\n", *(stati… in PRINT()74 …else if (GetBinarySize() == 4) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(4 byte) %d\n", *(stati… in PRINT()75 …else if (GetBinarySize() == 8) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(sta… in PRINT()78 nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(%d byte) ", GetBinarySize()); in PRINT()79 for (int i = 0; i < GetBinarySize(); i++) in PRINT()176 if (m_Path->GetPathType() == PATH_TYPE_BINARY && m_Path->GetBinarySize() == sizeof(T))
364 s32 DeliverArg::GetBinarySize(void) in GetBinarySize() function in nn::os::DeliverArg