Searched refs:value_type (Results 1 - 25 of 25) sorted by relevance

/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h39 * They also define a "value_type" typedef, which specifies the type of values associated with that
78 * types. For each tag type we define a specialized struct that contains a typedef "value_type".
81 template <> struct TagValueType<KM_ULONG> { typedef uint64_t value_type; }; typedef in struct:keymaster::TagValueType
82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; }; typedef in struct:keymaster::TagValueType
83 template <> struct TagValueType<KM_DATE> { typedef uint64_t value_type; }; typedef in struct:keymaster::TagValueType
84 template <> struct TagValueType<KM_UINT> { typedef uint32_t value_type; }; typedef in struct:keymaster::TagValueType
85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; }; typedef in struct:keymaster::TagValueType
86 template <> struct TagValueType<KM_INVALID> { typedef Void value_type; }; typedef in struct:keymaster::TagValueType
87 template <> struct TagValueType<KM_BOOL> { typedef bool value_type; }; typedef in struct:keymaster::TagValueType
88 template <> struct TagValueType<KM_BYTES> { typedef keymaster_blob_t value_type; }; typedef in struct:keymaster::TagValueType
89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; }; typedef in struct:keymaster::TagValueType
99 typedef typename TagValueType<tag_type>::value_type value_type; typedef in class:keymaster::TypedTag
115 typedef KeymasterEnum value_type; typedef in class:keymaster::TypedEnumTag
[all...]
H A Dauthorization_set.h329 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const {
363 bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const {
426 bool push_back(TypedTag<Type, Tag> tag, typename TypedTag<Type, Tag>::value_type val) {
/system/core/libprocinfo/include/procinfo/
H A Dprocess.h69 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
97 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
/system/extras/perfprofd/
H A Dquipper_helper.h28 using value_type = typename std::iterator_traits<Iterator>::value_type;
/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h86 reinterpret_cast<uint8_t*>(const_cast<std::string::value_type*>(value.data())),
128 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size());
/system/tools/hidl/utils/include/hidl-util/
H A DFormatter.h111 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func);
165 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func) {
/system/security/keystore/include/keystore/
H A Dutils.h90 typedef T value_type; typedef in struct:std::iterator_traits
H A Dkeystore_hidl_support.h142 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size());
/system/keymaster/legacy_support/
H A Dkeymaster1_legacy_support.cpp38 struct value_type { struct in struct:keymaster::PushbackCounter
39 template <typename T> value_type(const T&) {} function in struct:keymaster::PushbackCounter::value_type
41 void push_back(const value_type&) { ++count; } argument
/system/chre/util/include/chre/util/
H A Darray_queue.h154 typedef ValueType value_type; typedef in class:chre::ArrayQueue::ArrayQueueIterator
/system/netd/libnetdutils/include/netdutils/
H A DSlice.h79 using ValueT = std::string::value_type;
/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py104 def show_value_type(self, value_type, space=''):
106 (space, value_type.type, value_type.unit,
107 self.string(value_type.type), self.string(value_type.unit)))
/system/bt/btif/src/
H A Dbtif_gatt_client.cc378 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */;
401 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */;
426 params.value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */;
/system/bt/include/hardware/
H A Dbt_gatt_client.h45 uint16_t value_type; member in struct:__anon715
/system/core/include/utils/
H A DKeyedVector.h40 typedef VALUE value_type; typedef in class:android::KeyedVector
H A DSortedVector.h41 typedef TYPE value_type; typedef in class:android::SortedVector
H A DVector.h60 typedef TYPE value_type; typedef in class:android::Vector
/system/core/libmemunreachable/
H A DAllocator.h104 using value_type = T;
/system/core/libutils/include/utils/
H A DKeyedVector.h40 typedef VALUE value_type; typedef in class:android::KeyedVector
H A DSortedVector.h41 typedef TYPE value_type; typedef in class:android::SortedVector
H A DVector.h60 typedef TYPE value_type; typedef in class:android::Vector
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dasync_manager.cc225 std::vector<decltype(watched_shared_fds_)::value_type> fds;
/system/chre/util/tests/
H A Darray_queue_test.cc451 typename traits::value_type v = *q.begin();
/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp91 struct value_type { struct in struct:keymaster::PushbackCounter
92 template <typename T> value_type(const T&) {} function in struct:keymaster::PushbackCounter::value_type
94 void push_back(const value_type&) { ++count; } argument
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h319 typename super_type::value_type operator *() const {
323 typename super_type::value_type operator->() const {

Completed in 875 milliseconds