Home
last modified time | relevance | path

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

1234

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmap_util.h73 const typename Collection::value_type::second_type&
75 const typename Collection::value_type::first_type& key) {
83 typename Collection::value_type::second_type&
85 const typename Collection::value_type::first_type& key) {
93 const typename Collection::value_type::second_type&
95 const typename Collection::value_type::first_type& key) {
103 typename Collection::value_type::second_type&
105 const typename Collection::value_type::first_type& key) {
122 const typename Collection::value_type::second_type&
124 const typename Collection::value_type::first_type& key,
[all …]
/frameworks/compile/mclinker/include/mcld/ADT/
DBinTree.h90 typedef DataType value_type; typedef
95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;
96 typedef Node<value_type> node_type;
101 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType>
103 typedef PolicyIteratorBase<value_type, const_traits, IteratorType>
182 typedef DataType value_type; typedef
187 typedef TreeIterator<value_type, Traits> Self;
188 typedef Node<value_type> node_type;
191 typedef TreeIterator<value_type, nonconst_traits> iterator;
193 typedef TreeIterator<value_type, const_traits> const_iterator;
[all …]
DStringEntry.h30 typedef DataType value_type; typedef
37 value_type& value() { return m_Value; } in value()
39 const value_type& value() const { return m_Value; } in value()
69 typedef llvm::StringRef value_type; typedef
76 value_type& value() { return m_Value; } in value()
78 const value_type& value() const { return m_Value; } in value()
113 typedef typename StringEntry<DataType>::value_type value_type; typedef
DTypeTraits.h21 typedef DataType value_type; typedef
31 typedef DataType value_type; typedef
41 typedef DataType value_type; typedef
52 typedef DataType value_type; typedef
DHashEntry.h36 typedef ValueType value_type; typedef
70 typedef typename HashEntryTy::value_type value_type; typedef
DTreeBase.h101 typedef DataType value_type; typedef
104 value_type* data;
109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {} in Node()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h27 typedef DataType value_type; typedef
34 static void construct(value_type* pPtr) { new (pPtr) value_type(); } in construct()
36 static void construct(value_type* pPtr, const value_type& pValue) { in construct()
37 new (pPtr) value_type(pValue); in construct()
40 static void destroy(value_type* pPtr) {} in destroy()
51 typedef DataType value_type; typedef
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); } in construct()
72 static void construct(value_type* pPtr, const value_type& pValue) { in construct()
73 new (pPtr) value_type(pValue); in construct()
76 static void destroy(value_type* pPtr) { pPtr->~value_type(); } in destroy()
[all …]
DGCFactory.h59 typedef typename ChunkType::value_type value_type; typedef
106 NonConstTraits<typename Alloc::value_type> > iterator;
108 ConstTraits<typename Alloc::value_type> > const_iterator;
110 typedef typename Alloc::value_type value_type; typedef
124 value_type* allocate(size_t N) { in allocate()
125 value_type* result = Alloc::allocate(N); in allocate()
131 value_type* allocate() { in allocate()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h70 typedef Input value_type; typedef
71 typedef value_type* pointer;
72 typedef value_type& reference;
73 typedef const value_type* const_pointer;
74 typedef const value_type& const_reference;
77 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
78 typedef TreeIterator<value_type, ConstTraits<value_type> > const_iterator;
80 typedef PolicyIterator<value_type, NonConstTraits<value_type>, DFSIterator>
82 typedef PolicyIterator<value_type, ConstTraits<value_type>, DFSIterator>
84 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dmap.c150 if (self->value_type == UPB_TYPE_STRING || in Map_mark()
151 self->value_type == UPB_TYPE_BYTES || in Map_mark()
152 self->value_type == UPB_TYPE_MESSAGE) { in Map_mark()
159 native_slot_mark(self->value_type, mem); in Map_mark()
229 self->value_type = ruby_to_fieldtype(argv[1]); in Map_init()
247 if (needs_typeclass(self->value_type) && argc > 2) { in Map_init()
249 validate_type_class(self->value_type, self->value_type_class); in Map_init()
287 VALUE value = native_slot_get(self->value_type, in Map_each()
338 VALUE value = native_slot_get(self->value_type, in Map_values()
366 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_index()
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dstring_wrapper.h19 template <typename CharT = std::string::value_type,
25 typedef typename Traits::char_type value_type; typedef
27 typedef value_type& reference;
28 typedef const value_type& const_reference;
29 typedef value_type* pointer;
30 typedef const value_type* const_pointer;
Dbuffer_wrapper.h23 typedef T value_type; typedef
103 using value_type = typename BufferType::value_type; variable
/frameworks/base/media/mca/filterpacks/native/base/
Dutilities.h74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key) { in FindOrNull()
128 const typename Collection::value_type::second_type
130 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
153 collection->insert(typename Collection::value_type(key, value)); in InsertIfNotPresent()
/frameworks/base/media/mca/filterfw/native/base/
Dutilities.h62 const typename Collection::value_type::second_type*
64 const typename Collection::value_type::first_type& key) { in FindOrNull()
116 const typename Collection::value_type::second_type
118 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
141 collection->insert(typename Collection::value_type(key, value)); in InsertIfNotPresent()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h513 typedef MapPair<Key, T> value_type; typedef
515 typedef value_type* pointer;
516 typedef const value_type* const_pointer;
517 typedef value_type& reference;
518 typedef const value_type& const_reference;
578 typedef U value_type; typedef
579 typedef value_type* pointer;
580 typedef const value_type* const_pointer;
581 typedef value_type& reference;
582 typedef const value_type& const_reference;
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp408 std::vector<typename T::value_type> intersectFilterAndOrder( in intersectFilterAndOrder()
411 std::set<typename T::value_type> set1{input1.begin(), input1.end()}; in intersectFilterAndOrder()
412 std::set<typename T::value_type> set2{input2.begin(), input2.end()}; in intersectFilterAndOrder()
413 std::set<typename T::value_type> common; in intersectFilterAndOrder()
416 std::vector<typename T::value_type> result; in intersectFilterAndOrder()
426 std::vector<typename T::value_type> intersectAndOrder( in intersectAndOrder()
429 std::set<typename T::value_type, Compare> set1{input1.begin(), input1.end(), comp}; in intersectAndOrder()
430 std::set<typename T::value_type, Compare> set2{input2.begin(), input2.end(), comp}; in intersectAndOrder()
431 std::vector<typename T::value_type> result; in intersectAndOrder()
459 std::greater<typename SampleRateVector::value_type>()) : in findBestMatchingOutputConfig()
[all …]
/frameworks/native/libs/math/include/math/
Dvec2.h44 typedef T value_type; typedef
101 constexpr value_type cross(const TVec2& u, const TVec2<RT>& v) { in cross()
102 return value_type(u.x*v.y - u.y*v.x); in cross()
DTMatHelpers.h82 typedef typename MATRIX::value_type T; in gaussJordanInverse()
131 typedef typename MATRIX::value_type T; in fastInverse2()
165 typedef typename MATRIX::value_type T; in fastInverse3()
278 CONSTEXPR typename MATRIX::value_type PURE trace(const MATRIX& m) { in trace()
280 typename MATRIX::value_type result(0); in trace()
301 TQuaternion<typename MATRIX::value_type> extractQuat(const MATRIX& mat) { in extractQuat()
302 typedef typename MATRIX::value_type T; in extractQuat()
507 typename VEC::value_type x = nabout.x; in rotate()
508 typename VEC::value_type y = nabout.y; in rotate()
509 typename VEC::value_type z = nabout.z; in rotate()
/frameworks/native/services/surfaceflinger/Scheduler/
DSchedulerUtils.h51 using V = typename T::value_type; in calculate_mean()
75 using ValueType = const decltype(counts)::value_type&; in calculate_mode()
/frameworks/base/libs/hwui/tests/unit/
DShaderCacheTests.cpp209 identity.data(), identity.size() * sizeof(decltype(identity)::value_type)); in TEST()
241 identity.data(), identity.size() * sizeof(decltype(identity)::value_type)); in TEST()
254 nullptr, identity.size() * sizeof(decltype(identity)::value_type)); in TEST()
261 identity.data(), identity.size() * sizeof(decltype(identity)::value_type)); in TEST()
273 identity.data(), identity.size() * sizeof(decltype(identity)::value_type)); in TEST()
/frameworks/native/libs/binder/
DValue.cpp364 switch(value_type) { \ in readFromParcel()
366 ALOGE("readFromParcel: Parcel type %d is not supported", value_type); \ in readFromParcel()
381 int32_t value_type = VAL_NULL; in readFromParcel() local
386 RETURN_IF_FAILED(parcel->readInt32(&value_type)); in readFromParcel()
DPersistableBundle.cpp412 int32_t value_type; in readFromParcelInner() local
414 RETURN_IF_FAILED(parcel->readInt32(&value_type)); in readFromParcelInner()
420 switch (value_type) { in readFromParcelInner()
466 ALOGE("Unrecognized type: %d", value_type); in readFromParcelInner()
/frameworks/native/libs/arect/include/android/
Drect.h47 typedef int32_t value_type; typedef
/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.cpp110 [](const decltype(mFramesInPipeline)::value_type &value) { in pipelineFull()
142 for (const decltype(mFramesInPipeline)::value_type &value : mFramesInPipeline) { in elapsed()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h36 typedef ARect::value_type value_type; typedef

1234