/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | GeneratorHub.h | 48 VehiclePropValue val; member 52 bool operator()(const VhalEvent& lhs, const VhalEvent& rhs) const { in operator() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | ivalue.h | 76 c10::complex<double> val; member 84 struct c10::StreamData3 val; member 1099 size_t operator()(const IValue& val) const { in operator() function 1110 bool operator()(const IValue& lhs, const IValue& rhs) const { in operator() function 1121 size_t operator()(const IValue& val) const { in operator() function 1127 bool operator()(const IValue& lhs, const IValue& rhs) const { in operator() function
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 933 Builder &operator=(Builder &&) = default; variable 1142 Value val; in EndMap() member 1380 void WriteBytes(const void *val, size_t size) { in WriteBytes() 1385 template<typename T> void Write(T val, size_t byte_width) { in Write() 1407 template<typename T> void PushIndirect(T val, Type type, BitWidth bit_width) { in PushIndirect() 1509 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny() 1611 Builder &operator=(const Builder &); variable 1625 bool operator()(size_t a, size_t b) const { in operator() function 1637 bool operator()(const StringOffset &a, const StringOffset &b) const { in operator() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flexbuffers.h | 933 Builder &operator=(Builder &&) = default; variable 1142 Value val; in EndMap() member 1380 void WriteBytes(const void *val, size_t size) { in WriteBytes() 1385 template<typename T> void Write(T val, size_t byte_width) { in Write() 1407 template<typename T> void PushIndirect(T val, Type type, BitWidth bit_width) { in PushIndirect() 1509 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny() 1611 Builder &operator=(const Builder &); variable 1625 bool operator()(size_t a, size_t b) const { in operator() function 1637 bool operator()(const StringOffset &a, const StringOffset &b) const { in operator() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/ |
H A D | MinimalElementType.h | 18 int val; member 22 constexpr MinimalElementType& operator=(const MinimalElementType&) = delete; member
|
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/ |
H A D | openssl_utils.h | 47 void operator()(T* p) { FreeFunc(p); } in operator() function 86 T* val __attribute__((unused)) = p.release(); in release_because_ownership_transferred() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | filesystem_test_helper.h | 53 inline int setenv(const char *var, const char *val, int overwrite) { in setenv() 208 scoped_test_env & operator=(scoped_test_env const &) = delete; member 486 CWDGuard& operator=(CWDGuard const&) = delete; member 581 void operator()(fs::filesystem_error const& Err) { in operator() function 627 ExceptionChecker& operator=(ExceptionChecker const&) = delete; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/ |
D | isl-noexceptions.h | 51 isl_bool val; variable 54 boolean(isl_bool val): val(val) {} in boolean() 62 /* implicit */ boolean(bool val) in boolean() 95 inline boolean manage(isl_bool val) { in manage() 119 isl_stat val; variable 122 stat(isl_stat val) : val(val) {} in stat() 147 inline stat manage(isl_stat val) in manage() 157 isl_size val; variable 160 size(isl_size val) : val(val) {} in size() 185 inline size manage(isl_size val) in manage() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/ |
D | isl-noexceptions.h | 51 isl_bool val; variable 54 boolean(isl_bool val): val(val) {} in boolean() 62 /* implicit */ boolean(bool val) in boolean() 95 inline boolean manage(isl_bool val) { in manage() 119 isl_stat val; variable 122 stat(isl_stat val) : val(val) {} in stat() 147 inline stat manage(isl_stat val) in manage() 157 isl_size val; variable 160 size(isl_size val) : val(val) {} in size() 185 inline size manage(isl_size val) in manage() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/ |
D | isl-noexceptions.h | 51 isl_bool val; variable 54 boolean(isl_bool val): val(val) {} in boolean() 62 /* implicit */ boolean(bool val) in boolean() 95 inline boolean manage(isl_bool val) { in manage() 119 isl_stat val; variable 122 stat(isl_stat val) : val(val) {} in stat() 147 inline stat manage(isl_stat val) in manage() 157 isl_size val; variable 160 size(isl_size val) : val(val) {} in size() 185 inline size manage(isl_size val) in manage() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/ |
D | isl-noexceptions.h | 51 isl_bool val; variable 54 boolean(isl_bool val): val(val) {} in boolean() 62 /* implicit */ boolean(bool val) in boolean() 95 inline boolean manage(isl_bool val) { in manage() 119 isl_stat val; variable 122 stat(isl_stat val) : val(val) {} in stat() 147 inline stat manage(isl_stat val) in manage() 157 isl_size val; variable 160 size(isl_size val) : val(val) {} in size() 185 inline size manage(isl_size val) in manage() [all …]
|
/aosp_15_r20/external/cronet/components/metrics/test/ |
H A D | test_metrics_provider.h | 20 TestMetricsProvider& operator=(const TestMetricsProvider&) = delete; variable 60 void set_record_histogram_snapshots_called(bool val) { in set_record_histogram_snapshots_called()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
H A D | TimeStatsHelper.h | 109 static size_t HashCombine(size_t seed, size_t val) { in HashCombine() 118 size_t operator()(const TimelineStatsKey& key) const { in operator() function 136 size_t operator()(const LayerStatsKey& key) const { in operator() function
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_cd_entry_map.h | 38 static constexpr uint32_t RoundUpPower2(uint32_t val) { in RoundUpPower2() 139 void operator()(void* ptr) const { ::free(ptr); } in operator() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | fingerprint.h | 37 size_t operator()(const Fprint128& v) const { in operator() function 46 inline uint64 ShiftMix(const uint64 val) { return val ^ (val >> 47); } in ShiftMix()
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/ |
H A D | atomic.h | 60 alignas(ALIGNMENT) value_type val; member 68 Atomic &operator=(const Atomic &) = delete; member
|
/aosp_15_r20/build/make/tools/ziptime/ |
H A D | ZipEntry.h | 59 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE() 74 ZipEntry& operator=(const ZipEntry& src); variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array.h | 172 void operator=(FixedArray&&) = delete; variable 173 void operator=(const FixedArray&) = delete; variable 340 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 173 void operator=(FixedArray&&) = delete; variable 174 void operator=(const FixedArray&) = delete; variable 341 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | fixed_array.h | 172 void operator=(FixedArray&&) = delete; variable 173 void operator=(const FixedArray&) = delete; variable 340 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | fixed_array.h | 178 void operator=(FixedArray&&) = delete; variable 179 void operator=(const FixedArray&) = delete; variable 346 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
|
/aosp_15_r20/external/libcxxabi/src/include/ |
H A D | atomic_support.h | 190 AtomicInt& operator=(AtomicInt const&) = delete; variable 195 void store(IntType val, MemoryOrder ord) { in store()
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 1107 Value val; in EndMap() member 1340 void WriteBytes(const void *val, size_t size) { in WriteBytes() 1345 template<typename T> void Write(T val, size_t byte_width) { in Write() 1367 template<typename T> void PushIndirect(T val, Type type, BitWidth bit_width) { in PushIndirect() 1466 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny() 1567 Builder &operator=(const Builder &); variable 1580 bool operator()(size_t a, size_t b) const { in operator() function 1594 bool operator()(const StringOffset &a, const StringOffset &b) const { in operator() function
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 178 void operator=(FixedArray&&) = delete; variable 179 void operator=(const FixedArray&) = delete; variable 362 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 178 void operator=(FixedArray&&) = delete; variable 179 void operator=(const FixedArray&) = delete; variable 362 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill()
|