Home
last modified time | relevance | path

Searched refs:kKeys (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m82 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 …]
DGPBDictionaryTests+Int32.m122 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 …]
DGPBDictionaryTests+UInt32.m122 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 …]
DGPBDictionaryTests+Int64.m122 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 …]
DGPBDictionaryTests+UInt64.m122 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 …]
DGPBDictionaryTests+String.m122 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 …]
DGPBDictionaryTests.pddm94 //% 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/
Djs-builtin-reducer.cc242 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/
Dbuiltins-typedarray.cc145 GenerateTypedArrayPrototypeIterationMethod<IterationKind::kKeys>( in TF_BUILTIN()
Dbuiltins-array.cc2368 Generate_ArrayPrototypeIterationMethod<IterationKind::kKeys>(state); in Generate_ArrayPrototypeKeys()
/external/v8/src/
Dglobals.h1306 enum class IterationKind { kKeys, kValues, kEntries }; enumerator
1310 case IterationKind::kKeys:
Dcode-stub-assembler.cc8007 case IterationKind::kKeys: in CreateArrayIterator()
8046 if (mode == IterationKind::kKeys) { in CreateArrayIterator()