Searched refs:ToValue (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/log/src/kv/ |
D | value.rs | 18 pub trait ToValue { interface 23 impl<'a, T> ToValue for &'a T impl 25 T: ToValue + ?Sized, 32 impl<'v> ToValue for Value<'v> { 160 T: ToValue, in from_any() 395 impl ToValue for dyn fmt::Debug { 401 impl ToValue for dyn fmt::Display { 408 impl ToValue for dyn std::error::Error + 'static { 432 impl ToValue for dyn self::sval::value::Value { 438 impl ToValue for str { [all …]
|
D | mod.rs | 26 pub use self::value::{ToValue, Value};
|
D | source.rs | 9 use kv::{Error, Key, ToKey, ToValue, Value}; 125 V: ToValue, 289 V: ToValue, 311 V: ToValue,
|
/third_party/rust/crates/log/rfcs/ |
D | 0296-structured-logging.md | 31 - [`ToValue`](#tovalue) 109 A value can be captured as a structured value in a log record if it implements the `ToValue` trait: 112 pub trait ToValue { 140 Each of these types implements `ToValue` in a way that opaquely retains some notion of their underl… 143 impl ToValue for u8 { 175 #### Implementing `ToValue` for a simple value 177 …id::Uuid` could implement the `ToValue` trait directly in terms of some underlying value that alre… 180 impl ToValue for Uuid { 190 impl ToValue for Uuid { 200 impl ToValue for Uuid { [all …]
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_function_details.cc | 402 return result->ToValue().release(); in OpenTab()
|
/third_party/node/deps/v8/third_party/inspector_protocol/lib/ |
D | ValueConversions_h.template | 269 static std::unique_ptr<protocol::DictionaryValue> ToValue(const T& obj) {
|
/third_party/rust/crates/log/src/ |
D | lib.rs | 1617 kvs: Option<&[(&str, &dyn kv::ToValue)]>, in __private_api_log() argument
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 2346 @@ -74,7 +75,8 @@ Value SystemMetrics::ToValue() const { 2353 Value meminfo = memory_info_.ToValue(); 2354 Value vmstat = vmstat_info_.ToValue();
|