OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytemap
(Results
1 - 3
of
3
) sorted by null
/external/regex-re2/re2/
onepass.cc
133
// by the bytemap_[] of the next input byte. (The
bytemap
247
uint8*
bytemap
= bytemap_;
local
256
int c =
bytemap
[*p & 0xFF];
prog.h
217
const uint8*
bytemap
() { return bytemap_; }
function in class:re2::Prog
dfa.cc
334
int
ByteMap
(int c) {
337
return prog_->
bytemap
()[c];
1330
const uint8*
bytemap
= prog_->
bytemap
();
local
[
all
...]
Completed in 442 milliseconds