Home
last modified time | relevance | path

Searched refs:subtype_ (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
H A Datomic_type.cc25 Atomic::Atomic(const sem::Type* subtype) : subtype_(subtype) { in Atomic()
31 out << "__atomic" << subtype_->type_name(); in type_name()
37 out << "atomic<" << subtype_->FriendlyName(symbols) << ">"; in FriendlyName()
42 return subtype_->Size(); in Size()
46 return subtype_->Align(); in Align()
H A Dpointer_type.cc28 : subtype_(subtype), storage_class_(storage_class), access_(access) { in Pointer()
35 out << "__ptr_" << storage_class_ << subtype_->type_name() << "__" << access_; in type_name()
45 out << subtype_->FriendlyName(symbols) << ", " << access_; in FriendlyName()
H A Dreference_type.cc27 : subtype_(subtype), storage_class_(storage_class), access_(access) { in Reference()
34 out << "__ref_" << storage_class_ << subtype_->type_name() << "__" << access_; in type_name()
44 out << subtype_->FriendlyName(symbols) << ", " << access_; in FriendlyName()
H A Dvector_type.cc25 : subtype_(subtype), width_(width) { in Vector()
35 return "__vec_" + std::to_string(width_) + subtype_->type_name(); in type_name()
40 out << "vec" << width_ << "<" << subtype_->FriendlyName(symbols) << ">"; in FriendlyName()
H A Dmatrix_type.cc26 : subtype_(column_type->type()), in Matrix()
42 subtype_->type_name(); in type_name()
48 << subtype_->FriendlyName(symbols) << ">"; in FriendlyName()
H A Datomic_type.h37 const sem::Type* Type() const { return subtype_; } in Type()
58 sem::Type const* const subtype_; member in tint::sem::Atomic::sem
H A Dpointer_type.h43 const Type* StoreType() const { return subtype_; } in StoreType()
60 Type const* const subtype_; member in tint::sem::Pointer
H A Dreference_type.h43 const Type* StoreType() const { return subtype_; } in StoreType()
60 Type const* const subtype_; member in tint::sem::Reference
H A Dvector_type.h37 const Type* type() const { return subtype_; } in type()
70 Type const* const subtype_; member in tint::sem::Vector
H A Dmatrix_type.h40 const Type* type() const { return subtype_; } in type()
72 const Type* const subtype_; member in tint::sem::Matrix
H A Dstorage_texture_type.h47 Type* type() const { return subtype_; } in type()
71 Type* const subtype_; member in tint::sem::StorageTexture
H A Dstorage_texture_type.cc28 : Base(dim), image_format_(format), access_(access), subtype_(subtype) {} in StorageTexture()
/third_party/json/include/nlohmann/
H A Dbyte_container_with_subtype.hpp44 byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(container_type(b))) in noexcept()
46 , m_subtype(subtype_) in noexcept()
51 byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b)))) in noexcept()
53 , m_subtype(subtype_) in noexcept()
70 void set_subtype(subtype_type subtype_) noexcept
72 m_subtype = subtype_;
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c89 FeatureSubType subtype_; member
684 arg->subtype_ = SUBTYPE_ANMF; in ParseCommandLine()
701 arg->subtype_ = in ParseCommandLine()
955 switch (config->args_[i].subtype_) { in Process()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp4994 byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(container_type(b)))
4996 , m_subtype(subtype_)
5001 byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b))))
5003 , m_subtype(subtype_)
5020 void set_subtype(subtype_type subtype_) noexcept
5022 m_subtype = subtype_;
/third_party/json/single_include/nlohmann/
H A Djson.hpp5841 byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(container_type(b))) in noexcept()
5843 , m_subtype(subtype_) in noexcept()
5848 byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b)))) in noexcept()
5850 , m_subtype(subtype_) in noexcept()
5867 void set_subtype(subtype_type subtype_) noexcept
5869 m_subtype = subtype_;

Completed in 50 milliseconds