Home
last modified time | relevance | path

Searched refs:as_tree (Results 1 – 25 of 45) sorted by relevance

12

/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h648 CordRep* as_tree() const { in as_tree() function
719 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep()
759 CordRep* tree() const { return as_tree.rep; } in tree()
760 void set_tree(CordRep* rhs) { as_tree.rep = rhs; } in set_tree()
762 cordz_info_t cordz_info() const { return as_tree.cordz_info; } in cordz_info()
763 void set_cordz_info(cordz_info_t rhs) { as_tree.cordz_info = rhs; } in set_cordz_info()
766 as_tree.rep = tree; in make_tree()
767 as_tree.cordz_info = kNullCordzInfo; in make_tree()
795 AsTree as_tree; member
Dcordz_info.cc258 CordzInfo* cordz_info = new CordzInfo(cord.as_tree(), nullptr, method); in TrackCord()
274 cordz_info = new CordzInfo(cord.as_tree(), src.cordz_info(), method); in TrackCord()
Dcordz_info_statistics_test.cc514 CordRep::Unref(cord.as_tree()); in TEST()
539 CordRep::Unref(cord.as_tree()); in TEST()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h650 CordRep* as_tree() const { in as_tree() function
721 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep()
761 CordRep* tree() const { return as_tree.rep; } in tree()
762 void set_tree(CordRep* rhs) { as_tree.rep = rhs; } in set_tree()
764 cordz_info_t cordz_info() const { return as_tree.cordz_info; } in cordz_info()
765 void set_cordz_info(cordz_info_t rhs) { as_tree.cordz_info = rhs; } in set_cordz_info()
768 as_tree.rep = tree; in make_tree()
769 as_tree.cordz_info = kNullCordzInfo; in make_tree()
797 AsTree as_tree; member
Dcordz_info.cc258 CordzInfo* cordz_info = new CordzInfo(cord.as_tree(), nullptr, method); in TrackCord()
274 cordz_info = new CordzInfo(cord.as_tree(), src.cordz_info(), method); in TrackCord()
Dcordz_info_statistics_test.cc514 CordRep::Unref(cord.as_tree()); in TEST()
539 CordRep::Unref(cord.as_tree()); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.h706 absl::cord_internal::CordRep* as_tree() const;
945 absl::cord_internal::CordRep::Ref(as_tree()); in InlineRep()
987 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
989 return data_.as_tree(); in as_tree()
994 return as_tree(); in tree()
1003 return is_tree() ? as_tree()->length : inline_size(); in size()
1163 InitTree(cord->contents_.as_tree()); in ChunkIterator()
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dcord_internal.h249 explicit constexpr InlineData(AsTree tree) : as_tree(tree) {} in InlineData()
260 AsTree as_tree; member
/external/abseil-cpp/absl/strings/
Dcord.cc217 tree = CordRepBtree::Append(ForceBtree(data_.as_tree()), tree); in AppendTreeToTree()
246 tree = CordRepBtree::Prepend(ForceBtree(data_.as_tree()), tree); in PrependTreeToTree()
304 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); in AssignSlow()
308 CordRep* tree = as_tree(); in AssignSlow()
359 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
848 CordRep* rep = CordRepCrc::New(contents_.data_.as_tree(), crc); in SetExpectedChecksum()
1155 CordRep::Unref(contents_.as_tree()); in FlattenSlowPath()
Dcord.h815 absl::cord_internal::CordRep* as_tree() const;
1157 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
1159 return data_.as_tree(); in as_tree()
1164 return as_tree(); in tree()
1173 return is_tree() ? as_tree()->length : inline_size(); in size()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord.cc218 tree = CordRepBtree::Append(ForceBtree(data_.as_tree()), tree); in AppendTreeToTree()
247 tree = CordRepBtree::Prepend(ForceBtree(data_.as_tree()), tree); in PrependTreeToTree()
305 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); in AssignSlow()
309 CordRep* tree = as_tree(); in AssignSlow()
360 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
869 CordRep* rep = CordRepCrc::New(contents_.data_.as_tree(), crc); in SetExpectedChecksum()
1177 CordRep::Unref(contents_.as_tree()); in FlattenSlowPath()
Dcord.h827 absl::cord_internal::CordRep* as_tree() const;
1159 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
1161 return data_.as_tree(); in as_tree()
1166 return as_tree(); in tree()
1175 return is_tree() ? as_tree()->length : inline_size(); in size()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dcord.cc218 tree = CordRepBtree::Append(ForceBtree(data_.as_tree()), tree); in AppendTreeToTree()
247 tree = CordRepBtree::Prepend(ForceBtree(data_.as_tree()), tree); in PrependTreeToTree()
305 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); in AssignSlow()
309 CordRep* tree = as_tree(); in AssignSlow()
360 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
855 CordRep* rep = CordRepCrc::New(contents_.data_.as_tree(), crc); in SetExpectedChecksum()
1162 CordRep::Unref(contents_.as_tree()); in FlattenSlowPath()
Dcord.h828 absl::cord_internal::CordRep* as_tree() const;
1168 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
1170 return data_.as_tree(); in as_tree()
1175 return as_tree(); in tree()
1184 return is_tree() ? as_tree()->length : inline_size(); in size()
/external/abseil-cpp/absl/strings/internal/
Dcordz_info.cc257 CordzInfo* cordz_info = new CordzInfo(cord.as_tree(), nullptr, method); in TrackCord()
273 cordz_info = new CordzInfo(cord.as_tree(), src.cordz_info(), method); in TrackCord()
Dcordz_info_statistics_test.cc512 CordRep::Unref(cord.as_tree()); in TEST()
537 CordRep::Unref(cord.as_tree()); in TEST()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcordz_info.cc257 CordzInfo* cordz_info = new CordzInfo(cord.as_tree(), nullptr, method); in TrackCord()
273 cordz_info = new CordzInfo(cord.as_tree(), src.cordz_info(), method); in TrackCord()
Dcordz_info_statistics_test.cc512 CordRep::Unref(cord.as_tree()); in TEST()
537 CordRep::Unref(cord.as_tree()); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.cc257 CordzInfo* cordz_info = new CordzInfo(cord.as_tree(), nullptr, method); in TrackCord()
273 cordz_info = new CordzInfo(cord.as_tree(), src.cordz_info(), method); in TrackCord()
Dcordz_info_statistics_test.cc512 CordRep::Unref(cord.as_tree()); in TEST()
537 CordRep::Unref(cord.as_tree()); in TEST()
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord.cc216 tree = CordRepBtree::Append(ForceBtree(data_.as_tree()), tree); in AppendTreeToTree()
245 tree = CordRepBtree::Prepend(ForceBtree(data_.as_tree()), tree); in PrependTreeToTree()
303 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); in AssignSlow()
307 CordRep* tree = as_tree(); in AssignSlow()
358 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
867 CordRep* rep = CordRepCrc::New(contents_.data_.as_tree(), std::move(state)); in SetCrcCordState()
1191 CordRep::Unref(contents_.as_tree()); in FlattenSlowPath()
Dcord.h849 absl::cord_internal::CordRep* as_tree() const;
1144 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
1146 return data_.as_tree(); in as_tree()
1151 return as_tree(); in tree()
1160 return is_tree() ? as_tree()->length : inline_size(); in size()
/external/cronet/third_party/abseil-cpp/absl/strings/
Dcord.cc216 tree = CordRepBtree::Append(ForceBtree(data_.as_tree()), tree); in AppendTreeToTree()
245 tree = CordRepBtree::Prepend(ForceBtree(data_.as_tree()), tree); in PrependTreeToTree()
303 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); in AssignSlow()
307 CordRep* tree = as_tree(); in AssignSlow()
358 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
867 CordRep* rep = CordRepCrc::New(contents_.data_.as_tree(), std::move(state)); in SetCrcCordState()
1191 CordRep::Unref(contents_.as_tree()); in FlattenSlowPath()
Dcord.h828 absl::cord_internal::CordRep* as_tree() const;
1123 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
1125 return data_.as_tree(); in as_tree()
1130 return as_tree(); in tree()
1139 return is_tree() ? as_tree()->length : inline_size(); in size()
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.h946 return data_.as_tree.rep; in tree()
965 data_.as_tree = {rep, {}, tagged_size()}; in set_tree()
980 data_.as_tree = {rep, {}, tagged_size()}; in replace_tree()

12