HomeSort by relevance Sort by last modified time
    Searched refs:value_type (Results 51 - 75 of 2796) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
Endian.h 38 template<typename value_type, endianness endian>
39 inline value_type byte_swap(value_type value) {
46 template<typename value_type,
49 inline value_type read(const void *memory) {
50 value_type ret;
54 (detail::PickAlignment<value_type, alignment>::value)),
55 sizeof(value_type));
56 return byte_swap<value_type, endian>(ret);
61 template<typename value_type, endianness endian, std::size_t alignment
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Endian.h 37 template<typename value_type, endianness endian>
38 inline value_type byte_swap(value_type value) {
45 template<typename value_type,
48 inline value_type read(const void *memory) {
49 value_type ret;
53 (detail::PickAlignment<value_type, alignment>::value)),
54 sizeof(value_type));
55 return byte_swap<value_type, endian>(ret);
60 template<typename value_type, endianness endian, std::size_t alignment
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
map_util.h 73 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
379 typedef typename Collection::value_type value_type; typedef
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
map_util.h 35 const typename Collection::value_type::second_type* FindOrNull(
37 const typename Collection::value_type::first_type& key) {
47 typename Collection::value_type::second_type* FindOrNull(
49 const typename Collection::value_type::first_type& key) {
64 typename Collection::value_type::second_type FindPtrOrNull(
66 const typename Collection::value_type::first_type& key) {
69 return typename Collection::value_type::second_type();
84 const typename Collection::value_type::second_type& FindWithDefault(
86 const typename Collection::value_type::first_type& key,
87 const typename Collection::value_type::second_type& value)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_deque.i 12 void push_front(const value_type& x);
19 void push_front(value_type x);
57 typedef _Tp value_type;
58 typedef value_type* pointer;
59 typedef const value_type* const_pointer;
60 typedef value_type& reference;
61 typedef const value_type& const_reference;
94 typedef _Tp* value_type;
95 typedef value_type* pointer;
96 typedef const value_type* const_pointer
    [all...]
std_vector.i 64 typedef _Tp value_type;
65 typedef value_type* pointer;
66 typedef const value_type* const_pointer;
106 typedef _Tp* value_type;
107 typedef value_type* pointer;
108 typedef const value_type* const_pointer;
109 typedef value_type reference;
110 typedef value_type const_reference;
146 typedef _Tp const * value_type;
147 typedef value_type* pointer
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/
synop.pass.cpp 16 // typedef ... value_type;
17 // typedef basic_string<value_type> string_type;
18 // static constexpr value_type preferred_separator = ...;
30 ASSERT_SAME_TYPE(path::value_type, char);
31 ASSERT_SAME_TYPE(path::string_type, std::basic_string<path::value_type>);
33 ASSERT_SAME_TYPE(const path::value_type, decltype(path::preferred_separator));
  /external/pdfium/third_party/agg23/
agg_color_gray.h 34 typedef int8u value_type; typedef in struct:agg::gray8
43 value_type v;
44 value_type a;
agg_pixfmt_gray.h 33 typedef typename color_type::value_type value_type; typedef in struct:agg::blender_gray
36 static AGG_INLINE void blend_pix(value_type* p, unsigned cv,
39 *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);
49 typedef typename color_type::value_type value_type; typedef in class:agg::pixel_formats_gray
57 static AGG_INLINE void copy_or_blend_pix(value_type* p,
70 static AGG_INLINE void copy_or_blend_pix(value_type* p,
95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/
synop.pass.cpp 16 // typedef ... value_type;
17 // typedef basic_string<value_type> string_type;
18 // static constexpr value_type preferred_separator = ...;
30 ASSERT_SAME_TYPE(path::value_type, char);
31 ASSERT_SAME_TYPE(path::string_type, std::basic_string<path::value_type>);
33 ASSERT_SAME_TYPE(const path::value_type, decltype(path::preferred_separator));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.members/
allocate.pass.cpp 26 typedef T value_type; typedef in struct:A
28 value_type* allocate(std::size_t n)
31 return reinterpret_cast<value_type*>(static_cast<std::uintptr_t>(0xDEADBEEF));
deallocate.pass.cpp 28 typedef T value_type; typedef in struct:A
30 void deallocate(value_type* p, std::size_t n)
32 assert(p == reinterpret_cast<value_type*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Capacity.h 24 return x.capacity() * sizeof(typename T::value_type);
  /external/vulkan-validation-layers/libs/glm/detail/
func_noise.hpp 58 GLM_FUNC_DECL typename genType::value_type noise1(genType const & x);
67 GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp> noise2(genType const & x);
76 GLM_FUNC_DECL detail::tvec3<typename genType::value_type, defaultp> noise3(genType const & x);
85 GLM_FUNC_DECL detail::tvec4<typename genType::value_type, defaultp> noise4(genType const & x);
  /external/vulkan-validation-layers/libs/glm/gtx/
component_wise.hpp 56 GLM_FUNC_DECL typename genType::value_type compAdd(
62 GLM_FUNC_DECL typename genType::value_type compMul(
68 GLM_FUNC_DECL typename genType::value_type compMin(
74 GLM_FUNC_DECL typename genType::value_type compMax(
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_common.i 19 typedef Type value_type;
20 static int asval(octave_value obj, value_type *val) {
25 typedef Type value_type;
26 static octave_value from(const value_type& val) {
48 typedef Type value_type;
49 static int asval(octave_value obj, value_type *val) {
54 typedef Type value_type;
55 static octave_value from(const value_type& val) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_common.i 21 typedef Type value_type;
22 static int asval(PyObject *obj, value_type *val) {
27 typedef Type value_type;
28 static PyObject *from(const value_type& val) {
50 typedef Type value_type;
51 static int asval(PyObject *obj, value_type *val) {
56 typedef Type value_type;
57 static PyObject *from(const value_type& val) {
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_common.i 20 typedef Type value_type;
21 static int asval(SEXP obj, value_type *val) {
26 typedef Type value_type;
27 static SEXP from(const value_type& val) {
49 typedef Type value_type;
50 static int asval(SEXP obj, value_type *val) {
55 typedef Type value_type;
56 static SEXP from(const value_type& val) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_common.i 22 typedef Type value_type;
23 static int asval(VALUE obj, value_type *val) {
28 typedef Type value_type;
29 static VALUE from(const value_type& val) {
51 typedef Type value_type;
52 static int asval(VALUE obj, value_type *val) {
57 typedef Type value_type;
58 static VALUE from(const value_type& val) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_noise.hpp 58 GLM_FUNC_DECL typename genType::value_type noise1(genType const & x);
67 GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp> noise2(genType const & x);
76 GLM_FUNC_DECL detail::tvec3<typename genType::value_type, defaultp> noise3(genType const & x);
85 GLM_FUNC_DECL detail::tvec4<typename genType::value_type, defaultp> noise4(genType const & x);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
component_wise.hpp 56 GLM_FUNC_DECL typename genType::value_type compAdd(
62 GLM_FUNC_DECL typename genType::value_type compMul(
68 GLM_FUNC_DECL typename genType::value_type compMin(
74 GLM_FUNC_DECL typename genType::value_type compMax(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 48 typedef typename _Dom::value_type value_type; typedef in class:_GBase
53 value_type
70 typedef _Tp value_type; typedef in class:_GBase
75 value_type
93 typedef typename _Base::value_type value_type; typedef in struct:_GClos
104 typedef typename _Base::value_type value_type; typedef in struct:_GClos
117 typedef typename _Dom::value_type value_type typedef in class:_IBase
140 typedef typename _Base::value_type value_type; typedef in struct:_IClos
151 typedef _Tp value_type; typedef in struct:_IClos
164 typedef _Tp value_type; typedef in class:_Expr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_after.h 48 typedef typename _Dom::value_type value_type; typedef in class:_GBase
53 value_type
70 typedef _Tp value_type; typedef in class:_GBase
75 value_type
93 typedef typename _Base::value_type value_type; typedef in struct:_GClos
104 typedef typename _Base::value_type value_type; typedef in struct:_GClos
117 typedef typename _Dom::value_type value_type typedef in class:_IBase
140 typedef typename _Base::value_type value_type; typedef in struct:_IClos
151 typedef _Tp value_type; typedef in struct:_IClos
164 typedef _Tp value_type; typedef in class:_Expr
    [all...]
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/
rv_value.pass.cpp 16 // requires CopyConstructible<Cont::value_type>
18 // operator=(Cont::value_type&& value);
31 i = typename C::value_type();
32 assert(c.back() == typename C::value_type());
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
rv_value.pass.cpp 17 // operator=(Cont::value_type&& value);
29 i = typename C::value_type();
30 assert(c.front() == typename C::value_type());

Completed in 1714 milliseconds

1 23 4 5 6 7 8 91011>>