Searched refs:kvpair (Results 1 – 2 of 2) sorted by relevance
/third_party/benchmark/src/ |
D | commandlineflags.cc | 90 for (const auto& kvpair : StrSplit(str, ',')) { in ParseKvPairs() local 91 const auto kv = StrSplit(kvpair, '='); in ParseKvPairs() 257 for (const auto& kvpair : StrSplit(value_str, ',')) { in ParseKeyValueFlag() local 258 const auto kv = StrSplit(kvpair, '='); in ParseKeyValueFlag()
|
/third_party/python/Grammar/ |
D | python.gram | 726 | '{' a=kvpair b=for_if_clauses '}' { _PyAST_DictComp(a->key, a->value, b, EXTRA) } 731 | kvpair 732 kvpair[KeyValuePair*]: a=expression ':' b=expression { _PyPegen_key_value_pair(p, a, b) }
|