Searched refs:_value (Results 1 – 4 of 4) sorted by relevance
43 explicit entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry()
302 const String16& _value,
3453 const String16& _value, in Item() argument3458 , value(_value) in Item()
74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() argument