Searched defs:KeyValue (Results 1 – 10 of 10) sorted by relevance
50 struct KeyValue : std::pair<Key, Value> { struct51 const Key& key() const { return this->first; } in key()52 const Value& value() const { return this->second; } in value()
40 type KeyValue = [string, string?]; alias
157 for (auto &KeyValue : LocalSymbols) { in updateIndices() local166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() local
337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
242 union KeyValue { union243 KeyValue() {} in KeyValue() function
629 struct KeyValue { struct634 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator() argument
348 bool insert(MapEntryTy *KeyValue) { in insert()414 void remove(MapEntryTy *KeyValue) { in remove()
393 bool insert(MapEntryTy *KeyValue) { in insert()469 void remove(MapEntryTy *KeyValue) { in remove()
773 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local
1104 class KeyValue class1107 KeyValue(std::string key_, std::string value_) in KeyValue() function in cxxopts::KeyValue