/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 682 struct Rep { struct 691 explicit Rep(DefaultInitType) {} in Rep() argument 692 constexpr Rep() : data{0} {} in Rep() argument 694 constexpr Rep& operator=(const Rep&) = default; argument 696 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep() argument 698 explicit constexpr Rep(absl::string_view chars) in Rep() function 721 const Rep* self() const { in self() argument 725 Rep* self() { in self() argument 730 constexpr const Rep* self() const { return this; } in self() argument 731 constexpr Rep* self() { return this; } in self() argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | cord_buffer.h | 312 struct Rep { struct 317 Rep() : short_rep{} {} in Rep() function 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
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | cord_buffer.h | 312 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
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | cord_buffer.h | 312 struct Rep { struct 317 Rep() : short_rep{} {} in Rep() function 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | cord_buffer.h | 313 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() 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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | cord_buffer.h | 313 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() 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
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | cord_buffer.h | 313 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() 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
|
/aosp_15_r20/external/leveldb/table/ |
H A D | table_builder.cc | 21 struct TableBuilder::Rep { struct in leveldb::TableBuilder 22 Rep(const Options& opt, WritableFile* f) in Rep() argument 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 …]
|
H A 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;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 683 struct Rep { struct 692 explicit Rep(DefaultInitType) {} in Rep() argument 693 constexpr Rep() : data{0} {} in Rep() argument 695 constexpr Rep& operator=(const Rep&) = default; argument 697 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep() function 699 explicit constexpr Rep(absl::string_view chars) in Rep() argument 737 CordRep* tree() const { return as_tree.rep; } in tree() argument 738 void set_tree(CordRep* rhs) { as_tree.rep = rhs; } in set_tree() argument 743 void make_tree(CordRep* tree) { in make_tree() argument 749 constexpr Rep SanitizerSafeCopy() const { in SanitizerSafeCopy() argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 682 struct Rep { struct 691 explicit Rep(DefaultInitType) {} in Rep() argument 692 constexpr Rep() : data{0} {} in Rep() argument 694 constexpr Rep& operator=(const Rep&) = default; argument 696 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep() argument 698 explicit constexpr Rep(absl::string_view chars) in Rep() function 736 CordRep* tree() const { return as_tree.rep; } in tree() argument 737 void set_tree(CordRep* rhs) { as_tree.rep = rhs; } in set_tree() argument 742 void make_tree(CordRep* tree) { in make_tree() argument 748 constexpr Rep SanitizerSafeCopy() const { in SanitizerSafeCopy() argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A 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_t num_entries; [all …]
|
H A D | table.cc | 30 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;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_internal.h | 705 struct Rep { struct 714 explicit Rep(DefaultInitType) {} in Rep() argument 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() function 721 explicit constexpr Rep(absl::string_view chars) in Rep() argument 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 …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_internal.h | 705 struct Rep { struct 714 explicit Rep(DefaultInitType) {} in Rep() function 715 constexpr Rep() : data{0} {} in Rep() function 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() argument 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/duration/ |
D | duration_values_pass.cpp | 28 typedef typename D::rep Rep; in check_max() typedef 32 typedef typename D::rep Rep; in check_max() typedef 41 typedef typename D::rep Rep; in check_min() typedef 45 typedef typename D::rep Rep; in check_min() typedef 55 typedef typename D::rep Rep; in check_zero() typedef 59 typedef typename D::rep Rep; in check_zero() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/ |
D | duration_put.hpp | 104 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put() 122 …duration<Rep, Period> const& d, const CharT* pattern, const CharT* pat_end, const char_type* val =… in put() 173 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put() 201 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& … in put_value() 216 …ype put_value(iter_type s, std::ios_base& ios, char_type fill, duration<process_times<Rep>, Period… in put_value() 244 …iter_type put_unit(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d… in put_unit() 261 duration<Rep, Period> const& d) const in put_unit() 279 duration<process_times<Rep>, Period> const& d) const in put_unit()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/ |
H A D | cycle_detector.cc | 52 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;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/ |
H A D | graphcycles.cc | 347 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles 348 Vec<Node*> nodes_; 349 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_ 350 PointerMap ptrmap_; 353 Vec<int32_t> deltaf_; // Results of forward DFS 354 Vec<int32_t> deltab_; // Results of backward DFS 355 Vec<int32_t> list_; // All nodes to reprocess 356 Vec<int32_t> merged_; // Rank values to assign to list_ entries 357 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches 359 Rep() : ptrmap_(&nodes_) {} in Rep() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | graphcycles.cc | 345 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles 346 Vec<Node*> nodes_; 347 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_ 348 PointerMap ptrmap_; 351 Vec<int32_t> deltaf_; // Results of forward DFS 352 Vec<int32_t> deltab_; // Results of backward DFS 353 Vec<int32_t> list_; // All nodes to reprocess 354 Vec<int32_t> merged_; // Rank values to assign to list_ entries 355 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches 357 Rep() : ptrmap_(&nodes_) {} in Rep() argument
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 347 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles 348 Vec<Node*> nodes_; 349 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_ 350 PointerMap ptrmap_; 353 Vec<int32_t> deltaf_; // Results of forward DFS 354 Vec<int32_t> deltab_; // Results of backward DFS 355 Vec<int32_t> list_; // All nodes to reprocess 356 Vec<int32_t> merged_; // Rank values to assign to list_ entries 357 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches 359 Rep() : ptrmap_(&nodes_) {} in Rep() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 347 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles 348 Vec<Node*> nodes_; 349 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_ 350 PointerMap ptrmap_; 353 Vec<int32_t> deltaf_; // Results of forward DFS 354 Vec<int32_t> deltab_; // Results of backward DFS 355 Vec<int32_t> list_; // All nodes to reprocess 356 Vec<int32_t> merged_; // Rank values to assign to list_ entries 357 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches 359 Rep() : ptrmap_(&nodes_) {} in Rep() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 348 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles 349 Vec<Node*> nodes_; 350 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_ 351 PointerMap ptrmap_; 354 Vec<int32_t> deltaf_; // Results of forward DFS 355 Vec<int32_t> deltab_; // Results of backward DFS 356 Vec<int32_t> list_; // All nodes to reprocess 357 Vec<int32_t> merged_; // Rank values to assign to list_ entries 358 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches 360 Rep() : ptrmap_(&nodes_) {} in Rep() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | null_mutex.hpp | 64 bool try_lock_for(chrono::duration<Rep, Period> const &) in try_lock_for() 99 bool try_lock_shared_for(chrono::duration<Rep, Period> const &) in try_lock_shared_for() 134 bool try_lock_upgrade_for(chrono::duration<Rep, Period> const &) in try_lock_upgrade_for() 158 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const &) in try_unlock_shared_and_lock_for() 189 bool try_unlock_shared_and_lock_upgrade_for(chrono::duration<Rep, Period> const &) in try_unlock_shared_and_lock_upgrade_for() 226 bool try_unlock_upgrade_and_lock_for(chrono::duration<Rep, Period> const &) in try_unlock_upgrade_and_lock_for()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 348 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles 349 Vec<Node*> nodes_; 350 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_ 351 PointerMap ptrmap_; 354 Vec<int32_t> deltaf_; // Results of forward DFS 355 Vec<int32_t> deltab_; // Results of backward DFS 356 Vec<int32_t> list_; // All nodes to reprocess 357 Vec<int32_t> merged_; // Rank values to assign to list_ entries 358 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches 360 Rep() : ptrmap_(&nodes_) {} in Rep() function
|