Searched defs:tmp_ (Results 1 – 11 of 11) sorted by relevance
41 std::unique_ptr<Pffft::FloatBuffer> tmp_; variable
194 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local198 void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local217 std::string* tmp_; // Temporary storage, possibly for error_arg_. variable
193 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local197 void set_tmp(string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local216 string* tmp_; // Temporary storage, possibly where error_arg_ is. variable
195 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local199 void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local218 std::string* tmp_; // Temporary storage, possibly where error_arg_ is. variable
71 std::string tmp_; // For passing to EncodeKey member in leveldb::MemTableIterator
396 string tmp_ (src_.size () + dest_.size (), 0); in merge() local
214 int tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_vector() local283 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 2)]; in sobel_filter() local
247 std::vector<char> tmp_; member in tensorflow::port::CordStringListDecoderImpl
68 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_error() local
234 base::TempFile tmp_ = base::TempFile::CreateUnlinked(); in MockOpenReadOnly() local
432 alignas(kMaxAlignment) Pixel tmp_[kMaxBlockSize]; member in libgav1::dsp::__anon777b1d6d0111::WienerFilterTest