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