Home
last modified time | relevance | path

Searched refs:type_index_ (Results 1 – 25 of 71) sorted by relevance

123

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/smartplaylists/
H A Dwizard.cpp60 type_index_(-1) { in Wizard()
110 if (type_index_ == -1) { in SetGenerator()
116 plugins_[type_index_]->SetGenerator(gen); in SetGenerator()
140 type_index_ = index; in TypeChanged()
141 type_page_->next_id_ = plugins_[type_index_]->start_page(); in TypeChanged()
146 if (type_index_ == -1) return ret; in CreateGenerator()
148 ret = plugins_[type_index_]->CreateGenerator(); in CreateGenerator()
159 plugins_[type_index_]->is_dynamic()); in initializePage()
/dports/audio/strawberry/strawberry-1.0.0/src/smartplaylists/
H A Dsmartplaylistwizard.cpp67 type_index_(-1) { in SmartPlaylistWizard()
113 if (type_index_ == -1) { in SetGenerator()
126 plugins_[type_index_]->SetGenerator(gen); in SetGenerator()
153 type_index_ = index; in TypeChanged()
154 type_page_->next_id_ = plugins_[type_index_]->start_page(); in TypeChanged()
161 if (type_index_ == -1) return ret; in CreateGenerator()
163 ret = plugins_[type_index_]->CreateGenerator(); in CreateGenerator()
175 finish_page_->ui_->dynamic_container->setEnabled(plugins_[type_index_]->is_dynamic()); in initializePage()
H A Dsmartplaylistwizard.h63 int type_index_; variable
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/node/
H A Dreflection.h159 : parent_(parent), type_index_(type_index) { } in Registry()
166 CHECK_LT(type_index_, parent_->fcreate_.size()); in set_creator()
167 parent_->fcreate_[type_index_] = f; in set_creator()
176 CHECK_LT(type_index_, parent_->fglobal_key_.size()); in set_global_key()
177 parent_->fglobal_key_[type_index_] = f; in set_global_key()
183 uint32_t type_index_; variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/node/
H A Dreflection.h159 : parent_(parent), type_index_(type_index) { } in Registry()
166 CHECK_LT(type_index_, parent_->fcreate_.size()); in set_creator()
167 parent_->fcreate_[type_index_] = f; in set_creator()
176 CHECK_LT(type_index_, parent_->fglobal_key_.size()); in set_global_key()
177 parent_->fglobal_key_[type_index_] = f; in set_global_key()
183 uint32_t type_index_; variable
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/runtime/
H A Dobject.h154 return type_index_; in type_index()
161 return TypeIndex2Key(type_index_); in GetTypeKey()
167 return TypeIndex2KeyHash(type_index_); in GetTypeKeyHash()
241 uint32_t type_index_{0};
756 return self->type_index_ == TargetType::RuntimeTypeIndex(); in IsInstance()
764 if (self->type_index_ >= begin && self->type_index_ < end) return true; in IsInstance()
766 if (self->type_index_ == begin) return true; in IsInstance()
770 if (self->type_index_ < TargetType::RuntimeTypeIndex()) return false; in IsInstance()
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dobject.h158 return type_index_; in type_index()
165 return TypeIndex2Key(type_index_); in GetTypeKey()
171 return TypeIndex2KeyHash(type_index_); in GetTypeKeyHash()
245 uint32_t type_index_{0};
760 return self->type_index_ == TargetType::RuntimeTypeIndex(); in IsInstance()
768 if (self->type_index_ >= begin && self->type_index_ < end) return true; in IsInstance()
770 if (self->type_index_ == begin) return true; in IsInstance()
774 if (self->type_index_ < TargetType::RuntimeTypeIndex()) return false; in IsInstance()
H A Dmemory.h75 ptr->type_index_ = T::RuntimeTypeIndex(); in make_object()
95 ptr->type_index_ = ArrayType::RuntimeTypeIndex(); in make_inplace_array()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dobject.h158 return type_index_; in type_index()
165 return TypeIndex2Key(type_index_); in GetTypeKey()
171 return TypeIndex2KeyHash(type_index_); in GetTypeKeyHash()
245 uint32_t type_index_{0};
760 return self->type_index_ == TargetType::RuntimeTypeIndex(); in IsInstance()
768 if (self->type_index_ >= begin && self->type_index_ < end) return true; in IsInstance()
770 if (self->type_index_ == begin) return true; in IsInstance()
774 if (self->type_index_ < TargetType::RuntimeTypeIndex()) return false; in IsInstance()
H A Dmemory.h75 ptr->type_index_ = T::RuntimeTypeIndex(); in make_object()
95 ptr->type_index_ = ArrayType::RuntimeTypeIndex(); in make_inplace_array()
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/runtime/
H A Dobject.h154 return type_index_; in type_index()
161 return TypeIndex2Key(type_index_); in GetTypeKey()
167 return TypeIndex2KeyHash(type_index_); in GetTypeKeyHash()
241 uint32_t type_index_{0};
756 return self->type_index_ == TargetType::RuntimeTypeIndex(); in IsInstance()
764 if (self->type_index_ >= begin && self->type_index_ < end) return true; in IsInstance()
766 if (self->type_index_ == begin) return true; in IsInstance()
770 if (self->type_index_ < TargetType::RuntimeTypeIndex()) return false; in IsInstance()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/runtime/
H A Dobject.h171 uint32_t type_index() const { return type_index_; } in type_index()
176 std::string GetTypeKey() const { return TypeIndex2Key(type_index_); } in GetTypeKey()
180 size_t GetTypeKeyHash() const { return TypeIndex2KeyHash(type_index_); } in GetTypeKeyHash()
253 uint32_t type_index_{0};
811 return self->type_index_ == TargetType::RuntimeTypeIndex(); in IsInstance()
819 if (self->type_index_ >= begin && self->type_index_ < end) return true; in IsInstance()
821 if (self->type_index_ == begin) return true; in IsInstance()
825 if (self->type_index_ < TargetType::RuntimeTypeIndex()) return false; in IsInstance()
H A Dmemory.h73 ptr->type_index_ = T::RuntimeTypeIndex(); in make_object()
92 ptr->type_index_ = ArrayType::RuntimeTypeIndex(); in make_inplace_array()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/node/
H A Dreflection.h204 : parent_(parent), type_index_(type_index) {} in Registry()
211 CHECK_LT(type_index_, parent_->fcreate_.size()); in set_creator()
212 parent_->fcreate_[type_index_] = f; in set_creator()
221 CHECK_LT(type_index_, parent_->frepr_bytes_.size()); in set_repr_bytes()
222 parent_->frepr_bytes_[type_index_] = f; in set_repr_bytes()
228 uint32_t type_index_; variable
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dexport.cc47 : stream_(stream), type_index_(1), packages_() in Export()
429 int ret = this->type_index_; in prepare_types()
500 int index = this->type_index_; in set_type_index()
501 ++this->type_index_; in set_type_index()
863 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
877 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
882 for (int i = 1; i < this->type_index_; ++i) in write_types()
902 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
907 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dexport.cc47 : stream_(stream), type_index_(1), packages_() in Export()
429 int ret = this->type_index_; in prepare_types()
500 int index = this->type_index_; in set_type_index()
501 ++this->type_index_; in set_type_index()
863 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
877 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
882 for (int i = 1; i < this->type_index_; ++i) in write_types()
902 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
907 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dexport.cc47 : stream_(stream), type_index_(1), packages_() in Export()
429 int ret = this->type_index_; in prepare_types()
500 int index = this->type_index_; in set_type_index()
501 ++this->type_index_; in set_type_index()
863 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
877 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
882 for (int i = 1; i < this->type_index_; ++i) in write_types()
902 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
907 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
714 int index = this->type_index_; in set_type_index()
715 ++this->type_index_; in set_type_index()
742 int ret = this->type_index_; in assign_type_indices()
1134 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1148 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1153 for (int i = 1; i < this->type_index_; ++i) in write_types()
1173 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1178 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
714 int index = this->type_index_; in set_type_index()
715 ++this->type_index_; in set_type_index()
742 int ret = this->type_index_; in assign_type_indices()
1134 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1148 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1153 for (int i = 1; i < this->type_index_; ++i) in write_types()
1173 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1178 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
718 int index = this->type_index_; in set_type_index()
719 ++this->type_index_; in set_type_index()
746 int ret = this->type_index_; in assign_type_indices()
1138 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1152 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1157 for (int i = 1; i < this->type_index_; ++i) in write_types()
1177 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1182 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
714 int index = this->type_index_; in set_type_index()
715 ++this->type_index_; in set_type_index()
742 int ret = this->type_index_; in assign_type_indices()
1134 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1148 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1153 for (int i = 1; i < this->type_index_; ++i) in write_types()
1173 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1178 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
718 int index = this->type_index_; in set_type_index()
719 ++this->type_index_; in set_type_index()
746 int ret = this->type_index_; in assign_type_indices()
1138 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1152 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1157 for (int i = 1; i < this->type_index_; ++i) in write_types()
1177 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1182 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
718 int index = this->type_index_; in set_type_index()
719 ++this->type_index_; in set_type_index()
746 int ret = this->type_index_; in assign_type_indices()
1138 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1152 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1157 for (int i = 1; i < this->type_index_; ++i) in write_types()
1177 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1182 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dexport.cc89 : stream_(stream), type_index_(1), packages_(), impl_(new Export_impl) in Export()
739 int index = this->type_index_; in set_type_index()
740 ++this->type_index_; in set_type_index()
767 int ret = this->type_index_; in assign_type_indices()
1159 std::vector<const Type*> types(static_cast<size_t>(this->type_index_)); in write_types()
1173 std::vector<size_t> type_sizes(static_cast<size_t>(this->type_index_)); in write_types()
1178 for (int i = 1; i < this->type_index_; ++i) in write_types()
1198 snprintf(buf, sizeof buf, "types %d %d", this->type_index_, in write_types()
1203 for (int i = 1; i < this->type_index_; ++i) in write_types()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Dexport.cc36 : stream_(stream), type_refs_(), type_index_(1), packages_() in Export()
324 int index = this->type_index_; in write_type()
325 ++this->type_index_; in write_type()

123