Searched defs:Repr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.h328 class Repr { // A byte-string. class in class:i18n::phonenumbers::UnicodeText
335 Repr() : data_(NULL), size_(0), capacity_(0), ours_(true) {} function in class:i18n::phonenumbers::UnicodeText::Repr
336 ~Repr() { if (ours_) delete[] data_; }
350 Repr& operator=(const Repr&);
351 Repr(const Repr& other);
354 Repr repr_;
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp70 PythonObject::Repr () function in class:PythonObject

Completed in 1148 milliseconds