/aosp_15_r20/external/regex-re2/re2/ |
H A D | regexp.h | 193 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local 197 void set_tmp(string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local 216 string* tmp_; // Temporary storage, possibly where error_arg_ is. variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.h | 195 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local 199 void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local 218 std::string* tmp_; // Temporary storage, possibly where error_arg_ is. variable
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | regexp.h | 194 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local 198 void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local 217 std::string* tmp_; // Temporary storage, possibly for error_arg_. variable
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
H A D | auto_correlation.h | 41 std::unique_ptr<Pffft::FloatBuffer> tmp_; variable
|
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/ |
H A D | disflow.c | 214 int tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_vector() local 283 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 2)]; in sobel_filter() local
|
/aosp_15_r20/external/leveldb/db/ |
H A D | memtable.cc | 71 std::string tmp_; // For passing to EncodeKey member in leveldb::MemTableIterator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/ |
D | string_token.hpp | 396 string tmp_ (src_.size () + dest_.size (), 0); in merge() local
|
/aosp_15_r20/art/runtime/ |
H A D | hidden_api.h | 184 std::string tmp_; variable
|
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/arm/ |
H A D | disflow_neon.c | 42 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_error() local
|
H A D | disflow_sve.c | 48 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_error() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | tensor_coding.cc | 247 std::vector<char> tmp_; member in tensorflow::port::CordStringListDecoderImpl
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | loop_restoration_test.cc | 432 alignas(kMaxAlignment) Pixel tmp_[kMaxBlockSize]; member in libgav1::dsp::__anonce77d44f0111::WienerFilterTest
|
/aosp_15_r20/external/perfetto/src/traced/probes/sys_stats/ |
H A D | sys_stats_data_source_unittest.cc | 259 base::TempFile tmp_ = base::TempFile::CreateUnlinked(); in MockOpenReadOnly() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_arm64.cc | 161 Location tmp_; member in art::arm64::ReadBarrierSystemArrayCopySlowPathARM64
|
H A D | intrinsics_riscv64.cc | 88 Location tmp_; member in art::riscv64::ReadBarrierSystemArrayCopySlowPathRISCV64
|