| /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/node/deps/v8/tools/v8windbg/src/ |
| D | v8-debug-helper-interop.cc | 47 StructField::StructField(std::u16string field_name, std::u16string type_name, in StructField() 62 Property::Property(std::u16string property_name, std::u16string type_name, in Property() 122 const char* type_name, bool is_compressed) { in GetHeapObject() 145 const std::string& type_name = props->guessed_types[type_index]; in GetHeapObject() local
|
| /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 | 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 | bool_type.cc | 30 std::string Bool::type_name() const { in type_name() function in tint::sem::Bool
|
| D | sampled_texture_type.cc | 33 std::string SampledTexture::type_name() const { in type_name() function in tint::sem::SampledTexture
|
| D | multisampled_texture_type.cc | 34 std::string MultisampledTexture::type_name() const { in type_name() function in tint::sem::MultisampledTexture
|
| 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_texture_type.cc | 42 std::string DepthTexture::type_name() const { in type_name() function in tint::sem::DepthTexture
|
| 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
|
| /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 | 123 fn type_name(&self) -> String { in type_name() method 219 let type_name = cattrs.name().serialize_name(); in serialize_unit_struct() localVariable 231 let type_name = cattrs.name().serialize_name(); in serialize_newtype_struct() localVariable 260 let type_name = cattrs.name().serialize_name(); in serialize_tuple_struct() localVariable 304 let type_name = cattrs.name().serialize_name(); in serialize_struct_tag_field() localVariable 322 let type_name = cattrs.name().serialize_name(); in serialize_struct_as_struct() localVariable 513 let type_name = cattrs.name().serialize_name(); in serialize_externally_tagged_variant() localVariable 586 let type_name = cattrs.name().serialize_name(); in serialize_internally_tagged_variant() localVariable 655 let type_name = cattrs.name().serialize_name(); in serialize_adjacently_tagged_variant() localVariable 802 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/syn/codegen/src/ |
| D | debug.rs | 48 let type_name = &node.ident; in expand_impl_body() localVariable 109 let type_name = if is_syntax_tree_variant { in expand_impl_body() localVariable
|
| /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
|