Home
last modified time | relevance | path

Searched defs:kTypeMask (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.h65 static constexpr const unsigned char kTypeMask = 0x1f; variable
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h79 static const uint32_t kTypeMask = ((1 << kTypeBits) - 1) << kTypeShift; variable