/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 210 struct CordRep { struct 219 CordRep* tree; argument 224 constexpr CordRep(RefcountAndFlags::Immortal immortal, size_t l) in CordRep() argument 231 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument 236 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument 253 inline CordRepRing* ring(); argument 270 static void Destroy(CordRep* rep); argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_internal.h | 261 struct CordRep { struct 270 CordRep* tree; argument 275 constexpr CordRep(RefcountAndFlags::Immortal immortal, size_t l) in CordRep() argument 286 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument 291 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument 309 inline CordRepRing* ring(); argument 326 static void Destroy(CordRep* rep); argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | cord_internal.h | 261 struct CordRep { struct 270 CordRep* tree; argument 275 constexpr CordRep(RefcountAndFlags::Immortal immortal, size_t l) in CordRep() argument 286 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument 291 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument 309 inline CordRepRing* ring(); argument 326 static void Destroy(CordRep* rep); argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 240 struct CordRep { struct 249 CordRep* tree; argument 254 constexpr CordRep(RefcountAndFlags::Immortal immortal, size_t l) in CordRep() function 265 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument 270 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument 287 inline CordRepSubstring* substring(); argument 302 static void Destroy(CordRep* rep); argument
|
H A D | cord_rep_consume.cc | 46 FunctionRef<void(CordRep*, size_t, size_t)> consume_fn) { in Consume() 58 FunctionRef<void(CordRep*, size_t, size_t)> consume_fn) { in ReverseConsume()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 240 struct CordRep { struct 249 CordRep* tree; argument 254 constexpr CordRep(RefcountAndFlags::Immortal immortal, size_t l) in CordRep() function 265 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument 270 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument 287 inline CordRepSubstring* substring(); argument 302 static void Destroy(CordRep* rep); argument
|
H A D | cord_rep_consume.cc | 46 FunctionRef<void(CordRep*, size_t, size_t)> consume_fn) { in Consume() 58 FunctionRef<void(CordRep*, size_t, size_t)> consume_fn) { in ReverseConsume()
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | cord_internal.h | 240 struct CordRep { struct 249 CordRep* tree; argument 254 constexpr CordRep(RefcountAndFlags::Immortal immortal, size_t l) in CordRep() argument 265 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument 270 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument 287 inline CordRepSubstring* substring(); argument 302 static void Destroy(CordRep* rep); argument
|
H A D | cord_rep_consume.cc | 46 FunctionRef<void(CordRep*, size_t, size_t)> consume_fn) { in Consume() 58 FunctionRef<void(CordRep*, size_t, size_t)> consume_fn) { in ReverseConsume()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
H A D | cord_internal.h | 125 struct CordRep { struct 127 constexpr CordRep(Refcount::Immortal immortal, size_t l) in CordRep() function 137 char data[1]; // Starting point for flat array: MUST BE LAST FIELD of CordRep argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | tensor_cord.h | 212 explicit CordRep(absl::string_view view) : is_inline_(true), rep_(view) {} in CordRep() function
|