Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DStringPool.h43 explicit entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry()
H A DResourceTable.h302 const String16& _value,
H A DResourceTable.cpp3453 const String16& _value, in Item() argument
3458 , value(_value) in Item()
/aosp14/system/core/libutils/include/utils/
H A DLruCache.h74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() argument