Searched refs:operator (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/updater/include/private/ |
D | commands.h | 51 bool operator==(const TargetInfo& other) const { 56 friend std::ostream& operator<<(std::ostream& os, const TargetInfo& source); 64 std::ostream& operator<<(std::ostream& os, const TargetInfo& source); 85 bool operator==(const StashInfo& other) const { 90 friend std::ostream& operator<<(std::ostream& os, const StashInfo& stash); 98 std::ostream& operator<<(std::ostream& os, const StashInfo& stash); 142 bool operator==(const SourceInfo& other) const { 148 friend std::ostream& operator<<(std::ostream& os, const SourceInfo& source); 164 std::ostream& operator<<(std::ostream& os, const SourceInfo& source); 180 bool operator==(const PatchInfo& other) const { [all …]
|
/bootable/recovery/otautil/include/otautil/ |
D | rangeset.h | 111 explicit operator bool() const { 115 const Range& operator[](size_t i) const { 119 bool operator==(const RangeSet& other) const { 124 bool operator!=(const RangeSet& other) const {
|
D | sysutil.h | 43 explicit operator bool() const {
|
/bootable/recovery/install/include/install/ |
D | verifier.h | 34 void operator()(RSA* rsa) const { in operator() function 40 void operator()(EC_KEY* ec_key) const { in operator() function
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 61 explicit operator bool() const { 70 std::ostream& operator<<(std::ostream& os, const Partition& partition);
|
D | imgdiff_image.h | 72 bool operator==(const ImageChunk& other) const; 73 bool operator!=(const ImageChunk& other) const { 193 ImageChunk& operator[](size_t i); 194 const ImageChunk& operator[](size_t i) const;
|
/bootable/recovery/minui/include/private/ |
D | resources.h | 67 operator bool() const {
|
/bootable/recovery/edify/ |
D | README.md | 36 - ";" is a binary operator; evaluating it just means to first evaluate 102 but the operator can be used anywhere. Its value is the value of
|
D | parser.yy | 47 Expr* e = new Expr(fn, "(operator)", loc.start, loc.end);
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 75 void operator()(uint8_t* data) { in operator() function
|