Searched refs:KindField (Results 1 – 1 of 1) sorted by relevance
297 return IsConstant() ? kConstant : KindField::Decode(value_); in GetKind()409 : value_(KindField::Encode(kind) | PayloadField::Encode(payload)) {} in Location()415 typedef BitField<Kind, 0, kBitsForKind> KindField; typedef