Searched refs:oa (Results 1 – 3 of 3) sorted by relevance
82 Object_attribute(const Object_attribute& oa) in Object_attribute() argument83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_) in Object_attribute()158 matches(const Object_attribute& oa) const;
77 Object_attribute::matches(const Object_attribute& oa) const in matches()79 return ((this->int_value_ != oa.int_value_) in matches()80 && (this->string_value_ == oa.string_value_)); in matches()
171 const char* hs, const char* ha, bool oa, Struct_var* r) in One_option()173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r) in One_option()