Lines Matching defs:field
404 // resort to an uncached external string instead, omitting the field caching
488 // resort to an uncached external string instead, omitting the field caching
731 // Update the hash field to speed up sequential convertions.
1631 // same. The raw hash field is stored with relaxed ordering.
1678 uint32_t field = raw_hash_field();
1679 if (!IsIntegerIndex(field)) return false;
1680 *index = ArrayIndexValueBits::decode(field);
1693 uint32_t field = raw_hash_field();
1694 if (!IsIntegerIndex(field)) return false;
1695 *index = ArrayIndexValueBits::decode(field);