/external/chromium_org/third_party/leveldatabase/src/table/ |
D | table_builder.cc | 20 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 …]
|
D | table.cc | 20 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/ |
D | rep.h | 17 _LIBCPP_CONSTEXPR Rep() : data_(-1) {} in Rep() function 18 explicit _LIBCPP_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | seconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | hours.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
/external/libcxx/test/utilities/time/time.duration/time.duration.special/ |
D | max.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
D | zero.pass.cpp | 25 typedef typename D::rep Rep; in test() typedef 31 typedef typename D::rep Rep; in test() typedef
|
D | min.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 32 typedef typename D::rep Rep; in test() typedef
|
/external/tinyxml/ |
D | tinystr.h | 210 struct Rep struct 220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.h | 211 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/ |
D | tinystr.h | 211 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/ |
D | p1.cpp | 11 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/ |
D | port_chromium.h | 68 typedef base::subtle::AtomicWord Rep; typedef
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 588 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()
|
D | SemaExprMember.cpp | 201 NamedDecl *Rep, in diagnoseInstanceReference()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 46 Representation Rep; variable
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 251 Value *Rep; in UpgradeIntrinsicCall() local
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 256 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
|
D | DeclSpec.h | 640 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/ |
D | DenseMap.h | 965 LargeRep Rep = { in allocateBuckets() local
|