Searched refs:args_count_ (Results 1 – 2 of 2) sorted by relevance
27 args_count_ = other.args_count_; in operator =()28 for (int i = 0; i < args_count_; i++) { in operator =()37 if (args_count_ != other.args_count_) { in operator ==()40 for (int i = 0; i < args_count_; i++) { in operator ==()51 if (args_count_ == 0) { in Formatted()54 if (args_count_ == 1) { in Formatted()56 } else if (args_count_ == 2) { in Formatted()58 } else if (args_count_ == 3) { in Formatted()60 } else if (args_count_ == 4) { in Formatted()
42 args_count_ = 0; in Set()47 args_count_ = sizeof...(args); in Set()69 int args_count_ = 0; variable
Completed in 4 milliseconds