HomeSort by relevance Sort by last modified time
    Searched defs:_Value (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_base.h 36 typename _Value, bool _Cache_hash_code>
39 template<typename _UnorderedCont, typename _Value>
40 struct _Bucket_index_helper<_UnorderedCont, _Value, true>
44 const __detail::_Hash_node<_Value, true>* __node)
48 template<typename _UnorderedCont, typename _Value>
49 struct _Bucket_index_helper<_UnorderedCont, _Value, false>
53 const __detail::_Hash_node<_Value, false>* __node)
61 typedef std::pair<const _Key, _Mapped> _Value;
65 const __detail::_Hash_node<_Value, false>* __node)
69 template<typename _UnorderedCont, typename _Value, bool _Cache_hash_code
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_base.h 36 typename _Value, bool _Cache_hash_code>
39 template<typename _UnorderedCont, typename _Value>
40 struct _Bucket_index_helper<_UnorderedCont, _Value, true>
44 const __detail::_Hash_node<_Value, true>* __node)
48 template<typename _UnorderedCont, typename _Value>
49 struct _Bucket_index_helper<_UnorderedCont, _Value, false>
53 const __detail::_Hash_node<_Value, false>* __node)
61 typedef std::pair<const _Key, _Mapped> _Value;
65 const __detail::_Hash_node<_Value, false>* __node)
69 template<typename _UnorderedCont, typename _Value, bool _Cache_hash_code
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
unordered_base.h 36 typename _Value, bool _Cache_hash_code>
39 template<typename _UnorderedCont, typename _Value>
40 struct _Bucket_index_helper<_UnorderedCont, _Value, true>
44 const __detail::_Hash_node<_Value, true>* __node)
48 template<typename _UnorderedCont, typename _Value>
49 struct _Bucket_index_helper<_UnorderedCont, _Value, false>
53 const __detail::_Hash_node<_Value, false>* __node)
61 typedef std::pair<const _Key, _Mapped> _Value;
65 const __detail::_Hash_node<_Value, false>* __node)
69 template<typename _UnorderedCont, typename _Value, bool _Cache_hash_code
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
unordered_base.h 36 typename _Value, bool _Cache_hash_code>
39 template<typename _UnorderedCont, typename _Value>
40 struct _Bucket_index_helper<_UnorderedCont, _Value, true>
44 const __detail::_Hash_node<_Value, true>* __node)
48 template<typename _UnorderedCont, typename _Value>
49 struct _Bucket_index_helper<_UnorderedCont, _Value, false>
53 const __detail::_Hash_node<_Value, false>* __node)
61 typedef std::pair<const _Key, _Mapped> _Value;
65 const __detail::_Hash_node<_Value, false>* __node)
69 template<typename _UnorderedCont, typename _Value, bool _Cache_hash_code
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 45 # define __iterator__ _Rb_tree_iterator<_Value, _STLP_HEADER_TYPENAME _Traits::_NonConstTraits>
49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
319 class _Value, class _KeyOfValue, class _Traits, class _Alloc>
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
348 class _Value, class _KeyOfValue, class _Traits, class _Alloc>
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
351 const _Value& __val
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_tree.c 45 # define __iterator__ _Rb_tree_iterator<_Value, _STLP_HEADER_TYPENAME _Traits::_NonConstTraits>
49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
319 class _Value, class _KeyOfValue, class _Traits, class _Alloc>
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
348 class _Value, class _KeyOfValue, class _Traits, class _Alloc>
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
351 const _Value& __val
    [all...]
  /external/clang/lib/Headers/
stdatomic.h 163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
178 #define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_CST)
179 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1, order)
181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST)
182 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order)
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
178 #define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_CST)
179 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1, order)
181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST)
182 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order)
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 304 static const bool _Value = true;
310 static const bool _Value = false;
333 typedef _Type _Value;
339 typedef _Type _Value;
347 typedef _Unit_type _Value;
353 typedef _Type _Value;
377 typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value;
394 static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_Type>::_Value>::value ||
404 static const bool _Value = false
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 304 static const bool _Value = true;
310 static const bool _Value = false;
333 typedef _Type _Value;
339 typedef _Type _Value;
347 typedef _Unit_type _Value;
353 typedef _Type _Value;
377 typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value;
394 static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_Type>::_Value>::value ||
404 static const bool _Value = false
    [all...]

Completed in 227 milliseconds