Home
last modified time | relevance | path

Searched defs:kvs (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/log/src/kv/
Dsource.rs73 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in get_default()
93 fn visit_pair(&mut self, _: Key<'kvs>, _: Value<'kvs>) -> Result<(), Error> { in count_default()
195 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error>; in visit_pair()
202 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in visit_pair()
208 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in visit_pair()
215 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in visit_pair()
222 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in visit_pair()
229 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in visit_pair()
281 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in visit_pair()
473 fn visit_pair(&mut self, key: Key<'kvs>, value: Value<'kvs>) -> Result<(), Error> { in stream()
[all …]
/third_party/musl/porting/linux/user/ldso/
Dns_config.c115 kvlist *kvs; in kvlist_alloc() local
135 UT_STATIC void kvlist_realloc(kvlist *kvs) in kvlist_realloc()
153 static void kvlist_free(kvlist *kvs) in kvlist_free()
194 kvlist **kvs; in sections_realloc() local
218 static void kvlist_set(kvlist *kvs, const char *key, const char *val) in kvlist_set()
255 kvlist* kvs = NULL; in sections_set() local
Dns_config.h46 kvlist **kvs; member
55 kvlist *kvs; member
/third_party/rust/crates/tracing/examples/examples/sloggish/
Dsloggish_subscriber.rs79 kvs: Vec<(&'static str, String)>, field
172 let mut kvs = kvs.into_iter(); in print_kvs() localVariable
/third_party/benchmark/src/
Dcommandlineflags.cc89 std::map<std::string, std::string> kvs; in ParseKvPairs() local
/third_party/rust/crates/log/src/
Dlib.rs1905 _: kv::Key<'kvs>, in test_record_key_values_builder()
1906 _: kv::Value<'kvs>, in test_record_key_values_builder()
1913 let kvs: &[(&str, i32)] = &[("a", 1), ("b", 2)]; in test_record_key_values_builder() localVariable
1928 let kvs: &[(&str, &str)] = &[("a", "1"), ("b", "2")]; in test_record_key_values_get_coerce() localVariable
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_ldso_ns_config.c461 kvlist kvs; in ns_config_test_0300() local
/third_party/googletest/googletest/src/
Dgtest.cc6415 …const std::map<const char*, string*> kvs = testing::ext::TestFilter::instance()->getAllFilterFlags… in ParseFilterFlag() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs36394 let mut kvs = map.range((min, max)).map(|(&k, &v)| (k, v)); localVariable
36434 let mut kvs = map.range((Included(&i), Included(&j))).map(|(&k, &v)| (k, v)); localVariable
36455 let mut kvs = map.range_mut((Included(&i), Included(&j))).map(|(&k, &mut v)| (k, v)); localVariable