Home | History | Annotate | Download | only in tests

Lines Matching full:size_t

36 const size_t kMaxSizeT = ~((size_t)0);
62 static size_t mCount;
72 static size_t mCtorCount;
73 static size_t mCopyCtorCount;
74 static size_t mAssignCount;
75 static size_t mDtorCount;
89 size_t CopyCounter::mCount;
90 size_t CtorDtorCounter::mCtorCount;
91 size_t CtorDtorCounter::mCopyCtorCount;
92 size_t CtorDtorCounter::mAssignCount;
93 size_t CtorDtorCounter::mDtorCount;