Searched refs:operator (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | base.h | 484 void operator()(T *ptr) { in operator() function 505 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete; variable 510 T *operator->() { return &ctx_; } 511 const T *operator->() const { return &ctx_; }
|
| A D | stack.h | 476 bool operator==(StackIteratorImpl other) const { 479 bool operator!=(StackIteratorImpl other) const { 483 Type *operator*() const { 488 StackIteratorImpl &operator++(/* prefix */) { 493 StackIteratorImpl operator++(int /* postfix */) {
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 145 iASL: Fixed some issues with the ASL Include() operator. This operator 351 operator: 3923 operator 7368 operator 7378 operator 7518 operator. 7763 operator, 8798 operator, a warning is issued since the operator effectively does 9455 ToString operator. 10917 operator. [all …]
|
| /third_party/uapp/dash/src/ |
| A D | nodetypes | 73 NAND nbinary # the && operator 74 NOR nbinary # the || operator
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | internal.h | 505 MutexLockBase &operator=(const MutexLockBase<LockFunc, ReleaseFunc> &) = in OPENSSL_MSVC_PRAGMA() local
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 212 Disable C++ integration. This will cause new and delete operator
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 75 Warning 1105 - ^ Result is not used, operator has no effect 78 Warning 1104 - ^ Possible operator timeout is ignored 81 Warning 1105 - ^ Result is not used, operator has no effect 3816 //This method tests LGreater and LNot operator 4686 //This Method tests XOr operator for all the data types i.e. BYTE, WORD and DWORD 5810 // with 3 elements. It is expected that SizeOf operator will return the 5812 // final package, PKG2, has 4 elements and the SizeOf operator is expected 5842 // exercise the SizeOf operator. STR0 and STR1 are expected to be equal, 5858 // the SizeOf operator. 5919 // operator for Local values.
|
Completed in 37 milliseconds