Home
last modified time | relevance | path

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

/system/gatekeeper/include/gatekeeper/
DUniquePtr.h90 template <typename T2> bool operator==(const UniquePtr<T2>& p) const;
91 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const;
/system/keymaster/include/keymaster/
DUniquePtr.h90 template <typename T2> bool operator==(const UniquePtr<T2>& p) const;
91 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const;
/system/bt/embdrv/sbc/decoder/include/
Doi_time.h120 int16_t OI_Time_Compare(OI_TIME* T1, OI_TIME* T2);
/system/core/base/include/android-base/
Dlogging.h372 #define EAGER_PTR_EVALUATOR(T1, T2) \ argument
374 struct EagerEvaluator<T1, T2> { \
375 EagerEvaluator(T1 l, T2 r) \