Lines Matching defs:expected_size
106 size_t expected_size = 0;
110 expected_size += 7;
113 expected_size += strlen(test_string) + 1; // EmitString() emits the '\0'.
117 expected_size += 16;
121 expected_size += 8;
125 expected_size += 4;
129 expected_size += 2;
131 VIXL_CHECK(buffer.GetSizeInBytes() == expected_size);
160 VIXL_ASSERT(expected_size == sizeof(expected));
163 expected_size) == 0);