Searched refs:kFlagFastPut (Results 1 – 2 of 2) sorted by relevance
120 return (flags_ & kFlagFastPut) != 0u; in FastPut()135 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut; variable168 return (flags_ & kFlagFastPut) != 0u; in FastPut()197 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut; variable
71 (fast_path.second ? kFlagFastPut : 0u); in Resolve()120 (fast_path.second ? kFlagFastPut : 0u) | in Resolve()