Home
last modified time | relevance | path

Searched refs:kKeys (Results 1 – 14 of 14) 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+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+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+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/
Dglobals.h1388 enum class IterationKind { kKeys, kValues, kEntries }; enumerator
1392 case IterationKind::kKeys:
Dapi.cc7118 kKeys = i::JS_MAP_KEY_ITERATOR_TYPE, enumerator
7140 if (kind == MapAsArrayKind::kEntries || kind == MapAsArrayKind::kKeys) { in MapAsArray()
/external/v8/src/compiler/
Djs-operator.h512 iteration_kind == IterationKind::kKeys)); in CreateCollectionIteratorParameters()
Djs-create-lowering.cc864 case IterationKind::kKeys: in MapForCollectionIterationKind()
874 case IterationKind::kKeys: in MapForCollectionIterationKind()
Djs-call-reducer.cc3453 return ReduceArrayIterator(node, IterationKind::kKeys); in ReduceJSCall()
3656 return ReduceArrayIterator(node, IterationKind::kKeys); in ReduceJSCall()
3680 IterationKind::kKeys); in ReduceJSCall()
5064 if (iteration_kind == IterationKind::kKeys) { in ReduceArrayIteratorPrototypeNext()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc3511 IterationKind::kKeys)); in TF_BUILTIN()
3571 Int32Constant(static_cast<int>(IterationKind::kKeys))), in TF_BUILTIN()
3609 Int32Constant(static_cast<int>(IterationKind::kKeys))), in TF_BUILTIN()
3667 Int32Constant(static_cast<int>(IterationKind::kKeys))), in TF_BUILTIN()
Dbuiltins-typed-array-gen.cc1528 context, receiver, "%TypedArray%.prototype.keys()", IterationKind::kKeys); in TF_BUILTIN()