Searched refs:rep_ (Results 1 – 4 of 4) sorted by relevance
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 …]
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 …]
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 …]
534 ReportDesc *rep_;