Home
last modified time | relevance | path

Searched refs:this (Results 101 - 125 of 724) sorted by relevance

12345678910>>...29

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/model/
H A Dcontainer_data_model.h4 * you may not use this file except in compliance with the License.
42 return *this; in Record()
49 return *this; in Remove()
56 return *this; in Insert()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_arguments.h4 * you may not use this file except in compliance with the License.
64 return *this; in SetCollectionIndex()
76 return *this; in SetVariationDesignPosition()
94 return *this; in SetPalette()
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_ninepatch_res.h4 * you may not use this file except in compliance with the License.
34 return reinterpret_cast<int32_t *>(reinterpret_cast<uintptr_t>(this) + xDivsOffset); in GetXDivs()
38 return reinterpret_cast<int32_t *>(reinterpret_cast<uintptr_t>(this) + yDivsOffset); in GetYDivs()
42 return reinterpret_cast<uint32_t *>(reinterpret_cast<uintptr_t>(this) + colorsOffset); in GetColors()
54 // The offset (from the start of this structure) to the colors array
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h4 * you may not use this file except in compliance with the License.
46 return *this; in EqualTo()
55 return *this; in NotEqualTo()
64 return *this; in GreaterThan()
73 return *this; in LessThan()
82 return *this; in GreaterThanOrEqualTo()
91 return *this; in LessThanOrEqualTo()
116 return *this; in In()
131 return *this; in NotIn()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h4 * you may not use this file except in compliance with the License.
44 using forward_iterator_tag = std::forward_iterator_tag; // yeah. we need this for std compatibility.
98 it_ = owner_->advance(*this);
99 return *this;
170 it_ = owner_->advance(*this);
171 return *this;
315 if (pos.owner_ != this || !pos.it_) { in erase()
322 // link prev to next or set bucket start to next if this was the first node. in erase()
323 // if this was the last prev-next will be null or bucket will be empty. in erase()
334 // link next to prev or if this wa in erase()
[all...]
H A Dgeneric_iterator.h4 * you may not use this file except in compliance with the License.
30 // Returns the container where this iterator points to.
80 return *this; in operator =()
85 return *this;
99 return !(*this == other); in operator !=()
106 return *this; in operator ++()
H A Drefcnt_ptr.h4 * you may not use this file except in compliance with the License.
88 return *this;
94 return *this;
101 return *this;
108 return *this;
116 return *this;
H A Dstring.h4 * you may not use this file except in compliance with the License.
207 if (&a != this) { in operator =()
210 return *this; in operator =()
215 if (&a != this) {
226 return *this;
235 return *this; in operator =()
243 return *this; in operator =()
255 return *this; in operator =()
281 return *this; in assign()
300 return *this; in assign()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_options.h4 * you may not use this file except in compliance with the License.
37 return !(*this == other); in operator !=()
54 return !(*this == other); in operator !=()
84 return !(*this == other); in operator !=()
100 return !(*this == other); in operator !=()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h4 * you may not use this file except in compliance with the License.
36 auto task = [this, &ret]() { ret = distributedUI_->DumpUITree(); }; in DumpUITree()
53 auto task = [this, &event]() { distributedUI_->ProcessSerializeableInputEvent(event); }; in ProcessSerializeableInputEvent()
59 auto task = [this, &uiTree]() { distributedUI_->RestoreUITree(uiTree); }; in RestoreUITree()
65 auto task = [this, &update]() { distributedUI_->UpdateUITree(update); }; in UpdateUITree()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_macros.h4 * you may not use this file except in compliance with the License.
28 return META_NS::ConstProperty<type> { this->Property##name() }; \
34 return META_NS::Property<type> { this->Property##name() }; \
63 return META_NS::ConstArrayProperty<type> { this->Property##name() }; \
69 return META_NS::ArrayProperty<type> { this->Property##name() }; \
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_factory.h4 * you may not use this file except in compliance with the License.
42 return this;
45 return this;
48 return this;
54 return const_cast<ObjectFactory*>(this)->GetInterface(uid);
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_caps.h4 * you may not use this file except in compliance with the License.
69 return *this; in AppendFixedKey()
94 return *this; in AppendIntervalKey()
109 return *this; in AppendDiscreteKeys()
113 * @brief set mime of this capability
121 return *this; in SetMime()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h4 * you may not use this file except in compliance with the License.
304 * @brief Obtains the journal mode in this {@code StoreConfig} object.
309 * @brief Obtains the synchronization mode in this {@code StoreConfig} object.
324 * @brief Obtains the database file type in this {@code StoreConfig} object.
329 * @brief Obtains the database security level in this {@code StoreConfig} object.
394 * @brief Obtains the bundle name in this {@code StoreConfig} object.
404 * @brief Obtains the distributed type in this {@code StoreConfig} object.
414 * @brief Obtains the module name in this {@code StoreConfig} object.
429 * @brief Obtains the area in this {@code StoreConfig} object.
434 * @brief Obtains the journal mode value in this {
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h4 * you may not use this file except in compliance with the License.
99 return *this; in AddHeight()
105 return *this; in AddWidth()
111 return *this; in MinusHeight()
117 return *this; in MinusWidth()
162 return *this; in operator +=()
169 return *this; in operator -=()
H A Dcalc_dimension.h4 * you may not use this file except in compliance with the License.
48 Dimension& dimension = *this; in operator =()
50 return *this; in operator =()
58 return *this; in operator =()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object.h4 * you may not use this file except in compliance with the License.
117 META_NS::ConstructPropertiesFromMetadata(this, this->GetStaticObjectMetadata(), meta);
118 META_NS::ConstructEventsFromMetadata(this, this->GetStaticObjectMetadata(), meta);
119 META_NS::ConstructFunctionsFromMetadata(this, this->GetStaticObjectMetadata(), meta);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h4 * you may not use this file except in compliance with the License.
133 return this->photoFormat_;
144 return this->photoQuality_;
169 return this->burstKey_;
174 return this->isCoverPhoto_;
179 this->isCoverPhoto_ = isCoverPhoto; in SetIsCoverPhoto()
184 this->burstKey_ = burstKey; in SetBurstKey()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.h4 * you may not use this file except in compliance with the License.
52 return AceType::MakeRefPtr<DoubleEvaluator>(AceType::Claim(this), true); in CreateXEvaluator()
57 return AceType::MakeRefPtr<DoubleEvaluator>(AceType::Claim(this), false); in CreateYEvaluator()
62 return AceType::MakeRefPtr<DimensionOffsetEvaluator>(AceType::Claim(this)); in CreateDimensionOffsetEvaluator()
67 return AceType::MakeRefPtr<RotateEvaluator>(AceType::Claim(this)); in CreateRotateEvaluator()
72 return AceType::MakeRefPtr<TransformOperationsEvaluator>(AceType::Claim(this)); in CreateTransformOperationsEvaluator()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h4 * you may not use this file except in compliance with the License.
88 return this->eventId == event.eventId && this->name == event.name && this->value == event.value; in operator ==()
93 return this->name + "_" + this->value; in ToString()
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h4 * you may not use this file except in compliance with the License.
96 Vector2<T> rNormalize(*this); in Normalized()
131 Vector2<T> rSub(*this); in operator -()
142 Vector2<T> rAdd(*this); in operator +()
150 return *this; in operator /()
153 return (*this) * invScale; in operator /()
159 Vector2<T> rMult(*this); in operator *()
170 Vector2<T> rMult(*this); in operator *()
180 return *this; in operator *=()
188 return *this; in operator +=()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dobject_hierarchy_observer.h4 * you may not use this file except in compliance with the License.
40 return *this; in Target()
45 return *this; in Target()
75 return *this; in OnHierarchyChanged()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter.h4 * you may not use this file except in compliance with the License.
66 uv_loop_t loop_ = {.data = this};
67 uv_signal_t signal_ = {.data = this};
68 uv_timer_t timer_ = {.data = this};
/foundation/resourceschedule/ffrt/src/sched/
H A Dload_predictor.h4 * you may not use this file except in compliance with the License.
30 return static_cast<const T*>(this)->GetPredictLoadImpl(); in GetPredictLoad()
35 static_cast<T*>(this)->UpdateLoadImpl(load); in UpdateLoad()
40 static_cast<T*>(this)->ClearImpl(); in Clear()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/
H A Denabled_comps_dump.h4 * you may not use this file except in compliance with the License.
38 return (((this->networkId_ == other.networkId_) && (this->dhId_ < other.dhId_)) || in operator <()
39 (this->networkId_ < other.networkId_)); in operator <()

Completed in 10 milliseconds

12345678910>>...29