Searched refs:is_str (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/stats/ |
D | rtc_stats.cc | 133 #define WEBRTC_DEFINE_RTCSTATSMEMBER(T, type, is_seq, is_str, to_str, to_json) \ argument 144 return is_str; \
|
/external/rust/crates/protobuf-codegen/src/ |
D | rust_types_values.rs | 127 fn is_str(&self) -> bool { in is_str() method 179 RustType::Ref(ref t) if t.is_str() => "\"\"".to_string(), in default_value() 284 (&RustType::Ref(ref t1), &RustType::Ref(ref t2)) if t1.is_string() && t2.is_str() => { in try_into_target()
|
/external/rust/crates/either/src/ |
D | lib.rs | 1050 fn is_str(_: &str) {} in deref() function 1052 is_str(&*value); in deref()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.cc | 302 bool is_str = GetAsString(event, &str_value); in Evaluate() local 303 if (is_str) in Evaluate()
|
/external/rust/crates/serde_derive/src/internals/ |
D | attr.rs | 1370 if is_cow(&field.ty, is_str) { in from_ast() 1699 is_reference(ty, is_str) || is_reference(ty, is_slice_u8) in is_implicitly_borrowed_reference() 1805 fn is_str(ty: &syn::Type) -> bool { in is_str() function
|