Home
last modified time | relevance | path

Searched refs:ByteMapBuilder (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc335 class ByteMapBuilder { class
337 ByteMapBuilder() { in ByteMapBuilder() function in re2::ByteMapBuilder
359 ByteMapBuilder(const ByteMapBuilder&) = delete;
360 ByteMapBuilder& operator=(const ByteMapBuilder&) = delete;
363 void ByteMapBuilder::Mark(int lo, int hi) { in Mark()
378 void ByteMapBuilder::Merge() { in Merge()
409 void ByteMapBuilder::Build(uint8_t* bytemap, int* bytemap_range) { in Build()
426 int ByteMapBuilder::Recolor(int oldcolor) { in Recolor()
448 ByteMapBuilder builder; in ComputeByteMap()