Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h51 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/
Drangeset.h111 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 {
Dsysutil.h43 explicit operator bool() const {
/bootable/recovery/install/include/install/
Dverifier.h34 void operator()(RSA* rsa) const { in operator() function
40 void operator()(EC_KEY* ec_key) const { in operator() function
/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h61 explicit operator bool() const {
70 std::ostream& operator<<(std::ostream& os, const Partition& partition);
Dimgdiff_image.h72 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/
Dresources.h67 operator bool() const {
/bootable/recovery/edify/
DREADME.md36 - ";" 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
Dparser.yy47 Expr* e = new Expr(fn, "(operator)", loc.start, loc.end);
/bootable/recovery/minui/include/minui/
Dminui.h75 void operator()(uint8_t* data) { in operator() function