Lines Matching refs:bob
173 GrBagOfBytes bob;
174 // bob.alignedBytes(0, 1); // This should fail
175 // bob.alignedBytes(1, 0); // This should fail
176 // bob.alignedBytes(1, 3); // This should fail
181 // bob.alignedBytes(sizeof(Big), 1); // this should fail
182 // bob.allocateBytesFor<Big>(); // this should not compile
184 // bob.allocateBytesFor<int>((std::numeric_limits<int>::max() - (1<<12)) / sizeof(int) - 1);
186 // bob.allocateBytesFor<int>((std::numeric_limits<int>::max() - (1<<12)) / sizeof(int));
187 bob.alignedBytes(1, 1); // To avoid unused variable problems.
192 GrBagOfBytes bob;
197 bob.alignedBytes(k64K, 1);