Searched defs:rep_ (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DColor.cpp387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_) argument
388 : _pixel(rep_),
395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_) argument
400 _pixel=rep_;
528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_) argument
529 : Color(rep_,pixelType_)
572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_) argument
573 : Color(rep_,pixelType_)
762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_) argument
763 : Color(rep_,pixelType
841 ColorRGB(PixelInfo *rep_,PixelType pixelType_) argument
912 ColorYUV(PixelInfo *rep_,PixelType pixelType_) argument
[all...]
/external/v8/src/compiler/
H A Dcode-assembler.cc1058 explicit Impl(MachineRepresentation rep) : value_(nullptr), rep_(rep) {}
1060 MachineRepresentation rep_; member in class:v8::internal::compiler::CodeAssembler::Variable::Impl
1079 return impl_->rep_;
1177 var.first->rep_, static_cast<int>(merge_count_), &(i->second[0]));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h576 ReportDesc *rep_; member in class:__tsan::ScopedReport
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h255 // if rep_ is NULL, then arena is NULL.
256 Rep* rep_; member in class:google::protobuf::RepeatedField
273 return (rep_ == NULL) ? NULL : rep_->arena;
528 // if rep_ is NULL, then arena is NULL.
529 Rep* rep_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
980 rep_(NULL) {
987 rep_(NULL) {
988 // In case arena is NULL, then we do not create rep_, as code has an invariant
989 // `rep_
[all...]

Completed in 191 milliseconds