Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/io/
Dtable_builder.cc70 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 …]
Dtable.cc29 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/
Drep.h19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function
20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
Dyears.pass.cpp22 typedef D::rep Rep; in main() typedef
Dmonths.pass.cpp23 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
Ddays.pass.cpp22 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
Dminutes.pass.cpp21 typedef D::rep Rep; in main() typedef
Dweeks.pass.cpp22 typedef D::rep Rep; in main() typedef
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/
Dzero.pass.cpp30 typedef typename D::rep Rep; in test() typedef
36 typedef typename D::rep Rep; in test() typedef
Dmin.pass.cpp31 typedef typename D::rep Rep; in test() typedef
37 typedef typename D::rep Rep; in test() typedef
Dmax.pass.cpp31 typedef typename D::rep Rep; in test() typedef
37 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/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc64 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/
Drepeated_field.h245 struct Rep { struct
249 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on argument
/external/tensorflow/tensorflow/python/grappler/
Ditem.i218 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/
Dp1.cpp11 template <typename U> struct Rep { struct
12 U count_;
13 Rep(U count) : count_(count) {} in Rep() function
/external/clang/lib/Sema/
DDeclSpec.cpp615 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/
DContinuousRangeMap.h46 Representation Rep; variable
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.h148 std::chrono::duration<Rep, Period> dur) { in wait_for()

12