/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | value.h | 425 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 D | allocator.h | 31 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 D | stl_emulation.h | 203 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 D | flatbuffers.h | 179 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 D | json.h | 795 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 D | Url.h | 30 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 D | HttpMessage.h | 28 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 D | Outcome.h | 31 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 D | path.h | 92 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 D | performance_advisory.h | 26 inline constexpr PerformanceAdvisory operator|(PerformanceAdvisory p, 32 inline constexpr PerformanceAdvisory operator&(PerformanceAdvisory p,
|
A D | side_pair.h | 44 const T& operator[](Side side) const { 52 T& operator[](Side side) {
|
A D | prepacked_cache.h | 77 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 D | smartcard.js | 18 select(operator) { 19 return __native.smartcard.select(operator);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/ |
A D | zstream.h | 123 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 D | configuration_generated.h | 78 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 D | micro_utils.h | 25 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 D | mutable_op_resolver.h | 36 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 D | interpreter_builder.h | 71 InterpreterBuilder& operator=(const InterpreterBuilder&) = delete; variable 77 TfLiteStatus operator()(std::unique_ptr<Interpreter>* interpreter); 82 TfLiteStatus operator()(std::unique_ptr<Interpreter>* interpreter,
|
A D | context_util.h | 37 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 D | jsontest.h | 85 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 D | HttpMessage.h | 35 HttpMessage& operator=(const HttpMessage &other); variable 36 HttpMessage& operator=(HttpMessage &&other); variable
|
A D | Url.h | 32 bool operator==(const Url &url) const; 33 bool operator!=(const Url &url) const;
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Owner.h | 41 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 D | ctc_beam_entry.h | 109 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 D | tinyxml2.h | 257 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 …]
|