Home
last modified time | relevance | path

Searched +defs:val +defs:operator (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dcolumn_storage.h40 ColumnStorageBase& operator=(const ColumnStorageBase&) = delete; variable
43 ColumnStorageBase& operator=(ColumnStorageBase&&) noexcept = default; variable
58 ColumnStorage& operator=(const ColumnStorage&) = delete; variable
61 ColumnStorage& operator=(ColumnStorage&&) noexcept = default; variable
64 void Append(T val) { vector_.emplace_back(val); } in Append()
68 void AppendMultiple(T val, uint32_t count) { in AppendMultiple()
71 void Set(uint32_t idx, T val) { vector_[idx] = val; } in Set()
106 ColumnStorage& operator=(const ColumnStorage&) = delete; variable
109 ColumnStorage& operator=(ColumnStorage&&) noexcept = default; variable
119 void Append(T val) { in Append()
[all …]
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer.h33 ByteBufferWriterT& operator=(const ByteBufferWriterT&) = delete; variable
41 void WriteUInt8(uint8_t val) { in WriteUInt8()
44 void WriteUInt16(uint16_t val) { in WriteUInt16()
48 void WriteUInt24(uint32_t val) { in WriteUInt24()
54 void WriteUInt32(uint32_t val) { in WriteUInt32()
58 void WriteUInt64(uint64_t val) { in WriteUInt64()
65 void WriteUVarint(uint64_t val) { in WriteUVarint()
76 void WriteString(absl::string_view val) { in WriteString()
79 void WriteBytes(const char* val, size_t len) { buffer_.AppendData(val, len); } in WriteBytes()
118 ByteBufferWriter& operator=(const ByteBufferWriter&) = delete; variable
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h96 ResultType operator()(Generator* gen) { in operator() function
120 ResultType operator()(Generator* gen) { in operator() function
144 ResultType operator()(Generator* gen) { in operator() function
168 ResultType operator()(Generator* gen) { in operator() function
196 ResultType operator()(Generator* gen) { in operator() function
231 ResultType operator()(Generator* gen) { in operator() function
266 ResultType operator()() { in operator() function
348 ResultType operator()(Generator* gen) { in operator() function
375 ResultType operator()(Generator* gen) { in operator() function
404 ResultType operator()(Generator* gen) { in operator() function
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstatus.h90 Status& operator=(const Status& s); variable
93 Status& operator=(Status&& s) noexcept; variable
286 bool operator()(const Status& a, const Status& b) const { in operator() function
346 #define TF_DO_CHECK_OK(val, level) \ argument
350 #define TF_CHECK_OK(val) TF_DO_CHECK_OK(val, FATAL) argument
351 #define TF_QCHECK_OK(val) TF_DO_CHECK_OK(val, QFATAL) argument
356 #define TF_DCHECK_OK(val) TF_CHECK_OK(val) argument
358 #define TF_DCHECK_OK(val) \ argument
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDbcpkix-jdk15on-1.48.jar ... util.Selector { private static org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider final org.bouncycastle.asn1. ...
/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h100 T* set(T val) { in set()
303 T* uncheckedSet(T&& val) { in uncheckedSet()
472 THashMap<K, V, HashK>& operator=(THashMap<K, V, HashK>&& that) = default; variable
473 THashMap<K, V, HashK>& operator=(const THashMap<K, V, HashK>& that) = default; variable
514 V* set(K key, V val) { in set()
529 if (V* val = this->find(key)) { variable
591 THashSet<T, HashT>& operator=(THashSet<T, HashT>&& that) = default; variable
592 THashSet<T, HashT>& operator=(const THashSet<T, HashT>& that) = default; variable
599 for (const T& val : vals) { in THashSet() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/bouncycastle/bcpkix-jdk15on/1.67/
HDbcpkix-jdk15on-1.67.jar ... util.Selector { private static org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider final org.bouncycastle.asn1. ...
/aosp_15_r20/external/cronet/base/containers/
H A Dflat_tree.h96 constexpr bool operator()(const value_type& left, in operator() function
177 flat_tree& operator=(const flat_tree&) = default; variable
178 flat_tree& operator=(flat_tree&&) = default; variable
180 flat_tree& operator=(std::initializer_list<value_type> ilist); variable
387 bool operator()(const T& lhs, const U& rhs) const { in operator() function
418 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign()
436 V&& val) { in append_or_assign()
459 V&& val) { in append_unique()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DLog.h42 LogEntry& operator=(const LogEntry&) = default; variable
43 LogEntry& operator=(LogEntry&&) = default; variable
65 LogEntry& arg(IntT val) { in arg()
88 LogEntry& returns(T val) { in returns()
118 Log& operator=(const Log&) = delete; variable
119 Log& operator=(Log&&) = delete; variable
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other) = delete; // forbid copying of … variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
178 … RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other) = delete; // forbid copying of this class variable
201 RBBINode *val; member
/aosp_15_r20/external/icu/icu4c/source/common/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other) = delete; // forbid copying of … variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
178 … RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other) = delete; // forbid copying of this class variable
201 RBBINode *val; member
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other) = delete; // forbid copying of … variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
178 … RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other) = delete; // forbid copying of this class variable
201 RBBINode *val; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other); // forbid copying of this class variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class variable
204 RBBINode *val; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other); // forbid copying of this class variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class variable
204 RBBINode *val; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other); // forbid copying of this class variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class variable
204 RBBINode *val; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Drbbirb.h53 RBBINode *val; variable
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other); // forbid copying of this class variable
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class variable
181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class variable
204 RBBINode *val; member
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/
H A Drandom_distributions.h78 ResultType operator()(Generator* gen) { in operator() function
102 ResultType operator()(Generator* gen) { in operator() function
126 ResultType operator()(Generator* gen) { in operator() function
150 ResultType operator()(Generator* gen) { in operator() function
178 ResultType operator()(Generator* gen) { in operator() function
213 ResultType operator()(Generator* gen) { in operator() function
251 ResultType operator()(Generator* gen) { in operator() function
275 ResultType operator()(Generator* gen) { in operator() function
315 ResultType operator()() { in operator() function
395 ResultType operator()(Generator* gen) { in operator() function
[all …]
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dserializable.h58 Serializable& operator=(const Serializable&) = delete; variable
62 Serializable& operator=(Serializable&&) = default; variable
100 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local
182 uint32_t val; in copy_uint32_from_buf() local
272 void operator=(const Buffer& other) = delete; variable
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Darray.h90 void Mutate(uoffset_t i, const T &val) { MutateImpl(scalar_tag(), i, val); } in Mutate()
114 void MutateImpl(flatbuffers::true_type, uoffset_t i, const T &val) { in MutateImpl()
119 void MutateImpl(flatbuffers::false_type, uoffset_t i, const T &val) { in MutateImpl()
154 Array &operator=(const Array &); variable
177 Array &operator=(const Array &); variable
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Darray.h90 void Mutate(uoffset_t i, const T &val) { MutateImpl(scalar_tag(), i, val); } in Mutate()
114 void MutateImpl(flatbuffers::true_type, uoffset_t i, const T &val) { in MutateImpl()
119 void MutateImpl(flatbuffers::false_type, uoffset_t i, const T &val) { in MutateImpl()
154 Array &operator=(const Array &); variable
177 Array &operator=(const Array &); variable
/aosp_15_r20/system/libhwbinder/vts/performance/
H A DPerfTest.h40 bool val = true; in signal() local
44 bool val = false; in wait() local
64 Pipe& operator=(const Pipe&) = delete; variable
65 Pipe& operator=(const Pipe&&) = delete; variable
/aosp_15_r20/frameworks/base/tools/aapt/
H A DZipEntry.h111 void setMarked(bool val) { mMarked = val; } in setMarked()
123 static inline void putShortLE(unsigned char* buf, short val) { in putShortLE()
127 static inline void putLongLE(unsigned char* buf, long val) { in putLongLE()
208 ZipEntry& operator=(const ZipEntry& src); variable
302 CentralDirEntry& operator=(const CentralDirEntry& src); variable
/aosp_15_r20/external/executorch/runtime/core/
H A Dresult.h66 /* implicit */ Result(const T& val) : value_(val), hasValue_(true) {} in Result()
69 /* implicit */ Result(T&& val) : value_(std::move(val)), hasValue_(true) {} in Result()
159 Result& operator=(const Result&) = delete; variable
161 Result& operator=(Result&& rhs) = delete; variable
/aosp_15_r20/external/llvm-libc/libc/shared/
H A Drpc.h36 #define __scoped_atomic_fetch_or(src, val, ord, scp) \ argument
38 #define __scoped_atomic_fetch_and(src, val, ord, scp) \ argument
83 RPC_INLINE Process &operator=(const Process &) = delete; member
85 RPC_INLINE Process &operator=(Process &&) = default; member
309 RPC_INLINE Port &operator=(const Port &) = delete; member
311 RPC_INLINE Port &operator=(Port &&) = default; member
359 RPC_INLINE Client &operator=(const Client &) = delete; member
376 RPC_INLINE Server &operator=(const Server &) = delete; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DDataExtractor.h155 const DataExtractor &operator=(const DataExtractor &rhs); variable
161 DataExtractor &operator=(DataExtractor &&rhs) = default; variable
613 uint8_t val = m_start[*offset_ptr]; in GetU8_unchecked() local
995 T val = fail_value; in Get() local

12345678910>>...34