Home
last modified time | relevance | path

Searched defs:vector_data (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/
Dvector.hpp184 struct vector_data<detail::index_sequence<I...>, T...> struct
188 typedef vector_tag fusion_tag;
189 typedef fusion_sequence_tag tag; // this gets picked up by MPL
190 typedef mpl::false_ is_view;
191 typedef random_access_traversal_tag category;
192 typedef mpl::int_<sizeof...(T)> size;
193 typedef vector<T...> type_sequence;
196 BOOST_DEFAULTED_FUNCTION(vector_data(), {}) in vector_data() function
214 vector_data(each_elem, U&&... var) in vector_data() argument
221 assign_sequence(Sequence&& seq) in assign_sequence()
[all …]
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dstl_emulation.h61 template <typename T> inline T *vector_data(std::vector<T> &vector) { in vector_data() function
67 template <typename T> inline const T *vector_data( in vector_data() function
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h65 template <typename T> inline T *vector_data(std::vector<T> &vector) { in vector_data() function
71 template <typename T> inline const T *vector_data( in vector_data() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_add_op.cc290 void VectorTensorAddition(const T* vector_data, float min_vector, in VectorTensorAddition()
308 void VectorTensorAddition(const quint8* vector_data, float min_vector, in VectorTensorAddition()
393 void VectorTensorAddition(const quint8* vector_data, float min_vector, in VectorTensorAddition()
533 const T* vector_data; in Compute() local
H A Dquantized_mul_op.cc190 void VectorTensorMultiply(const T* vector_data, int32_t vector_offset, in VectorTensorMultiply()
204 const quint8* vector_data, int32 vector_offset, int64 vector_num_elements, in VectorTensorMultiply()
342 const T* vector_data; in Compute() local
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dmutable_vector_data_test.cc29 MutableVectorData<int64_t> vector_data; in TEST() local
H A Dvector_string_data_test.cc32 VectorStringData vector_data(std::vector<std::string>( in TEST() local
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dexample_query_result.proto72 VectorData vector_data = 1; field
/aosp_15_r20/external/capstone/bindings/ocaml/
H A Darm.ml47 vector_data: int; RecordField
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DArm.java90 public int vector_data; field in Arm.UnionOpInfo
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/client/
Dexample_query_result.pb.h2760 inline const ::fcp::client::ExampleQueryResult_VectorData& ExampleQueryResult::vector_data() const { in vector_data() function
2765 ::fcp::client::ExampleQueryResult_VectorData* vector_data) { in unsafe_arena_set_allocated_vector_data()
2807 …d ExampleQueryResult::set_allocated_vector_data(::fcp::client::ExampleQueryResult_VectorData* vect… in set_allocated_vector_data()
Dexample_query_result.pb.cc2333 ExampleQueryResult::_Internal::vector_data(const ExampleQueryResult* msg) { in vector_data() function in fcp::client::ExampleQueryResult::_Internal
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/
Dvector_n.hpp62 struct BOOST_PP_CAT(vector_data, N) in BOOST_PP_CAT() argument
/aosp_15_r20/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h216 vector<KeyParameter> vector_data() const { in vector_data() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/
Dpacket_builder_unittest.cc161 std::vector<uint64_t> vector_data{ variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dbuffer.cpp58 std::vector<char> vector_data(1024); in test() local
/aosp_15_r20/external/libwebm/
H A Dwebm_info.cc894 std::vector<unsigned char> vector_data; in OutputCluster() local
/aosp_15_r20/external/capstone/include/capstone/
H A Darm.h427 arm_vectordata_type vector_data; ///< Data type for elements of vector instructions member