Searched refs:count_value (Results 1 – 6 of 6) sorted by relevance
33 int count_value = old_count_value - 1; in DecrementCount() local34 bool hit_zero = (count_value == 0); in DecrementCount()
235 Value count_value; // unsigned long count in NotifyBreakpointHit() local251 count_value.SetValueType(Value::eValueTypeScalar); in NotifyBreakpointHit()252 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit()254 count_value.SetValueType(Value::eValueTypeScalar); in NotifyBreakpointHit()255 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit()262 argument_values.PushValue(count_value); in NotifyBreakpointHit()
579 auto count_value = in GetBacktraceThreadFromException() local581 if (!count_value) in GetBacktraceThreadFromException()583 size_t count = count_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException()
168 std::size_t count_value = old_count_value - 1; in DecrementCount() local169 return count_value == 0; in DecrementCount()
110 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() local239 count_value = 8; in FinalizeSettings()260 count_value = 4; in FinalizeSettings()
681 # A start index of |value| will be used and the count of |count_value| items697 # A start index of |value| will be used and the count of |count_value| items