OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytemap_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/re2/
prog.cc
321
bytemap_
[i] = n;
325
bytemap_range_ =
bytemap_
[255] + 1;
328
unbytemap_[
bytemap_
[i]] = i;
332
bytemap_
[i] = i;
onepass.cc
133
// by the
bytemap_
[] of the next input byte. (The bytemap
247
uint8* bytemap =
bytemap_
;
466
int b =
bytemap_
[c];
486
int b =
bytemap_
[c];
566
while (
bytemap_
[i] == b)
prog.h
217
const uint8* bytemap() { return
bytemap_
; }
351
int bytemap_range_; //
bytemap_
[x] < bytemap_range_
365
uint8
bytemap_
[256]; // map from input bytes to byte classes
member in class:re2::Prog
366
uint8 *unbytemap_; //
bytemap_
[unbytemap_[x]] == x
Completed in 107 milliseconds