Searched refs:rep_ (Results 1 – 7 of 7) sorted by relevance
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.h | 66 TiXmlString () : rep_(&nullrep_) in TiXmlString() 71 TiXmlString ( const TiXmlString & copy) : rep_(0) in TiXmlString() 78 TIXML_EXPLICIT TiXmlString ( const char * copy) : rep_(0) in TiXmlString() 85 TIXML_EXPLICIT TiXmlString ( const char * str, size_type len) : rep_(0) in TiXmlString() 128 const char * c_str () const { return rep_->str; } in c_str() 131 const char * data () const { return rep_->str; } in data() 134 size_type length () const { return rep_->size; } in length() 137 size_type size () const { return rep_->size; } in size() 140 bool empty () const { return rep_->size == 0; } in empty() 143 size_type capacity () const { return rep_->capacity; } in capacity() [all …]
|
/external/tinyxml/ |
D | tinystr.h | 63 TiXmlString () : rep_(&nullrep_) in TiXmlString() 127 const char * c_str () const { return rep_->str; } in c_str() 130 const char * data () const { return rep_->str; } in data() 133 size_type length () const { return rep_->size; } in length() 136 size_type size () const { return rep_->size; } in size() 139 bool empty () const { return rep_->size == 0; } in empty() 142 size_type capacity () const { return rep_->capacity; } in capacity() 149 return rep_->str[ index ]; in at() 156 return rep_->str[ index ]; 198 Rep* r = rep_; in swap() [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 149 Color(PixelInfo *rep_,PixelType pixelType_); 156 void pixel(PixelInfo *rep_,PixelType pixelType_); 232 ColorCMYK(PixelInfo *rep_,PixelType pixelType_); 266 ColorGray(PixelInfo *rep_,PixelType pixelType_); 308 ColorHSL(PixelInfo *rep_,PixelType pixelType_); 342 ColorMono(PixelInfo* rep_,PixelType pixelType_); 387 ColorRGB(PixelInfo *rep_,PixelType pixelType_); 431 ColorYUV(PixelInfo *rep_,PixelType pixelType_);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 140 rep_ = new(mem) ReportDesc; in ScopedReport() 141 rep_->typ = typ; in ScopedReport() 149 DestroyAndFree(rep_); in ~ScopedReport() 153 ReportStack **rs = rep_->stacks.PushBack(); in AddStack() 162 rep_->mops.PushBack(mop); in AddMemoryAccess() 180 rep_->unique_tids.PushBack(unique_tid); in AddUniqueTid() 184 for (uptr i = 0; i < rep_->threads.Size(); i++) { in AddThread() 185 if ((u32)rep_->threads[i]->id == tctx->tid) in AddThread() 190 rep_->threads.PushBack(rt); in AddThread() 254 for (uptr i = 0; i < rep_->mutexes.Size(); i++) { in AddMutex() [all …]
|
D | tsan_rtl.h | 543 ReportDesc *rep_;
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_) in Color() argument 388 : _pixel(rep_), in Color() 395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_) in pixel() argument 400 _pixel=rep_; in pixel() 528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_) in ColorCMYK() argument 529 : Color(rep_,pixelType_) in ColorCMYK() 572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_) in ColorGray() argument 573 : Color(rep_,pixelType_) in ColorGray() 762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_) in ColorMono() argument 763 : Color(rep_,pixelType_) in ColorMono() [all …]
|
/external/v8/src/compiler/ |
D | code-assembler.cc | 712 explicit Impl(MachineRepresentation rep) : value_(nullptr), rep_(rep) {} in Impl() 714 MachineRepresentation rep_; member in v8::internal::compiler::CodeAssembler::Variable::Impl 733 return impl_->rep_; in rep() 832 var.first->rep_, static_cast<int>(merge_count_), &(i->second[0])); in Bind()
|