Static Public Member Functions | |
static PatchList | Append (Prog::Inst *inst0, PatchList l1, PatchList l2) |
static PatchList | Append (Prog::Inst *inst0, PatchList l1, PatchList l2) |
static PatchList | Deref (Prog::Inst *inst0, PatchList l) |
static PatchList | Mk (uint32_t p) |
static PatchList | Mk (uint32_t p) |
static void | Patch (Prog::Inst *inst0, PatchList l, uint32_t p) |
static void | Patch (Prog::Inst *inst0, PatchList l, uint32_t v) |
Public Attributes | |
uint32_t | head |
uint32_t | p |
uint32_t | tail |
Definition at line 38 of file bloaty/third_party/re2/re2/compile.cc.
|
static |
Definition at line 89 of file bloaty/third_party/re2/re2/compile.cc.
|
inlinestatic |
Definition at line 59 of file re2/re2/compile.cc.
|
static |
Definition at line 65 of file bloaty/third_party/re2/re2/compile.cc.
Definition at line 39 of file re2/re2/compile.cc.
Definition at line 58 of file bloaty/third_party/re2/re2/compile.cc.
|
inlinestatic |
Definition at line 45 of file re2/re2/compile.cc.
|
static |
Definition at line 75 of file bloaty/third_party/re2/re2/compile.cc.
uint32_t re2::PatchList::head |
Definition at line 72 of file re2/re2/compile.cc.
uint32_t re2::PatchList::p |
Definition at line 39 of file bloaty/third_party/re2/re2/compile.cc.
uint32_t re2::PatchList::tail |
Definition at line 73 of file re2/re2/compile.cc.