Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; } in foldcase()
90 int hint() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_>>1; } in hint()
151 uint16_t hint_foldcase_; // 15 bits: hint, 1 (low) bit: foldcase member
Dprog.cc43 hint_foldcase_ = foldcase&1; in InitByteRange()
914 ip->hint_foldcase_ |= hint<<1; in ComputeHints()