Home
last modified time | relevance | path

Searched defs:KeyValuePairs (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/toml_edit/src/de/
Dmod.rs262 table: &crate::table::KeyValuePairs, in validate_struct_keys()
/external/rust/crates/toml_edit/src/
Dtable.rs489 pub(crate) type KeyValuePairs = IndexMap<InternalString, TableKeyValue>; typedef
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame_test.cc504 typedef std::vector<KeyValuePair> KeyValuePairs; typedef in quiche::test::__anona43b18d30111::FakeHeaders