/external/tensorflow/tensorflow/core/lib/io/ |
D | table_builder.cc | 70 struct TableBuilder::Rep { struct in tensorflow::table::TableBuilder 71 Options options; 72 Options index_block_options; 73 WritableFile* file; 74 uint64 offset; 75 Status status; 76 BlockBuilder data_block; 77 BlockBuilder index_block; 78 string last_key; 79 int64 num_entries; [all …]
|
D | table.cc | 29 struct Table::Rep { struct in tensorflow::table::Table 30 ~Rep() { delete index_block; } in ~Rep() 32 Options options; 33 Status status; 34 RandomAccessFile* file; 37 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer 38 Block* index_block;
|
/external/libcxx/test/std/utilities/time/ |
D | rep.h | 19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function 20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
D | years.pass.cpp | 22 typedef D::rep Rep; in main() typedef
|
D | months.pass.cpp | 23 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 | days.pass.cpp | 22 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
|
D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
D | weeks.pass.cpp | 22 typedef D::rep Rep; in main() typedef
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/ |
D | zero.pass.cpp | 30 typedef typename D::rep Rep; in test() typedef 36 typedef typename D::rep Rep; in test() typedef
|
D | min.pass.cpp | 31 typedef typename D::rep Rep; in test() typedef 37 typedef typename D::rep Rep; in test() typedef
|
D | max.pass.cpp | 31 typedef typename D::rep Rep; in test() typedef 37 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/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles.cc | 64 struct GraphCycles::Rep { struct in tensorflow::GraphCycles 65 Vec<Node*> nodes_; 66 Vec<int32> free_nodes_; // Indices for unused entries in nodes_ 69 Vec<int32> deltaf_; // Results of forward DFS 70 Vec<int32> deltab_; // Results of backward DFS 71 Vec<int32> list_; // All nodes to reprocess 72 Vec<int32> merged_; // Rank values to assign to list_ entries 73 Vec<int32> stack_; // Emulates recursion stack when doing depth first search
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.h | 245 struct Rep { struct 249 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on argument
|
/external/tensorflow/tensorflow/python/grappler/ |
D | item.i | 218 struct Rep { struct 220 Rep* parent; argument 228 Rep* Find(const string& n) { in Find() 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() function
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 615 ParsedType Rep, in SetTypeSpecType() 624 ParsedType Rep, in SetTypeSpecType() 644 Expr *Rep, in SetTypeSpecType() 664 Decl *Rep, bool Owned, in SetTypeSpecType() 673 Decl *Rep, bool Owned, in SetTypeSpecType()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 46 Representation Rep; variable
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | mutex.h | 148 std::chrono::duration<Rep, Period> dur) { in wait_for()
|