Home
last modified time | relevance | path

Searched refs:kvp (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dflutter_manifest.dart299 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/
DExtensionCollection.cs121 ….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/
Diwkvdbg.c22 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/
Diwkv.c733 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/
Dnode_hash_map_test.cc240 [](std::pair<const int, int> kvp) { return kvp.first % 2 == 1; }); in TEST() argument
Dflat_hash_map_test.cc253 [](std::pair<const int, int> kvp) { return kvp.first % 2 == 1; }); in TEST() argument
/third_party/ejdb/src/
Dejdb2.h688 IW_EXPORT iwrc ejdb_get_iwkv(EJDB db, IWKV *kvp);
Dejdb2.c1702 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/
DChangelog271 * Added `iwrc ejdb_get_iwkv(EJDB db, IWKV *kvp)` (ejdb2.h)
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt30702 kvp