Home
last modified time | relevance | path

Searched defs:_value (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/include/log/
Dlog.h125 #define LOG_EVENT_INT(_tag, _value) \ argument
132 #define LOG_EVENT_LONG(_tag, _value) \ argument
139 #define LOG_EVENT_FLOAT(_tag, _value) \ argument
147 #define LOG_EVENT_STRING(_tag, _value) \ argument
/system/security/keystore/
Dkeystore_attestation_id.h60 T _value; variable
/system/core/libutils/include/utils/
DLruCache.h74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry()