Lines Matching refs:kValues
116 const uint32_t kValues[] = { 100U, 101U, 102U };
118 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
120 count:GPBARRAYSIZE(kValues)];
150 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
225 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
227 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
229 count:GPBARRAYSIZE(kValues)];
246 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
248 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
250 count:GPBARRAYSIZE(kValues)];
273 const uint32_t kValues[] = { 101U, 102U, 103U };
275 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
277 count:GPBARRAYSIZE(kValues)];
301 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
303 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
305 count:GPBARRAYSIZE(kValues)];
359 const uint32_t kValues[] = { 100U, 101U, 102U, 103U };
361 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
363 count:GPBARRAYSIZE(kValues)];
477 const int32_t kValues[] = { 200, 201, 202 };
479 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
481 count:GPBARRAYSIZE(kValues)];
511 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
586 const int32_t kValues[] = { 200, 201, 202, 203 };
588 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
590 count:GPBARRAYSIZE(kValues)];
607 const int32_t kValues[] = { 200, 201, 202, 203 };
609 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
611 count:GPBARRAYSIZE(kValues)];
634 const int32_t kValues[] = { 201, 202, 203 };
636 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
638 count:GPBARRAYSIZE(kValues)];
662 const int32_t kValues[] = { 200, 201, 202, 203 };
664 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
666 count:GPBARRAYSIZE(kValues)];
720 const int32_t kValues[] = { 200, 201, 202, 203 };
722 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
724 count:GPBARRAYSIZE(kValues)];
838 const uint64_t kValues[] = { 300U, 301U, 302U };
840 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
842 count:GPBARRAYSIZE(kValues)];
872 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
947 const uint64_t kValues[] = { 300U, 301U, 302U, 303U };
949 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
951 count:GPBARRAYSIZE(kValues)];
968 const uint64_t kValues[] = { 300U, 301U, 302U, 303U };
970 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
972 count:GPBARRAYSIZE(kValues)];
995 const uint64_t kValues[] = { 301U, 302U, 303U };
997 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
999 count:GPBARRAYSIZE(kValues)];
1023 const uint64_t kValues[] = { 300U, 301U, 302U, 303U };
1025 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
1027 count:GPBARRAYSIZE(kValues)];
1081 const uint64_t kValues[] = { 300U, 301U, 302U, 303U };
1083 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues
1085 count:GPBARRAYSIZE(kValues)];
1199 const int64_t kValues[] = { 400, 401, 402 };
1201 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1203 count:GPBARRAYSIZE(kValues)];
1233 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
1308 const int64_t kValues[] = { 400, 401, 402, 403 };
1310 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1312 count:GPBARRAYSIZE(kValues)];
1329 const int64_t kValues[] = { 400, 401, 402, 403 };
1331 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1333 count:GPBARRAYSIZE(kValues)];
1356 const int64_t kValues[] = { 401, 402, 403 };
1358 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1360 count:GPBARRAYSIZE(kValues)];
1384 const int64_t kValues[] = { 400, 401, 402, 403 };
1386 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1388 count:GPBARRAYSIZE(kValues)];
1442 const int64_t kValues[] = { 400, 401, 402, 403 };
1444 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1446 count:GPBARRAYSIZE(kValues)];
1560 const BOOL kValues[] = { YES, YES, NO };
1562 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1564 count:GPBARRAYSIZE(kValues)];
1594 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
1669 const BOOL kValues[] = { YES, YES, NO, NO };
1671 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1673 count:GPBARRAYSIZE(kValues)];
1690 const BOOL kValues[] = { YES, YES, NO, NO };
1692 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1694 count:GPBARRAYSIZE(kValues)];
1717 const BOOL kValues[] = { YES, NO, NO };
1719 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1721 count:GPBARRAYSIZE(kValues)];
1745 const BOOL kValues[] = { YES, YES, NO, NO };
1747 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1749 count:GPBARRAYSIZE(kValues)];
1803 const BOOL kValues[] = { YES, YES, NO, NO };
1805 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1807 count:GPBARRAYSIZE(kValues)];
1921 const float kValues[] = { 500.f, 501.f, 502.f };
1923 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
1925 count:GPBARRAYSIZE(kValues)];
1955 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
2030 const float kValues[] = { 500.f, 501.f, 502.f, 503.f };
2032 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
2034 count:GPBARRAYSIZE(kValues)];
2051 const float kValues[] = { 500.f, 501.f, 502.f, 503.f };
2053 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
2055 count:GPBARRAYSIZE(kValues)];
2078 const float kValues[] = { 501.f, 502.f, 503.f };
2080 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
2082 count:GPBARRAYSIZE(kValues)];
2106 const float kValues[] = { 500.f, 501.f, 502.f, 503.f };
2108 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
2110 count:GPBARRAYSIZE(kValues)];
2164 const float kValues[] = { 500.f, 501.f, 502.f, 503.f };
2166 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
2168 count:GPBARRAYSIZE(kValues)];
2282 const double kValues[] = { 600., 601., 602. };
2284 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2286 count:GPBARRAYSIZE(kValues)];
2316 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
2391 const double kValues[] = { 600., 601., 602., 603. };
2393 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2395 count:GPBARRAYSIZE(kValues)];
2412 const double kValues[] = { 600., 601., 602., 603. };
2414 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2416 count:GPBARRAYSIZE(kValues)];
2439 const double kValues[] = { 601., 602., 603. };
2441 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2443 count:GPBARRAYSIZE(kValues)];
2467 const double kValues[] = { 600., 601., 602., 603. };
2469 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2471 count:GPBARRAYSIZE(kValues)];
2525 const double kValues[] = { 600., 601., 602., 603. };
2527 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2529 count:GPBARRAYSIZE(kValues)];
2643 const int32_t kValues[] = { 700, 701, 702 };
2645 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2647 count:GPBARRAYSIZE(kValues)];
2677 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
2752 const int32_t kValues[] = { 700, 701, 702, 703 };
2754 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2756 count:GPBARRAYSIZE(kValues)];
2773 const int32_t kValues[] = { 700, 701, 702, 703 };
2775 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2777 count:GPBARRAYSIZE(kValues)];
2800 const int32_t kValues[] = { 701, 702, 703 };
2802 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2804 count:GPBARRAYSIZE(kValues)];
2828 const int32_t kValues[] = { 700, 701, 702, 703 };
2830 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2832 count:GPBARRAYSIZE(kValues)];
2886 const int32_t kValues[] = { 700, 701, 702, 703 };
2888 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2890 count:GPBARRAYSIZE(kValues)];
2974 const int32_t kValues[] = { 700, 801, 702 };
2977 rawValues:kValues
2979 count:GPBARRAYSIZE(kValues)];
3016 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
3035 XCTAssertEqual(kValues[i], seenValues[j], @"i = %d, j = %d", i, j);
3115 const int32_t kValues[] = { 700, 801, 702, 803 }; // Unknown
3118 rawValues:kValues
3120 count:GPBARRAYSIZE(kValues)];
3137 const int32_t kValues[] = { 700, 801, 702, 803 }; // Unknowns
3140 rawValues:kValues
3142 count:GPBARRAYSIZE(kValues)];
3170 const int32_t kValues[] = { 700, 702, 803 }; // Unknown
3172 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
3174 count:GPBARRAYSIZE(kValues)];
3204 const int32_t kValues[] = { 700, 801, 702, 803 }; // Unknowns
3207 rawValues:kValues
3209 count:GPBARRAYSIZE(kValues)];
3263 const int32_t kValues[] = { 700, 801, 702, 803 }; // Unknowns
3266 rawValues:kValues
3268 count:GPBARRAYSIZE(kValues)];
3360 const int32_t kValues[] = { 700, 801, 702, 803 };
3363 rawValues:kValues
3365 count:GPBARRAYSIZE(kValues)];