Home
last modified time | relevance | path

Searched defs:type_name (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php55 $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/
Dkms.c51 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/
Darray.cc47 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
Dvoid_type.cc30 std::string Void::type_name() const { in type_name() function in tint::sem::Void
Dexternal_texture_type.cc30 std::string ExternalTexture::type_name() const { in type_name() function in tint::sem::ExternalTexture
Dsampler_type.cc30 std::string Sampler::type_name() const { in type_name() function in tint::sem::Sampler
Di32_type.cc30 std::string I32::type_name() const { in type_name() function in tint::sem::I32
Dbool_type.cc30 std::string Bool::type_name() const { in type_name() function in tint::sem::Bool
Df32_type.cc30 std::string F32::type_name() const { in type_name() function in tint::sem::F32
Du32_type.cc30 std::string U32::type_name() const { in type_name() function in tint::sem::U32
Dmultisampled_texture_type.cc34 std::string MultisampledTexture::type_name() const { in type_name() function in tint::sem::MultisampledTexture
Dsampled_texture_type.cc33 std::string SampledTexture::type_name() const { in type_name() function in tint::sem::SampledTexture
Dreference_type.cc32 std::string Reference::type_name() const { in type_name() function in tint::sem::Reference
Dpointer_type.cc33 std::string Pointer::type_name() const { in type_name() function in tint::sem::Pointer
Ddepth_multisampled_texture_type.cc41 std::string DepthMultisampledTexture::type_name() const { in type_name() function in tint::sem::DepthMultisampledTexture
Datomic_type.cc29 std::string Atomic::type_name() const { in type_name() function in tint::sem::Atomic
Ddepth_texture_type.cc42 std::string DepthTexture::type_name() const { in type_name() function in tint::sem::DepthTexture
Dmatrix_type.cc40 std::string Matrix::type_name() const { in type_name() function in tint::sem::Matrix
Dstorage_texture_type.cc34 std::string StorageTexture::type_name() const { in type_name() function in tint::sem::StorageTexture
/third_party/protobuf/src/google/protobuf/
Dany_lite.cc61 StringPiece type_name) { in InternalPackFrom()
68 bool AnyMetadata::InternalUnpackTo(StringPiece type_name, in InternalUnpackTo()
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs128 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/
Dmsgobject.c29 …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/
Dtype_resolver_util.cc77 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/
Denum_ty.rs83 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/
Dintel_perf_mdapi.c217 #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

123456789