Home
last modified time | relevance | path

Searched defs:UintTestCase (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-common/src/
H A Dincrdecoder.rs162 struct UintTestCase { struct
163 b: String,
164 v: u64,
167 impl UintTestCase { implementation
H A Dcodec.rs681 struct UintTestCase { struct
682 v: u64,
683 b: String,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-common/src/
H A Dincrdecoder.rs159 struct UintTestCase { struct
160 b: String,
161 v: u64,
164 impl UintTestCase { implementation
H A Dcodec.rs684 struct UintTestCase { struct
685 v: u64,
686 b: String,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-common/src/
H A Dincrdecoder.rs159 struct UintTestCase { struct
160 b: String,
161 v: u64,
164 impl UintTestCase { impl
H A Dcodec.rs684 struct UintTestCase { struct
685 v: u64,
686 b: String,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-common/src/
H A Dincrdecoder.rs294 struct UintTestCase { struct
295 b: String,
296 v: u64,
299 impl UintTestCase { impl
H A Dcodec.rs588 struct UintTestCase { struct
589 v: u64,
590 b: String,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cbor/
H A Dwriter_unittest.cc19 struct UintTestCase { in TEST() struct
20 const int64_t value; in TEST()
21 const base::StringPiece cbor; in TEST()
H A Dreader_unittest.cc32 struct UintTestCase { in TEST() struct
33 const int64_t value; in TEST()
34 const std::vector<uint8_t> cbor_data; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cbor/
H A Dreader_unittest.cc32 struct UintTestCase { in TEST() struct
33 const int64_t value; in TEST()
34 const std::vector<uint8_t> cbor_data; in TEST()
H A Dwriter_unittest.cc22 } UintTestCase; in TEST() typedef