Home
last modified time | relevance | path

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

12345

/external/leveldb/table/
Dtable_builder.cc21 struct TableBuilder::Rep { struct in leveldb::TableBuilder
22 Rep(const Options& opt, WritableFile* f) in Rep() function
38 Options options;
39 Options index_block_options;
40 WritableFile* file;
41 uint64_t offset;
42 Status status;
43 BlockBuilder data_block;
44 BlockBuilder index_block;
45 std::string last_key;
[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/abseil-cpp/absl/strings/
Dcord_buffer.h313 struct Rep { struct
318 Rep() : short_rep{} {} in Rep() argument
321 explicit Rep(cord_internal::CordRepFlat* rep) : long_rep{rep} { in Rep() argument
326 bool is_short() const { in is_short()
354 // Disregards any previously set CordRep instance. argument
375 // Returns a pointer the external CordRep managed by this instance. argument
376 cord_internal::CordRepFlat* rep() const { in rep() argument
387 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
397 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
420 // be passed down into the CordRepFlat allocation function. argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dcord_buffer.h313 struct Rep { struct
318 Rep() : short_rep{} {} in Rep() argument
321 explicit Rep(cord_internal::CordRepFlat* rep) : long_rep{rep} { in Rep() function
326 bool is_short() const { in is_short()
353 // Disregards any previously set CordRep instance. argument
374 // Returns a pointer the external CordRep managed by this instance. argument
375 cord_internal::CordRepFlat* rep() const { in rep() argument
386 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
396 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
423 // be passed down into the CordRepFlat allocation function. argument
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h312 struct Rep { struct
317 Rep() : short_rep{} {} in Rep() argument
320 explicit Rep(cord_internal::CordRepFlat* rep) : long_rep{rep} { in Rep() function
325 bool is_short() const { in is_short()
352 // Disregards any previously set CordRep instance. argument
373 // Returns a pointer the external CordRep managed by this instance. argument
374 cord_internal::CordRepFlat* rep() const { in rep() argument
385 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
395 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
422 // be passed down into the CordRepFlat allocation function. argument
/external/cronet/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h312 struct Rep { struct
317 Rep() : short_rep{} {} in Rep() argument
320 explicit Rep(cord_internal::CordRepFlat* rep) : long_rep{rep} { in Rep() argument
325 bool is_short() const { in is_short()
352 // Disregards any previously set CordRep instance. argument
373 // Returns a pointer the external CordRep managed by this instance. argument
374 cord_internal::CordRepFlat* rep() const { in rep() argument
385 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
395 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
422 // be passed down into the CordRepFlat allocation function. argument
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h313 struct Rep { struct
318 Rep() : short_rep{} {} in Rep() function
321 explicit Rep(cord_internal::CordRepFlat* rep) : long_rep{rep} { in Rep() argument
326 bool is_short() const { in is_short()
353 // Disregards any previously set CordRep instance. argument
374 // Returns a pointer the external CordRep managed by this instance. argument
375 cord_internal::CordRepFlat* rep() const { in rep() argument
386 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
396 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
423 // be passed down into the CordRepFlat allocation function. argument
/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_t num_entries;
[all …]
Dtable.cc30 struct Table::Rep { struct in tensorflow::table::Table
31 ~Rep() { delete index_block; } in ~Rep()
33 Options options;
34 Status status;
35 RandomAccessFile* file;
36 uint64 cache_id;
38 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer
39 Block* index_block;
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h705 struct Rep { struct
714 explicit Rep(DefaultInitType) {} in Rep() function
715 constexpr Rep() : data{0} {} in Rep() argument
717 constexpr Rep& operator=(const Rep&) = default; argument
719 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep() argument
721 explicit constexpr Rep(absl::string_view chars) in Rep() function
759 CordRep* tree() const { return as_tree.rep; } in tree() argument
760 void set_tree(CordRep* rhs) { as_tree.rep = rhs; } in set_tree() argument
765 void make_tree(CordRep* tree) { in make_tree() argument
771 constexpr Rep SanitizerSafeCopy() const { in SanitizerSafeCopy() argument
[all …]
Dcord_rep_test_util.h55 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
56 std::string s; in MakeExternal()
57 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() argument
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h707 struct Rep { struct
716 explicit Rep(DefaultInitType) {} in Rep() argument
717 constexpr Rep() : data{0} {} in Rep() function
719 constexpr Rep& operator=(const Rep&) = default; argument
721 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep() function
723 explicit constexpr Rep(absl::string_view chars) in Rep() function
761 CordRep* tree() const { return as_tree.rep; } in tree() argument
762 void set_tree(CordRep* rhs) { as_tree.rep = rhs; } in set_tree() argument
767 void make_tree(CordRep* tree) { in make_tree() argument
773 constexpr Rep SanitizerSafeCopy() const { in SanitizerSafeCopy() argument
[all …]
Dcord_rep_test_util.h55 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
56 std::string s; in MakeExternal()
57 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.duration/time.duration.nonmember/
Dostream.pass.cpp47 static std::basic_string<CharT> stream_c_locale(std::chrono::duration<Rep, Period> duration) { in stream_c_locale()
55 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::duration<Rep, Period> duration) { in stream_fr_FR_locale()
65 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::duration<Rep, Period> duration) { in stream_ja_JP_locale()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
Dcycle_detector.cc52 struct GraphCycles::Rep { struct in mlir::GraphCycles
53 Vec<Node*> nodes;
55 Vec<int32_t> freeNodes;
59 Vec<int32_t> deltaf;
61 Vec<int32_t> deltab;
63 Vec<int32_t> list;
65 Vec<int32_t> merged;
67 Vec<int32_t> stack;
/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
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/
Dmax.pass.cpp31 typedef typename D::rep Rep; in test() typedef
37 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
Dzero.pass.cpp30 typedef typename D::rep Rep; in test() typedef
36 typedef typename D::rep Rep; in test() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/
Drep.h18 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function
19 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
/external/angle/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h71 struct Rep { struct
90 const Rep& rep() const { return refcounted_rep_->rep; } in rep() argument
/external/cronet/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h71 struct Rep { struct
90 const Rep& rep() const { return refcounted_rep_->rep; } in rep() 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/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_test_util.h55 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
56 std::string s; in MakeExternal()
57 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcord_rep_test_util.h55 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
56 std::string s; in MakeExternal()
57 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() argument

12345