/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | unicode_iterator.hpp | 124 inline void invalid_utf32_code_point(std::uint32_t val) in invalid_utf32_code_point() 154 typedef value_type const reference; typedef in boost::u32_to_u16_iterator 288 typedef value_type const reference; typedef in boost::u16_to_u32_iterator 358 std::uint16_t val; in u16_to_u32_iterator() local 376 static void invalid_code_point(std::uint16_t val) in invalid_code_point() 421 typedef value_type const reference; typedef in boost::u32_to_u8_iterator 568 typedef value_type const reference; typedef in boost::u8_to_u32_iterator 735 typedef std::uint32_t& reference; typedef in boost::utf16_output_iterator 798 typedef std::uint32_t& reference; typedef in boost::utf8_output_iterator
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | test_allocator.h | 85 typedef typename std::add_lvalue_reference<value_type>::type reference; typedef 144 void construct(pointer p, const T& val) in construct() 147 template <class U> void construct(pointer p, U&& val) in construct() 175 typedef typename std::add_lvalue_reference<value_type>::type reference; typedef 208 void construct(pointer p, const T& val) in construct() 211 template <class U> void construct(pointer p, U&& val) in construct() 408 typedef value_type& reference; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | flatmap.h | 69 typedef value_type& reference; typedef 125 typedef typename FlatMap::reference reference; typedef 163 pointer val() { return reinterpret_cast<pointer>(space_); } in val() function 187 typedef typename FlatMap::const_reference reference; typedef 327 Val val[Rep::kWidth]; member 337 Val& val(uint32 i) { in val() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/ |
D | call_traits_test.cpp | 41 typedef typename boost::call_traits<T>::reference reference; typedef 68 typedef typename boost::call_traits<T[N]>::reference reference; typedef 314 typedef typename ct::reference reference; typedef 321 …ll_traits_test<T, isarray>::assert_construct(typename call_traits_test<T, isarray>::param_type val) in assert_construct() 362 typedef typename ct::reference reference; typedef 369 void call_traits_test<T, true>::assert_construct(typename boost::call_traits<T>::param_type val) in assert_construct()
|
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/ |
H A D | byte_builder.h | 49 using reference = const std::byte&; variable 202 using reference = std::byte&; variable 303 ByteBuilder& PutUint8(uint8_t val) { return WriteInOrder(val); } in PutUint8() 305 ByteBuilder& PutInt8(int8_t val) { return WriteInOrder(val); } in PutInt8()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicStampedReference.java | 56 final T reference; field in AtomicStampedReference.Pair 58 private Pair(T reference, int stamp) { in Pair() 62 static <T> Pair<T> of(T reference, int stamp) { in of() 204 private boolean casPair(Pair<V> cmp, Pair<V> val) { in casPair()
|
D | AtomicMarkableReference.java | 56 final T reference; field in AtomicMarkableReference.Pair 58 private Pair(T reference, boolean mark) { in Pair() 62 static <T> Pair<T> of(T reference, boolean mark) { in of() 204 private boolean casPair(Pair<V> cmp, Pair<V> val) { in casPair()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
H A D | AtomicMarkableReference.java | 56 final T reference; field in AtomicMarkableReference.Pair 58 private Pair(T reference, boolean mark) { in Pair() 62 static <T> Pair<T> of(T reference, boolean mark) { in of() 204 private boolean casPair(Pair<V> cmp, Pair<V> val) { in casPair()
|
H A D | AtomicStampedReference.java | 56 final T reference; field in AtomicStampedReference.Pair 58 private Pair(T reference, int stamp) { in Pair() 62 static <T> Pair<T> of(T reference, int stamp) { in of() 204 private boolean casPair(Pair<V> cmp, Pair<V> val) { in casPair()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicMarkableReference.java | 56 final T reference; field in AtomicMarkableReference.Pair 58 private Pair(T reference, boolean mark) { in Pair() 62 static <T> Pair<T> of(T reference, boolean mark) { in of() 204 private boolean casPair(Pair<V> cmp, Pair<V> val) { in casPair()
|
D | AtomicStampedReference.java | 56 final T reference; field in AtomicStampedReference.Pair 58 private Pair(T reference, int stamp) { in Pair() 62 static <T> Pair<T> of(T reference, int stamp) { in of() 204 private boolean casPair(Pair<V> cmp, Pair<V> val) { in casPair()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 32 T val = T(); in getValue() local 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 49 T val = T(); in getValue() local 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 89 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 119 void push_back(T val) { in push_back()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 31 T val = T(); in getValue() local 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 48 T val = T(); in getValue() local 56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 118 void push_back(T val) { in push_back()
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 31 T val = T(); in getValue() local 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 48 T val = T(); in getValue() local 56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 117 void push_back(T val) { in push_back()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | PackedVector.h | 32 T val = T(); in getValue() local 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 49 T val = T(); in getValue() local 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 89 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 119 void push_back(T val) { in push_back()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | PackedVector.h | 32 T val = T(); in getValue() local 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 49 T val = T(); in getValue() local 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 89 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 119 void push_back(T val) { in push_back()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | PackedVector.h | 32 T val = T(); in getValue() local 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 49 T val = T(); in getValue() local 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 89 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 119 void push_back(T val) { in push_back()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | PackedVector.h | 32 T val = T(); in getValue() local 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 49 T val = T(); in getValue() local 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 89 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} in reference() function 119 void push_back(T val) { in push_back()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Accumulate.cpp | 35 namespace reference namespace 50 …intermediate_type val = static_cast<intermediate_type>(src[i]) + static_cast<intermediate_type>(ds… in accumulate() local 72 …double val = (1. - static_cast<double>(alpha)) * static_cast<intermediate_type>(dst[i]) + static_c… in accumulate_weighted() local 95 …intermediate_type val = static_cast<intermediate_type>(dst[i]) + (static_cast<intermediate_type>(s… in accumulate_squared() local
|
H A D | DequantizationLayer.cpp | 34 namespace reference namespace 39 TOut dequantize(int8_t val, const UniformQuantizationInfo qinfo, DataType dt) in dequantize() 51 TOut dequantize(uint8_t val, const UniformQuantizationInfo qinfo, DataType dt) in dequantize() 57 TOut dequantize(int16_t val, const UniformQuantizationInfo qinfo, DataType dt) in dequantize()
|
H A D | SoftmaxLayer.cpp | 36 namespace reference namespace 62 const T val = *reinterpret_cast<const T *>(src(offset)); in softmax_layer_generic() local 74 const T val = *reinterpret_cast<const T *>(src(offset)); in softmax_layer_generic() local 92 const T val = *reinterpret_cast<const T *>(dst(offset)); in softmax_layer_generic() local
|
H A D | DepthConvertLayer.cpp | 39 namespace reference namespace 65 T1 val = src[i] >> shift; in depth_convert() local 84 T1 val = utils::rounding::round_half_away_from_zero(src[i]); in depth_convert() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | unicode_iterator.hpp | 128 inline void invalid_utf32_code_point(::boost::uint32_t val) in invalid_utf32_code_point() 325 boost::uint16_t val; in u16_to_u32_iterator() local 343 static void invalid_code_point(::boost::uint16_t val) in invalid_code_point() 661 typedef boost::uint32_t& reference; typedef in boost::utf16_output_iterator 724 typedef boost::uint32_t& reference; typedef in boost::utf8_output_iterator
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_util.h | 37 using reference = value_type&; variable 207 constexpr void push_back(const_reference val) noexcept { *std::next(begin(), length++) = val; } in push_back() 829 using reference = refT; member 943 using reference = bit_reference<data_type>; variable 1061 using reference = value_type&; variable 1187 constexpr void push_back(const value_type& val) noexcept in push_back()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.19/ |
HD | compile-testing-0.19.jar | ... .common.base.Function {
final synthetic String val$packageName
final synthetic com.google.testing. ... |