Lines Matching refs:allocated_
2780 : type_(other.type_), allocated_(false)
2793 if (other.value_.string_ && other.allocated_) {
2796 decodePrefixedString(other.allocated_, other.value_.string_,
2799 allocated_ = true;
2802 allocated_ = false;
2832 if (allocated_)
2857 int temp2 = allocated_;
2858 allocated_ = other.allocated_;
2859 other.allocated_ = temp2;
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
2905 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str);
2959 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
2960 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str);
2983 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
2991 decodePrefixedString(this->allocated_, this->value_.string_, &length, str);
3005 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str);
3025 decodePrefixedString(allocated_, value_.string_,
3343 allocated_ = allocated;