Searched defs:OptionValueBoolean (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionValueBoolean.h1 //===-- OptionValueBoolean.h ------------------------------------*- C++ -*-===//
21 class OptionValueBoolean : public OptionValue class in namespace:lldb_private
24 OptionValueBoolean (bool value) : function in class:lldb_private::OptionValueBoolean
30 OptionValueBoolean (bool current_value, function in class:lldb_private::OptionValueBoolean
39 ~OptionValueBoolean()
83 /// This allows code to check a OptionValueBoolean in conditions.
86 /// OptionValueBoolean bool_value(...);

Completed in 119 milliseconds