Home
last modified time | relevance | path

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

/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/angle/third_party/abseil-cpp/absl/strings/
Dcord.h727 absl::cord_internal::CordRep* as_tree() const;
1049 inline absl::cord_internal::CordRep* Cord::InlineRep::as_tree() const { in as_tree() function
1051 return data_.as_tree(); in as_tree()
1056 return as_tree(); in tree()
1065 return is_tree() ? as_tree()->length : inline_size(); in size()
1267 InitTree(cord->contents_.as_tree()); in ChunkIterator()
Dcord.cc373 tree = CordRepRing::Append(ForceRing(data_.as_tree(), 1), tree); in AppendTreeToTree()
375 tree = Concat(data_.as_tree(), tree); in AppendTreeToTree()
408 tree = CordRepRing::Prepend(ForceRing(data_.as_tree(), 1), tree); in PrependTreeToTree()
410 tree = Concat(tree, data_.as_tree()); in PrependTreeToTree()
535 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); in AssignSlow()
539 CordRep* tree = as_tree(); in AssignSlow()
590 CordRep::Unref(VerifyTree(contents_.as_tree())); in DestroyCordSlow()
1748 CordRep::Unref(contents_.as_tree()); in FlattenSlowPath()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.cc275 CordzInfo* cordz_info = new CordzInfo(cord.as_tree(), nullptr, method); in TrackCord()
291 cordz_info = new CordzInfo(cord.as_tree(), src.cordz_info(), method); in TrackCord()
Dcordz_info_statistics_test.cc471 CordRep::Unref(cord.as_tree()); in TEST()
490 CordRep::Unref(cord.as_tree()); in TEST()
Dcord_internal.h462 CordRep* as_tree() const { in as_tree() function
/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()
Dcord.cc460 return data_.as_tree.rep; in force_tree()
/external/angle/third_party/abseil-cpp/
Dsymbols_x86_dbg.def2804 ?as_tree@InlineData@cord_internal@absl@@QBEPAUCordRep@23@XZ
2805 ?as_tree@InlineRep@Cord@absl@@QBEPAUCordRep@cord_internal@3@XZ
Dsymbols_x64_dbg.def2810 ?as_tree@InlineData@cord_internal@absl@@QEBAPEAUCordRep@23@XZ
2811 ?as_tree@InlineRep@Cord@absl@@QEBAPEAUCordRep@cord_internal@3@XZ
Dsymbols_arm64_dbg.def2812 ?as_tree@InlineData@cord_internal@absl@@QEBAPEAUCordRep@23@XZ
2813 ?as_tree@InlineRep@Cord@absl@@QEBAPEAUCordRep@cord_internal@3@XZ