Searched refs:this_type (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 108 this_type: syn::Path, 110 /// Same as `this_type` but using `::<T>` for generic parameters for use in 132 let this_type = this::this_type(cont); in new() 141 this_type, in new() 153 self.this_type.segments.last().unwrap().ident.to_string() in type_name() 405 let this_type = ¶ms.this_type; in deserialize_unit_struct() 418 marker: _serde::__private::PhantomData<#this_type #ty_generics>, in deserialize_unit_struct() 423 type Value = #this_type #ty_generic in deserialize_unit_struct() [all...] |
H A D | ser.rs | 81 this_type: syn::Path, 83 /// Same as `this_type` but using `::<T>` for generic parameters for use in 106 let this_type = this::this_type(cont); in new() 113 this_type, in new() 124 self.this_type.segments.last().unwrap().ident.to_string() in type_name() 654 let this_type = ¶ms.this_type; in serialize_adjacently_tagged_variant() 741 phantom: _serde::__private::PhantomData<#this_type #ty_generics>, in serialize_adjacently_tagged_variant() 763 phantom: _serde::__private::PhantomData::<#this_type #ty_generic in serialize_adjacently_tagged_variant() [all...] |
H A D | this.rs | 4 pub fn this_type(cont: &Container) -> Path { in this_type() functions
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-arabic.cc | 298 unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_category (buffer->context[0][i])); in arabic_joining() local 300 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining() 303 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining() 310 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i])); in arabic_joining() local 312 if (unlikely (this_type == JOINING_TYPE_T)) { in arabic_joining() 317 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining() 333 unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_category (buffer->context[1][i])); in arabic_joining() local 335 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining() 338 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 437 const Type* this_type = method->aggregate_type(); in VisitMacroCommon() local 438 LowerParameter(this_type, ExternalParameterName(kThisParameterName), in VisitMacroCommon() 440 StackRange range = lowered_parameter_types.PushMany(LowerType(this_type)); in VisitMacroCommon() 441 VisitResult this_result = VisitResult(this_type, range); in VisitMacroCommon() 452 (this_type->IsClassType()) in VisitMacroCommon()
|
Completed in 12 milliseconds