Searched refs:CreateFromNetUInt32 (Results 1 – 3 of 3) sorted by relevance
70 static ByteString CreateFromNetUInt32(uint32_t val);
69 ByteString ByteString::CreateFromNetUInt32(uint32_t val) { in CreateFromNetUInt32() function in shill::ByteString
131 ByteString bs1 = ByteString::CreateFromNetUInt32(kTest2Uint32); in TEST_F()