HomeSort by relevance Sort by last modified time
    Searched refs:EncodeUint32 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/spdy/
hpack_output_stream_test.cc 50 string EncodeUint32(uint8 N, uint32 I) {
67 EXPECT_EQ(string("\x00", 1), EncodeUint32(8, 0x00));
68 EXPECT_EQ("\x7f", EncodeUint32(8, 0x7f));
70 EXPECT_EQ("\xfe", EncodeUint32(8, 0xfe));
75 EXPECT_EQ(string("\xff\x00", 2), EncodeUint32(8, 0xff));
76 EXPECT_EQ("\xff\x01", EncodeUint32(8, 0x0100));
78 EXPECT_EQ("\xff\x7f", EncodeUint32(8, 0x017e));
83 EXPECT_EQ("\xff\x80\x01", EncodeUint32(8, 0x017f));
84 EXPECT_EQ("\xff\x80\x1e", EncodeUint32(8, 0x0fff));
86 EXPECT_EQ("\xff\xff\x7f", EncodeUint32(8, 0x40fe))
    [all...]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc 25 static std::string EncodeUint32(uint32 value) {
75 GetHash("pattern"), EncodeUint32(7), EncodeUint32(766))},
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter_unittest.cc 35 std::string EncodeUint32(uint32 value) {
526 EncodeUint32(pattern.size()),
527 EncodeUint32(pattern_sum)) +

Completed in 2595 milliseconds