/third_party/rust/crates/log/src/kv/ |
D | source.rs | 73 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/ |
D | ns_config.c | 115 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
|
D | ns_config.h | 46 kvlist **kvs; member 55 kvlist *kvs; member
|
/third_party/rust/crates/tracing/examples/examples/sloggish/ |
D | sloggish_subscriber.rs | 79 kvs: Vec<(&'static str, String)>, field 172 let mut kvs = kvs.into_iter(); in print_kvs() localVariable
|
/third_party/benchmark/src/ |
D | commandlineflags.cc | 89 std::map<std::string, std::string> kvs; in ParseKvPairs() local
|
/third_party/rust/crates/log/src/ |
D | lib.rs | 1905 _: 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/ |
D | unit_test_ldso_ns_config.c | 461 kvlist kvs; in ns_config_test_0300() local
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 6415 …const std::map<const char*, string*> kvs = testing::ext::TestFilter::instance()->getAllFilterFlags… in ParseFilterFlag() local
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 36394 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
|