Home
last modified time | relevance | path

Searched defs:Contains (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h161 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function
164 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h162 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function
164 template <typename T> bool Contains(T tag) const { return find(tag) != -1; } in Contains() function
167 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function