Searched refs:kvp (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | flutter_manifest.dart | 299 for (final MapEntry<dynamic, dynamic> kvp in manifest.entries) { 300 if (kvp.key is! String) { 301 errors.add('Expected YAML key to be a a string, but got ${kvp.key}.'); 304 switch (kvp.key) { 306 if (kvp.value is! String) { 307 errors.add('Expected "${kvp.key}" to be a string, but got ${kvp.value}.'); 311 if (kvp.value == null) { 314 if (kvp.value is! YamlMap) { 315 … errors.add('Expected "${kvp.key}" section to be an object or null, but got ${kvp.value}.'); 317 _validateFlutter(kvp.value, errors); [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ExtensionCollection.cs | 121 ….ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescripto… in CrossLink() 123 ….ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescripto… in CrossLink()
|
/third_party/iowow/src/kv/dbg/ |
D | iwkvdbg.c | 22 KVP *kvp = &kb->pidx[i]; in iwkvd_kvblk() local 30 i, (int64_t) kvp->off, kvp->len, kvp->ridx, in iwkvd_kvblk()
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 733 KVP *kvp = &kb->pidx[idx]; in _kvblk_key_get() local 735 if (!kvp->len) { in _kvblk_key_get() 741 uint8_t *rp = mm + kb->addr + (1ULL << kb->szpow) - kvp->off; in _kvblk_key_get() 744 if ((klen < 1) || (klen > kvp->len) || (klen > kvp->off)) { in _kvblk_key_get() 766 KVP *kvp = &kb->pidx[idx]; in _kvblk_value_get() local 768 if (!kvp->len) { in _kvblk_value_get() 774 uint8_t *rp = mm + kb->addr + (1ULL << kb->szpow) - kvp->off; in _kvblk_value_get() 777 if ((klen < 1) || (klen > kvp->len) || (klen > kvp->off)) { in _kvblk_value_get() 782 if (kvp->len > klen + step) { in _kvblk_value_get() 783 val->size = kvp->len - klen - step; in _kvblk_value_get() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_map_test.cc | 240 [](std::pair<const int, int> kvp) { return kvp.first % 2 == 1; }); in TEST() argument
|
D | flat_hash_map_test.cc | 253 [](std::pair<const int, int> kvp) { return kvp.first % 2 == 1; }); in TEST() argument
|
/third_party/ejdb/src/ |
D | ejdb2.h | 688 IW_EXPORT iwrc ejdb_get_iwkv(EJDB db, IWKV *kvp);
|
D | ejdb2.c | 1702 iwrc ejdb_get_iwkv(EJDB db, IWKV *kvp) { in ejdb_get_iwkv() argument 1703 if (!db || !kvp) { in ejdb_get_iwkv() 1706 *kvp = db->iwkv; in ejdb_get_iwkv()
|
/third_party/ejdb/ |
D | Changelog | 271 * Added `iwrc ejdb_get_iwkv(EJDB db, IWKV *kvp)` (ejdb2.h)
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 30702 kvp
|