Searched refs:x5 (Results 1 - 9 of 9) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.h | 46 HEX_FIVE_FLG = 0x5,
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | frame.rs | 25 pub const PUSH_PROMISE_FRAME_TYPE: u64 = 0x5;
|
H A D | decoder.rs | 695 0x0 | 0x2 | 0x3 | 0x4 | 0x5 => return Err(UnsupportedSetting(key).into()), in decode_settings_payload()
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_parcel_test.cpp | 479 std::u16string x5 = u"test"; in ReadvecTestTwoFunc03() local 480 val5.push_back(x5); in ReadvecTestTwoFunc03() 603 std::u16string x5 = u"test"; in ReadvecTestThreeFunc03() local 604 val5.push_back(x5); in ReadvecTestThreeFunc03() 739 std::u16string x5((cap / sizeof(char16_t)), u't'); in WritevecTestOneFunc03() 740 val5.push_back(x5); in WritevecTestOneFunc03()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | bit.rs | 915 assert_eq!(bit.get_by_mask(Mask::new(3, 8)), 0x5); in ut_bit_get_by_mask_bit32() 963 assert_eq!(bit.get_by_mask(Mask::new(3, 8)), 0x5); in ut_bit_get_by_mask_bit64()
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | frame.rs | 70 PushPromise = 0x5,
|
H A D | decoder.rs | 1711 frame_type: 0x5, in ut_decode_push_promise_payload()
|
H A D | encoder.rs | 985 Setting::MaxFrameSize(v) => (0x5, *v), in iterate_settings_payload() 1457 Setting::MaxFrameSize(v) => (0x5, *v), in ut_settings_frame_encoding()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http2.rs | 427 assert_eq!(flag.bits(), 0x5); in ut_http2_build_headers_payload()
|
Completed in 13 milliseconds