Home | History | Annotate | Download | only in tests

Lines Matching refs:kExpectedWrites

104                 static const int kExpectedWrites = 1;
106 check_refs(reporter, proxy.get(), 1, 1, kExpectedReads, kExpectedWrites);
111 check_refs(reporter, proxy.get(), 1, 1, kExpectedReads, kExpectedWrites);
122 static const int kExpectedWrites = 0;
124 check_refs(reporter, proxy.get(), 1, 1, kExpectedReads, kExpectedWrites);
129 check_refs(reporter, proxy.get(), 1, 1, kExpectedReads, kExpectedWrites);
140 static const int kExpectedWrites = 1;
142 check_refs(reporter, proxy.get(), 1, 1, kExpectedReads, kExpectedWrites);
147 check_refs(reporter, proxy.get(), 1, 1, kExpectedReads, kExpectedWrites);
159 static const int kExpectedWrites = 0;
161 check_refs(reporter, proxy.get(), 3, 3,kExpectedReads, kExpectedWrites);
166 check_refs(reporter, proxy.get(), 3, 3, kExpectedReads, kExpectedWrites);
181 static const int kExpectedWrites = 1;
183 check_refs(reporter, proxy.get(), 2, 2, 0, kExpectedWrites);
188 check_refs(reporter, proxy.get(), 2, 2, 0, kExpectedWrites);
191 check_refs(reporter, proxy.get(), 1, 1, 0, kExpectedWrites);
194 check_refs(reporter, proxy.get(), 1, 1, 1, kExpectedWrites);