Searched refs:Repr (Results 1 - 5 of 5) 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_;
H A Dunicodetext.cc108 void UnicodeText::Repr::reserve(int new_capacity) {
126 void UnicodeText::Repr::resize(int new_size) {
140 void UnicodeText::Repr::clear() {
147 void UnicodeText::Repr::Copy(const char* data, int size) {
152 void UnicodeText::Repr::TakeOwnershipOf(char* data, int size, int capacity) {
161 void UnicodeText::Repr::PointTo(const char* data, int size) {
169 void UnicodeText::Repr::append(const char* bytes, int byte_length) {
175 string UnicodeText::Repr::DebugString() const {
178 ss << "{Repr " << hex << this << " data=" << data_ << " size=" << dec
/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp78 char Repr;
81 OpKind() : Repr(OK_Invalid) {}
83 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; }
84 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; }
86 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; }
87 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; }
90 "Too many integer predicates for the 'Repr' char");
91 OpKind K; K.Repr
[all...]
/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h103 Repr ();
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp70 PythonObject::Repr () function in class:PythonObject

Completed in 87 milliseconds