Searched defs:MappedAttributeKey (Results 1 – 1 of 1) sorted by relevance
45 struct MappedAttributeKey { struct46 uint16_t type;47 StringImpl* name;48 StringImpl* value;49 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) in MappedAttributeKey() function