Searched refs:kKeys (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 82 const BOOL kKeys[] = { YES, NO }; 86 forKeys:kKeys 111 if (kKeys[i] == seenKeys[j]) { 187 const BOOL kKeys[] = { YES, NO }; 191 forKeys:kKeys 208 const BOOL kKeys[] = { YES, NO }; 212 forKeys:kKeys 234 const BOOL kKeys[] = { NO }; 238 forKeys:kKeys 255 const BOOL kKeys[] = { YES, NO}; [all …]
|
D | GPBDictionaryTests+Int32.m | 122 const int32_t kKeys[] = { 11, 12, 13 }; 126 forKeys:kKeys 155 if (kKeys[i] == seenKeys[j]) { 231 const int32_t kKeys[] = { 11, 12, 13, 14 }; 235 forKeys:kKeys 252 const int32_t kKeys[] = { 11, 12, 13, 14 }; 256 forKeys:kKeys 278 const int32_t kKeys[] = { 12, 13, 14 }; 282 forKeys:kKeys 305 const int32_t kKeys[] = { 11, 12, 13, 14 }; [all …]
|
D | GPBDictionaryTests+UInt32.m | 122 const uint32_t kKeys[] = { 1U, 2U, 3U }; 126 forKeys:kKeys 155 if (kKeys[i] == seenKeys[j]) { 231 const uint32_t kKeys[] = { 1U, 2U, 3U, 4U }; 235 forKeys:kKeys 252 const uint32_t kKeys[] = { 1U, 2U, 3U, 4U }; 256 forKeys:kKeys 278 const uint32_t kKeys[] = { 2U, 3U, 4U }; 282 forKeys:kKeys 305 const uint32_t kKeys[] = { 1U, 2U, 3U, 4U }; [all …]
|
D | GPBDictionaryTests+Int64.m | 122 const int64_t kKeys[] = { 21LL, 22LL, 23LL }; 126 forKeys:kKeys 155 if (kKeys[i] == seenKeys[j]) { 231 const int64_t kKeys[] = { 21LL, 22LL, 23LL, 24LL }; 235 forKeys:kKeys 252 const int64_t kKeys[] = { 21LL, 22LL, 23LL, 24LL }; 256 forKeys:kKeys 278 const int64_t kKeys[] = { 22LL, 23LL, 24LL }; 282 forKeys:kKeys 305 const int64_t kKeys[] = { 21LL, 22LL, 23LL, 24LL }; [all …]
|
D | GPBDictionaryTests+UInt64.m | 122 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL }; 126 forKeys:kKeys 155 if (kKeys[i] == seenKeys[j]) { 231 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL, 34ULL }; 235 forKeys:kKeys 252 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL, 34ULL }; 256 forKeys:kKeys 278 const uint64_t kKeys[] = { 32ULL, 33ULL, 34ULL }; 282 forKeys:kKeys 305 const uint64_t kKeys[] = { 31ULL, 32ULL, 33ULL, 34ULL }; [all …]
|
D | GPBDictionaryTests+String.m | 122 const NSString *kKeys[] = { @"foo", @"bar", @"baz" }; 126 forKeys:kKeys 155 if ([kKeys[i] isEqual:seenKeys[j]]) { 231 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" }; 235 forKeys:kKeys 252 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" }; 256 forKeys:kKeys 278 const NSString *kKeys[] = { @"bar", @"baz", @"mumble" }; 282 forKeys:kKeys 305 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" }; [all …]
|
D | GPBDictionaryTests.pddm | 94 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3 }; 98 //% KEY_NAME$S VALUE_NAME$S ##VNAME$S## forKeys:kKeys 120 //% if (COMPARE_KEYS##KSUFFIX(kKeys[i], seenKeys[j])) { 196 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3, KEY4 }; 200 //% KEY_NAME$S VALUE_NAME$S ##VNAME$S## forKeys:kKeys 217 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3, KEY4 }; 221 //% KEY_NAME$S VALUE_NAME$S ##VNAME$S## forKeys:kKeys 243 //% const KEY_TYPE KisP##kKeys[] = { KEY2, KEY3, KEY4 }; 247 //% KEY_NAME$S VALUE_NAME$S ##VNAME$S## forKeys:kKeys 261 //% const KEY_TYPE KisP##kKeys[] = { KEY1, KEY2, KEY3, KEY4 }; [all …]
|
/external/v8/src/compiler/ |
D | js-builtin-reducer.cc | 242 if (kind == IterationKind::kKeys) { in ReduceArrayIterator() 267 if (kind == IterationKind::kKeys) { in ReduceArrayIterator() 279 if (kind == IterationKind::kKeys) { in ReduceArrayIterator() 335 if (kind != IterationKind::kKeys && in ReduceFastArrayIteratorNext() 389 if (kind == IterationKind::kKeys) { in ReduceFastArrayIteratorNext() 407 if (kind != IterationKind::kKeys) { in ReduceFastArrayIteratorNext() 563 if (kind == IterationKind::kKeys) { in ReduceTypedArrayIteratorNext() 576 if (kind != IterationKind::kKeys) { in ReduceTypedArrayIteratorNext() 672 IterationKind::kKeys); in ReduceArrayIteratorNext() 676 IterationKind::kKeys); in ReduceArrayIteratorNext() [all …]
|
/external/v8/src/builtins/ |
D | builtins-typedarray.cc | 145 GenerateTypedArrayPrototypeIterationMethod<IterationKind::kKeys>( in TF_BUILTIN()
|
D | builtins-array.cc | 2368 Generate_ArrayPrototypeIterationMethod<IterationKind::kKeys>(state); in Generate_ArrayPrototypeKeys()
|
/external/v8/src/ |
D | globals.h | 1306 enum class IterationKind { kKeys, kValues, kEntries }; enumerator 1310 case IterationKind::kKeys:
|
D | code-stub-assembler.cc | 8007 case IterationKind::kKeys: in CreateArrayIterator() 8046 if (mode == IterationKind::kKeys) { in CreateArrayIterator()
|