/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix3.h | 63 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 D | codec_data.h | 52 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 D | ring_buffer.h | 27 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 D | rs_particle_params.h | 55 Change& operator=(const Change& change) = default; variable 67 …Range<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 D | jsi_types.h | 53 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 D | lru_map.h | 34 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 D | random_distributions.h | 87 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 D | value_proxy.h | 62 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 D | Log.h | 41 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 D | serializable.h | 54 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 D | List.h | 48 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 D | PerfTest.h | 40 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 D | GeneratorHub.h | 48 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 D | data_decoder.h | 41 DataDecoder& operator=(const DataDecoder &other) = delete; variable 94 int DecodeOneParameter(T &val) in DecodeOneParameter()
|
H A D | data_encoder.h | 43 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 D | VehicleObjectPool.h | 35 #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 D | format.h | 51 } 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 D | openssl_utils.h | 47 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 D | geometry_vertex_sequence.h | 56 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 D | stream_buffer.h | 42 virtual StreamBuffer &operator=(const StreamBuffer &other); variable 136 T val; in Read() local
|
/ohos5.0/base/sensors/sensor/utils/ipc/include/ |
H A D | stream_buffer.h | 41 virtual StreamBuffer &operator=(const StreamBuffer &other); variable 146 T val; in Read() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ZipEntry.h | 111 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 D | swap_space.h | 64 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 D | ZipEntry.h | 59 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 D | List.h | 52 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()
|