Home
last modified time | relevance | path

Searched refs:Rep (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/include/clang/Serialization/
DContinuousRangeMap.h45 Representation Rep; variable
64 assert((Rep.empty() || Rep.back().first < Val.first) && in insert()
66 Rep.push_back(Val); in insert()
72 iterator begin() { return Rep.begin(); } in begin()
73 iterator end() { return Rep.end(); } in end()
74 const_iterator begin() const { return Rep.begin(); } in begin()
75 const_iterator end() const { return Rep.end(); } in end()
78 iterator I = std::upper_bound(Rep.begin(), Rep.end(), K, Compare()); in find()
81 if (I == Rep.begin()) in find()
82 return Rep.end(); in find()
[all …]
/external/tinyxml/
Dtinystr.h198 Rep* r = rep_; in swap()
210 struct Rep struct
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
238 Rep * rep_;
239 static Rep nullrep_;
Dtinystr.cpp38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
/external/clang/lib/Sema/
DDeclSpec.cpp501 ParsedType Rep) { in SetTypeSpecType() argument
502 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep); in SetTypeSpecType()
509 ParsedType Rep) { in SetTypeSpecType() argument
511 assert(Rep && "no type provided!"); in SetTypeSpecType()
518 TypeRep = Rep; in SetTypeSpecType()
528 Expr *Rep) { in SetTypeSpecType() argument
530 assert(Rep && "no expression provided!"); in SetTypeSpecType()
537 ExprRep = Rep; in SetTypeSpecType()
547 Decl *Rep, bool Owned) { in SetTypeSpecType() argument
548 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned); in SetTypeSpecType()
[all …]
/external/icu4c/data/region/
Dpt_PT.txt29 CZ{"República Checa"}
44 LA{"Laos, República Popular Democrática do"}
47 MD{"Moldávia, República da"}
Des.txt86 CD{"República Democrática del Congo"}
87 CF{"República Centroafricana"}
103 CZ{"República Checa"}
109 DO{"República Dominicana"}
146 "Región Administrativa Especial de Hong Kong de la República Popular Chin"
202 MO{"Región Administrativa Especial de Macao de la República Popular China"}
Dpt.txt87 CF{"República Centro-Africana"}
93 CM{"República dos Camarões"}
103 CZ{"República Tcheca"}
109 DO{"República Dominicana"}
177 LA{"República Popular Democrática do Laos"}
Dseh.txt49 CF{"República Centro-Africana"}
55 CM{"República dos Camarões"}
63 CZ{"República Tcheca"}
68 DO{"República Dominicana"}
Dgl.txt85 CD{"República Democrática do Congo"}
86 CF{"República Africana Central"}
101 CZ{"República Checa"}
106 DO{"República Dominicana"}
Dca.txt87 CF{"República Centreafricana"}
103 CZ{"República Txeca"}
109 DO{"República Dominicana"}
298 ZA{"República de Sud-àfrica"}
Dee.txt48 CD{"Kongo Demokratik Repɔblikdu"}
63 CZ{"Tsek Repɔblikdu"}
68 DO{"Dominika Repɔblikdu"}
Dkea.txt68 DO{"Repúblika Dominikana"}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp11 template <typename U> struct Rep { struct
13 Rep(U count) : count_(count) {} in Rep() argument
15 friend Num operator*(const Num &a, const Rep &n) { in operator *()
54 Num<int>::Rep<char> n = (char) 10; in calc2()
/external/valgrind/tsan/
Dts_util.cc514 struct TSLock::Rep { struct in TSLock
550 struct TSLock::Rep { struct in TSLock
589 rep_ = new Rep; in TSLock()
613 struct TSLock::Rep { struct in TSLock
619 rep_ = new Rep(); in TSLock()
642 struct TSLock::Rep { struct in TSLock
647 rep_ = new Rep(); in TSLock()
Dts_lock.h57 struct Rep;
58 Rep *rep_;
/external/clang/include/clang/Sema/
DDeclSpec.h553 unsigned &DiagID, ParsedType Rep);
555 unsigned &DiagID, Decl *Rep, bool Owned);
558 unsigned &DiagID, ParsedType Rep);
561 unsigned &DiagID, Decl *Rep, bool Owned);
564 unsigned &DiagID, Expr *Rep);
570 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() argument
572 DeclRep = Rep; in UpdateDeclRep()
574 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep() argument
576 TypeRep = Rep; in UpdateTypeRep()
578 void UpdateExprRep(Expr *Rep) { in UpdateExprRep() argument
[all …]
/external/icu4c/data/curr/
Dpt_PT.txt37 "Coroa da República Checa",
Des.txt1344 one{"marco de la República Democrática Alemana"}
1345 other{"marcos de la República Democrática Alemana"}
Dpt.txt1377 one{"Coroa da República Tcheca"}
1378 other{"Coroas da República Tcheca"}
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-03377 * kjs/ustring.cpp: (UString::Rep::computeHash), (KJS::compare):
607 * kjs/ustring.h: Add a hash field to UString::Rep.
609 (UString::Rep::create): Set hash to uninitialized value.
610 (UString::Rep::destroy): Do the deleting in her, and call Identifier if needed.
611 (UString::Rep::computeHash): Added.
1980 (UString::Rep::create): Add a "capacity" along with the length.
DChangeLog-2007-10-141298 1) Change UString::Rep to hold a self-pointer as the baseString in
1333 (KJS::UString::Rep::create):
1334 (KJS::UString::Rep::destroy):
1344 (KJS::UString::Rep::baseIsSelf): new method, now that baseString is
1346 (KJS::UString::Rep::data): adjusted as mentioned above
3873 (KJS::Bindings::JavaString::JavaString): Hold a UString::Rep instead of
4415 (KJS::UString::Rep::createCopying):
4416 (KJS::UString::Rep::create):
4417 (KJS::UString::Rep::destroy):
4420 (KJS::UString::Rep::ref): Added some ASSERTs to check for thread safety problems.
[all …]
DChangeLog-2009-06-16288 (JSC::UString::Rep::sharedBuffer):
292 as the string being shared (Rep::len).
294 This is now only be used by Rep::sharedBuffer. which does the length check.
1357 (JSC::UString::Rep::create):
1543 there is a union in the Rep string which holds
1546 + m_baseString -- the BaseString if the class is only UString::Rep
1557 (JSC::UString::Rep::share):
1558 (JSC::UString::Rep::destroy):
1563 (JSC::UString::Rep::reserveCapacity):
1568 (JSC::UString::Rep::Rep):
[all …]
/external/icu4c/data/lang/
Des.txt659 roc{"calendario de la República Popular de China"}
Dca.txt670 roc{"calendari de la República Popular de Xina"}
Dpt.txt670 roc{"Calendário da República da China"}

12