Public Attributes | |
union { | |
Thread * next | |
int ref | |
}; | |
union { | |
Thread * next | |
int ref | |
}; | |
const char ** | capture |
Definition at line 67 of file bloaty/third_party/re2/re2/nfa.cc.
union { ... } |
union { ... } |
const char ** re2::NFA::Thread::capture |
Definition at line 72 of file bloaty/third_party/re2/re2/nfa.cc.
Thread* re2::NFA::Thread::next |
Definition at line 70 of file bloaty/third_party/re2/re2/nfa.cc.
int re2::NFA::Thread::ref |
Definition at line 69 of file bloaty/third_party/re2/re2/nfa.cc.