OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
compile.cc
30
struct
PatchList
{
34
static
PatchList
Mk(uint32 p);
38
static void Patch(Prog::Inst *inst0,
PatchList
l, uint32 v);
41
static
PatchList
Deref(Prog::Inst *inst0,
PatchList
l);
44
static
PatchList
Append(Prog::Inst *inst0,
PatchList
l1,
PatchList
l2);
47
static
PatchList
nullPatchList = { 0 };
50
PatchList
PatchList::Mk(uint32 p)
[
all
...]
prog.h
125
// (Must fit in out_opcode_, and
PatchList
steals another bit.)
167
friend struct
PatchList
;
Completed in 234 milliseconds