Home | History | Annotate | Download | only in src

Lines Matching defs:t_

55   CopyHelper(const T& t) : t_(t) {}
59 return &t_;
86 const T& t_;
94 CopyHelper(void* t) : t_(t) {}
98 return &t_;
110 return sizeof(t_);
124 const void* t_;
133 : t_(t) {
138 return t_;
152 return (!t_) ? 0 : static_cast<uint32>(StringLength(t_) * sizeof(t_[0]));
178 const wchar_t* t_;
253 CopyHelper(const InOutCountedBuffer t) : t_(t) {}
257 return t_.Buffer();
265 memcpy(t_.Buffer(), buffer, t_.Size());
276 return t_.Size();
289 const InOutCountedBuffer t_;