Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 79) sorted by relevance

1234

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dautoptr.h27 AutoPtr &operator=(T *other); variable
29 AutoPtr &operator=(const AutoPtr<T> &other); variable
31 AutoPtr &operator=(AutoPtr<T> &&other); variable
35 inline operator T *() const;
37 inline T **operator&();
39 inline T *operator->() const;
41 inline T &operator*() const;
45 inline bool operator==(T *other) const;
47 inline bool operator==(const AutoPtr<T> &other) const;
49 inline bool operator!=(T *other) const;
[all …]
/drivers/hdf_core/framework/tools/hc-gen/src/
Dtoken.h39 bool operator==(const Token &token) const;
40 bool operator!=(const Token &token) const;
41 bool operator==(int32_t otherType) const;
42 bool operator!=(int32_t otherType) const;
43 friend std::ostream &operator<<(std::ostream &stream, const Token &token);
46 std::ostream &operator<<(std::ostream &stream, const Token &token);
Dast.h63 AstObject &operator=(const AstObject &obj); variable
69 friend std::ostream &operator<<(std::ostream &stream, const AstObject &t);
158 ConfigNode &operator=(const ConfigNode &node); variable
160 friend std::ostream &operator<<(std::ostream &stream, const ConfigNode &t);
223 ConfigTerm &operator=(const ConfigTerm &term); variable
229 friend std::ostream &operator<<(std::ostream &stream, const ConfigTerm &t);
258 ConfigArray &operator=(const ConfigArray &array); variable
452 std::ostream &operator<<(std::ostream &stream, const AstObject &t);
453 std::ostream &operator<<(std::ostream &stream, const ConfigNode &t);
454 std::ostream &operator<<(std::ostream &stream, const ConfigTerm &t);
Dlexer.h33 friend std::ostream &operator<<(std::ostream &stream, const Lexer &p);
83 std::ostream &operator<<(std::ostream &stream, const Lexer &p);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/
Dno_copyable.h23 NoCopyable& operator=(const NoCopyable& n) = delete; variable
24 NoCopyable& operator=(NoCopyable&& n) = delete; variable
/drivers/peripheral/intelligent_voice/utils/
Dscope_guard.h64 ScopeGuard &operator=(const ScopeGuard &) = delete; variable
65 ScopeGuard &operator=(ScopeGuard &&) = delete; variable
72 inline ScopeGuard<Func> operator+(ScopeGuardOnExit, Func &&fn)
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
Dstream_video.h31 StreamVideo& operator=(const StreamVideo &other) = delete; variable
32 StreamVideo& operator=(StreamVideo &&other) = delete; variable
Dstream_preview.h31 StreamPreview& operator=(const StreamPreview &other) = delete; variable
32 StreamPreview& operator=(StreamPreview &&other) = delete; variable
Dcapture_message.h50 ICaptureMessage& operator=(const ICaptureMessage& other) = delete; variable
51 ICaptureMessage& operator=(ICaptureMessage&& other) = delete; variable
140 CaptureMessageOperator& operator=(const CaptureMessageOperator& other) = delete; variable
141 CaptureMessageOperator& operator=(CaptureMessageOperator&& other) = delete; variable
/drivers/external_device_manager/utils/include/
Dsingle_instance.h27 className &operator=(const className &) = delete; \
29 className &operator=(className &&) = delete;
/drivers/peripheral/camera/vdi_base/common/include/
Dbuffer_manager.h41 BufferManager& operator=(const BufferManager&); variable
43 BufferManager& operator=(BufferManager&&); variable
/drivers/peripheral/distributed_camera/hdi_service/include/utils/
Ddcamera_base.h28 bool operator == (const DCameraBase& index) const
33 bool operator < (const DCameraBase& index) const
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
Ddoffline_stream_operator.h30 DOfflineStreamOperator& operator=(const DOfflineStreamOperator &other) = delete; variable
31 DOfflineStreamOperator& operator=(DOfflineStreamOperator &&other) = delete; variable
Ddbuffer_manager.h40 DBufferManager& operator=(const DBufferManager &other) = delete; variable
41 DBufferManager& operator=(DBufferManager &&other) = delete; variable
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
Dipp_algo_parser.h34 IppAlgoParser& operator=(const IppAlgoParser& other) = delete; variable
35 IppAlgoParser& operator=(IppAlgoParser&& other) = delete; variable
Doffline_pipeline_manager.h43 OfflinePipelineManager& operator=(const OfflinePipelineManager&); variable
45 OfflinePipelineManager& operator=(OfflinePipelineManager&&); variable
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
Dbuffer_loop_tracking.h47 bool operator==(const TrackingNode& n)
72 bool operator==(const TrackingStream& n)
118 BufferLoopTracking& operator=(const BufferLoopTracking&); variable
120 BufferLoopTracking& operator=(BufferLoopTracking&&); variable
Dbuffer_allocator_factory.h52 BufferAllocatorFactory& operator=(const BufferAllocatorFactory&); variable
54 BufferAllocatorFactory& operator=(BufferAllocatorFactory&&); variable
/drivers/peripheral/camera/hal_c/hdi_cif/include/
Dcamera_device.h32 CameraDevice& operator=(const CameraDevice& other) = delete; variable
33 CameraDevice& operator=(CameraDevice&& other) = delete; variable
Dcamera_host.h45 CameraHost& operator=(const CameraHost& other) = delete; variable
46 CameraHost& operator=(CameraHost&& other) = delete; variable
Dstream_operator.h49 StreamOperator& operator=(const StreamOperator &other) = delete; variable
50 StreamOperator& operator=(StreamOperator &&other) = delete; variable
/drivers/hdf_core/interfaces/inner_api/hdi/base/
Dnative_buffer.h65 NativeBuffer &operator=(const NativeBuffer &other); variable
66 NativeBuffer &operator=(NativeBuffer &&other) noexcept; variable
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dsensor_info_config.h31 bool operator == (const std::string &sensorType)
40 bool operator == (const std::string &sensorType)
/drivers/peripheral/camera/hdi_service/v1_0/include/
Dcamera_device_service.h39 CameraDeviceService &operator=(const CameraDeviceService &other) = delete; variable
40 CameraDeviceService &operator=(CameraDeviceService &&other) = delete; variable
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
Dstream_pipeline_data_structure.h56 bool operator==(const NodeSpec& n)
64 bool operator!=(const NodeSpec& n)

1234