Home
last modified time | relevance | path

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

123456

/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/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.cc47 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/
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
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
Dbool_type.cc30 std::string Bool::type_name() const { in type_name() function in tint::sem::Bool
Dsampled_texture_type.cc33 std::string SampledTexture::type_name() const { in type_name() function in tint::sem::SampledTexture
Dmultisampled_texture_type.cc34 std::string MultisampledTexture::type_name() const { in type_name() function in tint::sem::MultisampledTexture
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_texture_type.cc42 std::string DepthTexture::type_name() const { in type_name() function in tint::sem::DepthTexture
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
/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.rs123 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/
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/syn/codegen/src/
Ddebug.rs48 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/
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

123456