Searched defs:is_boolean (Results 1 – 5 of 5) sorted by relevance
91 bool is_boolean() const { return Type() == kBooleanType; } in is_boolean() function
668 pub fn is_boolean(&self) -> bool { in is_boolean() method
922 is_boolean() const override in is_boolean() function in cxxopts::values::abstract_value1103 bool is_boolean; member
929 bool is_boolean() const in is_boolean() function
2263 const bool is_boolean = field->cpp_type() == FieldDescriptor::CPPTYPE_BOOL; in GenerateFieldValueExpression() local