Searched refs:RecvUInt32 (Results 1 – 3 of 3) sorted by relevance
61 auto length = conn->RecvUInt32(); in RecvEncodedAudio()62 auto frame_size = conn->RecvUInt32(); in RecvEncodedAudio()
48 std::uint32_t RecvUInt32();
104 std::uint32_t ClientSocket::RecvUInt32() { in RecvUInt32() function in ClientSocket