Home
last modified time | relevance | path

Searched defs:this_type (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/serde/serde_derive/src/
Dthis.rs4 pub fn this_type(cont: &Container) -> Path { in this_type() function
Dde.rs108 this_type: syn::Path, field
132 let this_type = this::this_type(cont); in new() localVariable
405 let this_type = &params.this_type; in deserialize_unit_struct() localVariable
471 let this_type = &params.this_type; in deserialize_tuple() localVariable
589 let this_type = &params.this_type; in deserialize_tuple_in_place() localVariable
743 let this_type = &params.this_type; in deserialize_seq() localVariable
830 let this_type = &params.this_type; in deserialize_seq_in_place() localVariable
878 let this_type = &params.this_type; in deserialize_newtype_struct() localVariable
915 let this_type = &params.this_type; in deserialize_struct() localVariable
1098 let this_type = &params.this_type; in deserialize_struct_in_place() localVariable
[all …]
Dser.rs81 this_type: syn::Path, field
106 let this_type = this::this_type(cont); in new() localVariable
654 let this_type = &params.this_type; in serialize_adjacently_tagged_variant() localVariable
993 let this_type = &params.this_type; in serialize_struct_variant_with_flatten() localVariable
1215 let this_type = &params.this_type; in wrap_serialize_with() localVariable
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc298 …unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_categor… in arabic_joining() local
310 …unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category … in arabic_joining() local
333 …unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_categor… in arabic_joining() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc437 const Type* this_type = method->aggregate_type(); in VisitMacroCommon() local