Home
last modified time | relevance | path

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

12345

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h425 explicit operator bool() const;
446 Value& operator[](int index);
475 Value& operator[](const char* key);
842 SelfType operator++(int) {
848 SelfType operator--(int) {
854 SelfType& operator--() {
859 SelfType& operator++() {
894 SelfType operator++(int) {
900 SelfType operator--(int) {
906 SelfType& operator--() {
[all …]
A Dallocator.h31 return static_cast<pointer>(::operator new(n * sizeof(T))); in allocate()
43 ::operator delete(p); in deallocate()
75 bool operator==(const SecureAllocator<T>&, const SecureAllocator<U>&) {
80 bool operator!=(const SecureAllocator<T>&, const SecureAllocator<U>&) {
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dstl_emulation.h203 unique_ptr& operator=(std::unique_ptr<T>&& u) {
207 unique_ptr& operator=(unique_ptr&& u) {
211 unique_ptr& operator=(T* p) {
212 return std::unique_ptr<T>::operator=(p);
232 unique_ptr& operator=(const unique_ptr& u) {
237 unique_ptr& operator=(unique_ptr&& u) {
242 unique_ptr& operator=(T* p) {
247 const T& operator*() const { return *ptr_; }
248 T* operator->() const { return ptr_; }
250 explicit operator bool() const { return ptr_ != nullptr; }
[all …]
A Dflatbuffers.h179 VectorIterator &operator++() {
184 VectorIterator operator++(int) {
200 VectorIterator &operator--() {
205 VectorIterator operator--(int) {
373 Vector &operator=(const Vector &);
524 Array &operator=(const Array &);
547 Array &operator=(const Array &);
2427 Struct &operator=(const Struct &);
2555 Table &operator=(const Table &);
2803 inline E operator ~ (E lhs){\
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h795 Value& operator=(Value other); variable
866 explicit operator bool() const;
894 Value& operator[](int index);
1257 SelfType operator++(int) {
1263 SelfType operator--(int) {
1269 SelfType& operator--() {
1274 SelfType& operator++() {
1308 SelfType operator++(int) {
1314 SelfType operator--(int) {
1320 SelfType& operator--() {
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DUrl.h30 Url &operator=(const Url &url) = default; variable
31 Url &operator=(Url &&other) = default; variable
32 bool operator==(const Url &url) const;
33 bool operator!=(const Url &url) const;
A DHttpMessage.h28 bool operator()(const std::string &s1, const std::string &s2) const;
55 HttpMessage &operator=(const HttpMessage &other); variable
56 HttpMessage &operator=(HttpMessage &&other); variable
A DOutcome.h31 Outcome &operator=(const Outcome &other) {
39 Outcome &operator=(Outcome &&other) {
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dpath.h92 inline constexpr Path operator|(Path p, Path q) {
97 inline constexpr Path operator&(Path p, Path q) {
102 inline constexpr Path operator^(Path p, Path q) {
107 inline constexpr Path operator~(Path p) {
A Dperformance_advisory.h26 inline constexpr PerformanceAdvisory operator|(PerformanceAdvisory p,
32 inline constexpr PerformanceAdvisory operator&(PerformanceAdvisory p,
A Dside_pair.h44 const T& operator[](Side side) const {
52 T& operator[](Side side) {
A Dprepacked_cache.h77 friend bool operator==(const Key& a, const Key& b) {
83 std::size_t operator()(const Key&) const;
/AliOS-Things-master/components/amp/libjs/lib/
A Dsmartcard.js18 select(operator) {
19 return __native.smartcard.select(operator);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/
A Dzstream.h123 inline izstream& operator>(izstream& zs, T& x) {
138 inline izstream& operator>(izstream& zs, char* x) {
272 inline ozstream& operator<(ozstream& zs, const T& x) {
286 inline ozstream& operator<(ozstream& zs, const char* x) {
293 inline ozstream& operator<(ozstream& zs, char* const& x) {
302 inline ostream& operator<<(ozstream& zs, const T& x) {
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration_generated.h78 bool operator==(const NNAPISettingsT &lhs, const NNAPISettingsT &rhs);
80 bool operator==(const GPUSettingsT &lhs, const GPUSettingsT &rhs);
81 bool operator!=(const GPUSettingsT &lhs, const GPUSettingsT &rhs);
94 bool operator==(const CPUSettingsT &lhs, const CPUSettingsT &rhs);
95 bool operator!=(const CPUSettingsT &lhs, const CPUSettingsT &rhs);
104 bool operator==(const ErrorCodeT &lhs, const ErrorCodeT &rhs);
105 bool operator!=(const ErrorCodeT &lhs, const ErrorCodeT &rhs);
732 NNAPISettingsBuilder &operator=(const NNAPISettingsBuilder &); member
853 GPUSettingsBuilder &operator=(const GPUSettingsBuilder &); member
1453 CPUSettingsBuilder &operator=(const CPUSettingsBuilder &); member
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dmicro_utils.h25 bool operator()(const T& x, const T& y) const { in operator() function
32 bool operator()(const T& x, const T& y) const { in operator() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dmutable_op_resolver.h36 size_t operator()(const V& v) const { return std::hash<V>()(v); } in operator() function
41 size_t operator()(const tflite::BuiltinOperator& v) const {
48 size_t operator()(const T& x) const {
A Dinterpreter_builder.h71 InterpreterBuilder& operator=(const InterpreterBuilder&) = delete; variable
77 TfLiteStatus operator()(std::unique_ptr<Interpreter>* interpreter);
82 TfLiteStatus operator()(std::unique_ptr<Interpreter>* interpreter,
A Dcontext_util.h37 TfLiteIntArrayView& operator=(const TfLiteIntArrayView& rhs) = default; variable
43 int operator[](size_t pos) const { return int_array_->data[pos]; }
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Djsontest.h85 template <typename T> TestResult& operator<<(const T& value) {
92 TestResult& operator<<(bool value);
94 TestResult& operator<<(Json::Int64 value);
95 TestResult& operator<<(Json::UInt64 value);
163 Runner& operator=(const Runner& other) = delete; variable
/AliOS-Things-master/components/oss/include/alibabacloud/oss/http/
A DHttpMessage.h35 HttpMessage& operator=(const HttpMessage &other); variable
36 HttpMessage& operator=(HttpMessage &&other); variable
A DUrl.h32 bool operator==(const Url &url) const;
33 bool operator!=(const Url &url) const;
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DOwner.h41 Owner& operator=(const Owner& rhs)
47 Owner& operator=(Owner&& lhs)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dctc_beam_entry.h109 void operator=(const BeamEntry&) = delete; member
119 BeamRoot& operator=(const BeamRoot&) = delete; variable
138 virtual bool inline operator()(const BeamEntry<CTCBeamState>* a, in operator() function
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.h257 T& operator[](int i) {
262 const T& operator[](int i) const {
301 void operator=( const DynArray& ); // not supported variable
443 void operator=( const MemPoolT& ); // not supported variable
972 XMLNode& operator=( const XMLNode& ); // not supported variable
1023 XMLText& operator=( const XMLText& ); // not supported variable
1234 void operator=( const XMLAttribute& ); // not supported variable
1630 void operator=( const XMLElement& ); // not supported variable
1878 void operator=( const XMLDocument& ); // not supported variable
2011 XMLHandle& operator=( const XMLHandle& ref ) {
[all …]

Completed in 44 milliseconds

12345