Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
Dtable_builder.cc20 struct TableBuilder::Rep { struct in leveldb::TableBuilder
21 Options options;
22 Options index_block_options;
23 WritableFile* file;
24 uint64_t offset;
25 Status status;
26 BlockBuilder data_block;
27 BlockBuilder index_block;
28 std::string last_key;
29 int64_t num_entries;
[all …]
Dtable.cc20 struct Table::Rep { struct in leveldb::Table
21 ~Rep() { in ~Rep()
27 Options options;
28 Status status;
29 RandomAccessFile* file;
30 uint64_t cache_id;
31 FilterBlockReader* filter;
32 const char* filter_data;
34 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer
35 Block* index_block;
/external/libcxx/test/utilities/time/
Drep.h17 _LIBCPP_CONSTEXPR Rep() : data_(-1) {} in Rep() function
18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
Dminutes.pass.cpp21 typedef D::rep Rep; in main() typedef
Dseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dhours.pass.cpp21 typedef D::rep Rep; in main() typedef
Dmilliseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dnanoseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
Dmicroseconds.pass.cpp21 typedef D::rep Rep; in main() typedef
/external/libcxx/test/utilities/time/time.duration/time.duration.special/
Dmax.pass.cpp26 typedef typename D::rep Rep; in test() typedef
32 typedef typename D::rep Rep; in test() typedef
Dzero.pass.cpp25 typedef typename D::rep Rep; in test() typedef
31 typedef typename D::rep Rep; in test() typedef
Dmin.pass.cpp26 typedef typename D::rep Rep; in test() typedef
32 typedef typename D::rep Rep; in test() typedef
/external/tinyxml/
Dtinystr.h210 struct Rep struct
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp11 template <typename U> struct Rep { struct
12 U count_;
13 Rep(U count) : count_(count) {} in Rep() argument
/external/chromium_org/third_party/leveldatabase/port/
Dport_chromium.h68 typedef base::subtle::AtomicWord Rep; typedef
/external/clang/lib/Sema/
DDeclSpec.cpp588 ParsedType Rep, in SetTypeSpecType()
597 ParsedType Rep, in SetTypeSpecType()
617 Expr *Rep, in SetTypeSpecType()
637 Decl *Rep, bool Owned, in SetTypeSpecType()
646 Decl *Rep, bool Owned, in SetTypeSpecType()
DSemaExprMember.cpp201 NamedDecl *Rep, in diagnoseInstanceReference()
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h46 Representation Rep; variable
/external/llvm/lib/IR/
DAutoUpgrade.cpp251 Value *Rep; in UpgradeIntrinsicCall() local
/external/clang/include/clang/Sema/
DScopeInfo.h256 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
DDeclSpec.h640 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep()
644 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep()
648 void UpdateExprRep(Expr *Rep) { in UpdateExprRep()
/external/llvm/include/llvm/ADT/
DDenseMap.h965 LargeRep Rep = { in allocateBuckets() local