Home
last modified time | relevance | path

Searched +defs:val +defs:operator (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix3.h63 inline double operator()(int32_t row, int32_t col) const in operator() function
78 std::string val; in ToString() local
129 inline double operator()(int32_t row, int32_t col) const in operator() function
144 std::string val; in ToString() local
193 inline double operator()(int32_t row, int32_t col) const in operator() function
205 std::string val; in ToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dcodec_data.h52 CodecData& operator=(const CodecData& other) = default; variable
53 CodecData& operator=(CodecData&& other) = default; variable
56 explicit CodecData(int32_t val) : type_(BufferDataType::TYPE_INT), data_(val) {} in CodecData()
57 explicit CodecData(int32_t val, BufferDataType type) : type_(type), data_(val) {} in CodecData()
58 explicit CodecData(int64_t val) : type_(BufferDataType::TYPE_LONG), data_(val) {} in CodecData()
59 explicit CodecData(double val) : type_(BufferDataType::TYPE_DOUBLE), data_(val) {} in CodecData()
61 explicit CodecData(const std::string& val) : type_(BufferDataType::TYPE_STRING), data_(val) {} in CodecData()
62 explicit CodecData(const std::string& val, BufferDataType type) : type_(type), data_(val) {} in CodecData()
70 explicit CodecData(std::map<std::string, std::string>&& val) in CodecData()
203 CopyableUniquePtr& operator=(CopyableUniquePtr&& other) = default; member
[all …]
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dring_buffer.h27 RingBuffer& operator=(const RingBuffer& other) = default; variable
28 RingBuffer& operator=(RingBuffer&& other) noexcept = default; variable
30 void Append(const T& val) { in Append()
37 void Append(T&& val) { in Append()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h55 Change& operator=(const Change& change) = default; variable
67Range<T>& val, ParticleUpdator updator, Range<float> random, std::vector<Change<T>>& valChangeOver… in ParticleParaType()
79 ParticleParaType& operator=(const ParticleParaType& paraType) = default; variable
95 ParticleAcceleration& operator=(const ParticleAcceleration& acceleration) = default; variable
131 ParticleColorParaType& operator=(const ParticleColorParaType& velocity) = default; variable
159 ParticleParams& operator=(const ParticleParams& params) = default; variable
162 RenderParticleParaType<float> translateValToRender(const ParticleParaType<float>& val) const in translateValToRender()
190 RenderParticleColorParaType translateColorToRender(const ParticleColorParaType& val) const in translateColorToRender()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h53 JsiType& operator=(const JsiType& rhs); variable
54 JsiType& operator=(JsiType&& rhs); variable
266 JsiCallbackInfo& operator=(const JsiCallbackInfo&) = delete; variable
328 void Mark(const JsiRef<T>& val) const in Mark()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dlru_map.h34 LruMap& operator=(const LruMap &) = delete; variable
35 LruMap& operator=(LruMap &&) = delete; variable
62 bool MoveNodeToLast(const K &key, const V &val) in MoveNodeToLast()
/aosp12/packages/modules/NeuralNetworks/common/random/
H A Drandom_distributions.h87 ResultType operator()(Generator* gen) { in operator() function
111 ResultType operator()(Generator* gen) { in operator() function
135 ResultType operator()(Generator* gen) { in operator() function
159 ResultType operator()(Generator* gen) { in operator() function
187 ResultType operator()(Generator* gen) { in operator() function
222 ResultType operator()(Generator* gen) { in operator() function
257 ResultType operator()() { in operator() function
673 const uint16 val = (exp << 10) | man; in Uint16ToHalf() local
691 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16() local
711 const uint32 val = (exp << 23) | man; in Uint32ToFloat() local
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h62 Asset &operator=(const Asset &proxy); variable
63 Asset &operator=(Asset &&proxy) noexcept; variable
100 Assets &operator=(const Assets &proxy); variable
101 Assets &operator=(Assets &&proxy) noexcept; variable
120 Value &operator=(Value &&value) noexcept; variable
129 auto val = Traits::get_if<T>(&value_); in T() local
147 Values &operator=(Values &&values) noexcept; variable
171 Bucket &operator=(Bucket &&bucket) noexcept; variable
196 Buckets &operator=(Buckets &&buckets) noexcept; variable
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h41 LogEntry& operator=(const LogEntry&) = default; variable
42 LogEntry& operator=(LogEntry&&) = default; variable
64 LogEntry& arg(IntT val) { in arg()
87 LogEntry& returns(T val) { in returns()
117 Log& operator=(const Log&) = delete; variable
118 Log& operator=(Log&&) = delete; variable
/aosp12/system/keymaster/include/keymaster/
H A Dserializable.h54 Serializable& operator=(const Serializable&) = delete; variable
58 Serializable& operator=(Serializable&&) = default; variable
90 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local
158 uint32_t val; in copy_uint32_from_buf() local
220 void operator=(const Buffer& other) = delete; variable
H A DList.h48 explicit _Node(const T& val) : mVal(val) {} in _Node()
54 inline void setVal(const T& val) { mVal = val; } in setVal()
165 List<T>& operator=(const List<T>& right); variable
186 void push_front(const T& val) { insert(begin(), val); } in push_front()
187 void push_back(const T& val) { insert(end(), val); } in push_back()
190 iterator insert(iterator posn, const T& val) { in insert()
/aosp12/system/libhwbinder/vts/performance/
H A DPerfTest.h40 bool val = true; in signal() local
44 bool val = false; in wait() local
64 Pipe& operator=(const Pipe&) = delete; variable
65 Pipe& operator=(const Pipe&&) = delete; variable
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DGeneratorHub.h48 VehiclePropValue val; member
52 bool operator()(const VhalEvent& lhs, const VhalEvent& rhs) const { in operator() function
/ohos5.0/foundation/ai/ai_engine/services/common/utils/encdec/include/
H A Ddata_decoder.h41 DataDecoder& operator=(const DataDecoder &other) = delete; variable
94 int DecodeOneParameter(T &val) in DecodeOneParameter()
H A Ddata_encoder.h43 DataEncoder& operator=(const DataEncoder &other) = delete; variable
112 int EncodeOneParameter(const T &val) in EncodeOneParameter()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h35 #define INC_METRIC_IF_DEBUG(val) PoolStats::instance()->val++; argument
56 void operator()(T* o) { in operator() function
99 ObjectPool& operator =(const ObjectPool &) = delete; variable
192 VehiclePropValuePool& operator=(VehiclePropValuePool&) = delete; variable
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dformat.h51 } val = {0}; member
64 Format &operator=(const Format &rhs); variable
65 Format &operator=(Format &&rhs) noexcept; variable
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dopenssl_utils.h47 void operator()(T* p) { FreeFunc(p); } in operator() function
85 T* val __attribute__((unused)) = p.release(); in release_because_ownership_transferred() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_vertex_sequence.h56 bool operator()(const VertexDist& val) in operator() function
130 void Add(const VertexDist& val) in Add()
147 void ModifyLast(const VertexDist& val) in ModifyLast()
/ohos5.0/foundation/multimodalinput/input/util/network/include/
H A Dstream_buffer.h42 virtual StreamBuffer &operator=(const StreamBuffer &other); variable
136 T val; in Read() local
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dstream_buffer.h41 virtual StreamBuffer &operator=(const StreamBuffer &other); variable
146 T val; in Read() local
/aosp12/frameworks/base/tools/aapt/
H A DZipEntry.h111 void setMarked(bool val) { mMarked = val; } in setMarked()
123 static inline void putShortLE(unsigned char* buf, short val) { in putShortLE()
127 static inline void putLongLE(unsigned char* buf, long val) { in putLongLE()
208 ZipEntry& operator=(const ZipEntry& src); variable
302 CentralDirEntry& operator=(const CentralDirEntry& src); variable
/aosp12/art/compiler/utils/
H A Dswap_space.h64 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
82 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
132 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
168 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
196 void construct(pointer p, const_reference val) { in construct()
/aosp12/build/make/tools/ziptime/
H A DZipEntry.h59 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE()
74 ZipEntry& operator=(const ZipEntry& src); variable
/aosp12/system/core/libutils/include/utils/
H A DList.h52 explicit _Node(const T& val) : mVal(val) {} in _Node()
58 inline void setVal(const T& val) { mVal = val; } in setVal()
180 List<T>& operator=(const List<T>& right); variable
209 void push_front(const T& val) { insert(begin(), val); } in push_front()
210 void push_back(const T& val) { insert(end(), val); } in push_back()
213 iterator insert(iterator posn, const T& val) in insert()

12