Home
last modified time | relevance | path

Searched refs:Repr (Results 1 - 13 of 13) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h332 class Repr { // A byte-string. class in i18n::phonenumbers::UnicodeText
340 Repr() : data_(NULL), size_(0), capacity_(0), ours_(true), utf8_was_valid_(true) {} in Repr() function in i18n::phonenumbers::UnicodeText::Repr
341 ~Repr() { if (ours_) delete[] data_; } in ~Repr()
355 Repr& operator=(const Repr&);
356 Repr(const Repr& other);
359 Repr repr_;
H A Dunicodetext.cc109 void UnicodeText::Repr::reserve(int new_capacity) { in reserve()
127 void UnicodeText::Repr::resize(int new_size) { in resize()
141 void UnicodeText::Repr::clear() { in clear()
148 void UnicodeText::Repr::Copy(const char* data, int size) { in Copy()
153 void UnicodeText::Repr::TakeOwnershipOf(char* data, int size, int capacity) { in TakeOwnershipOf()
162 void UnicodeText::Repr::PointTo(const char* data, int size) { in PointTo()
170 void UnicodeText::Repr::append(const char* bytes, int byte_length) { in append()
176 string UnicodeText::Repr::DebugString() const { in DebugString()
179 ss << "{Repr " << hex << this << " data=" << data_ << " size=" << dec in DebugString()
/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs21 fn repr(&self) -> &Repr<S> { in repr()
144 pub struct Standard<S>(Repr<S>);
147 fn repr(&self) -> &Repr<S> { in repr()
203 pub struct ByteClass<S>(Repr<S>);
206 fn repr(&self) -> &Repr<S> { in repr()
264 pub struct Premultiplied<S>(Repr<S>);
267 fn repr(&self) -> &Repr<S> { in repr()
331 pub struct PremultipliedByteClass<S>(Repr<S>);
334 fn repr(&self) -> &Repr<S> { in repr()
399 pub struct Repr< structure names
422 impl<S: StateID> Repr<S> { global() impls
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
645 if (SwapVector[Repr].WebRejected) in recordUnoptimizableWebs()
655 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
660 Repr)); in recordUnoptimizableWebs()
682 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
685 "Web %d rejected for load not feeding swap\n", Repr)); in recordUnoptimizableWebs()
706 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
709 "Web %d rejected for store not fed by swap\n", Repr)); in recordUnoptimizableWebs()
723 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
727 "Web %d rejected for swap not feeding only stores\n", Repr)); in recordUnoptimizableWebs()
755 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); markSwapsForRemoval() local
771 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); markSwapsForRemoval() local
786 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); markSwapsForRemoval() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dfield.cc47 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
97 (reprfunc)field::Repr, // tp_repr
/third_party/python/Lib/idlelib/
H A Ddebugobj.py11 from reprlib import Repr namespace
15 myrepr = Repr()
H A Ddebugger.py469 self.repr = reprlib.Repr()
/third_party/python/Lib/
H A Dreprlib.py3 __all__ = ["Repr", "repr", "recursive_repr"]
36 class Repr: class
166 aRepr = Repr()
H A Dpydoc.py76 from reprlib import Repr namespace
523 class HTMLRepr(Repr):
526 Repr.__init__(self)
535 return Repr.repr(self, object)
1127 class TextRepr(Repr):
1130 Repr.__init__(self)
/third_party/python/Lib/test/
H A Dtest_reprlib.py16 from reprlib import Repr namespace
49 r2 = Repr()
55 r3 = Repr()
218 # Repr.repr() used to call sorted() on sets, frozensets and dicts
368 raise Exception("This should be caught by Repr.repr_instance")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h418 const char *Repr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1587 O << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr); in printExactFPImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1225 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm()

Completed in 23 milliseconds