OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytemap
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
compile_test.cc
166
EXPECT_EQ(prog->
bytemap
()[j], i) << " byte " << j;
/external/chromium_org/third_party/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
336
int
ByteMap
(int c) {
339
return prog_->
bytemap
()[c];
1332
const uint8*
bytemap
= prog_->
bytemap
();
local
[
all
...]
Completed in 484 milliseconds