/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MessageBuilderContext.php | 55 $number, $type_name = null) 83 public function optional($name, $type, $number, $type_name = null) 94 public function repeated($name, $type, $number, $type_name = null) 105 public function required($name, $type, $number, $type_name = null)
|
/third_party/libdrm/tests/util/ |
D | kms.c | 51 struct type_name { struct 57 const struct type_name *table, in util_lookup_type_name() argument
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | array.cc | 47 std::string Array::type_name() const { in type_name() function in tint::sem::Array 48 std::string type_name = "__array" + element_->type_name(); in type_name() local
|
D | void_type.cc | 30 std::string Void::type_name() const { in type_name() function in tint::sem::Void
|
D | external_texture_type.cc | 30 std::string ExternalTexture::type_name() const { in type_name() function in tint::sem::ExternalTexture
|
D | sampler_type.cc | 30 std::string Sampler::type_name() const { in type_name() function in tint::sem::Sampler
|
D | i32_type.cc | 30 std::string I32::type_name() const { in type_name() function in tint::sem::I32
|
D | bool_type.cc | 30 std::string Bool::type_name() const { in type_name() function in tint::sem::Bool
|
D | f32_type.cc | 30 std::string F32::type_name() const { in type_name() function in tint::sem::F32
|
D | u32_type.cc | 30 std::string U32::type_name() const { in type_name() function in tint::sem::U32
|
D | multisampled_texture_type.cc | 34 std::string MultisampledTexture::type_name() const { in type_name() function in tint::sem::MultisampledTexture
|
D | sampled_texture_type.cc | 33 std::string SampledTexture::type_name() const { in type_name() function in tint::sem::SampledTexture
|
D | reference_type.cc | 32 std::string Reference::type_name() const { in type_name() function in tint::sem::Reference
|
D | pointer_type.cc | 33 std::string Pointer::type_name() const { in type_name() function in tint::sem::Pointer
|
D | depth_multisampled_texture_type.cc | 41 std::string DepthMultisampledTexture::type_name() const { in type_name() function in tint::sem::DepthMultisampledTexture
|
D | atomic_type.cc | 29 std::string Atomic::type_name() const { in type_name() function in tint::sem::Atomic
|
D | depth_texture_type.cc | 42 std::string DepthTexture::type_name() const { in type_name() function in tint::sem::DepthTexture
|
D | matrix_type.cc | 40 std::string Matrix::type_name() const { in type_name() function in tint::sem::Matrix
|
D | storage_texture_type.cc | 34 std::string StorageTexture::type_name() const { in type_name() function in tint::sem::StorageTexture
|
/third_party/protobuf/src/google/protobuf/ |
D | any_lite.cc | 61 StringPiece type_name) { in InternalPackFrom() 68 bool AnyMetadata::InternalUnpackTo(StringPiece type_name, in InternalUnpackTo()
|
/third_party/rust/crates/serde/serde_derive/src/ |
D | ser.rs | 128 fn type_name(&self) -> String { in type_name() method 224 let type_name = cattrs.name().serialize_name(); in serialize_unit_struct() localVariable 236 let type_name = cattrs.name().serialize_name(); in serialize_newtype_struct() localVariable 265 let type_name = cattrs.name().serialize_name(); in serialize_tuple_struct() localVariable 309 let type_name = cattrs.name().serialize_name(); in serialize_struct_tag_field() localVariable 327 let type_name = cattrs.name().serialize_name(); in serialize_struct_as_struct() localVariable 503 let type_name = cattrs.name().serialize_name(); in serialize_externally_tagged_variant() localVariable 576 let type_name = cattrs.name().serialize_name(); in serialize_internally_tagged_variant() localVariable 644 let type_name = cattrs.name().serialize_name(); in serialize_adjacently_tagged_variant() localVariable 783 let type_name = cattrs.name().serialize_name(); in serialize_untagged_variant() localVariable
|
/third_party/pulseaudio/src/pulsecore/ |
D | msgobject.c | 29 …sgobject_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_name))… in pa_msgobject_new_internal()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 77 std::string type_name; in ResolveMessageType() local 94 std::string type_name; in ResolveEnumType() local 308 Status ParseTypeUrl(const std::string& type_url, std::string* type_name) { in ParseTypeUrl()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | enum_ty.rs | 83 let type_name = ty.spelling(); in from_ty() localVariable 84 let type_name = if type_name.is_empty() { in from_ty() localVariable 89 let type_name = type_name.as_deref(); in from_ty() localVariable
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_mdapi.c | 217 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ argument 223 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ argument
|