Searched refs:as_tree (Results 1 – 11 of 11) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
D | cord_internal.h | 249 explicit constexpr InlineData(AsTree tree) : as_tree(tree) {} in InlineData() 260 AsTree as_tree; member
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | cord.h | 727 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()
|
D | cord.cc | 373 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/ |
D | cordz_info.cc | 275 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()
|
D | cordz_info_statistics_test.cc | 471 CordRep::Unref(cord.as_tree()); in TEST() 490 CordRep::Unref(cord.as_tree()); in TEST()
|
D | cord_internal.h | 462 CordRep* as_tree() const { in as_tree() function
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | cord.h | 946 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()
|
D | cord.cc | 460 return data_.as_tree.rep; in force_tree()
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 2804 ?as_tree@InlineData@cord_internal@absl@@QBEPAUCordRep@23@XZ 2805 ?as_tree@InlineRep@Cord@absl@@QBEPAUCordRep@cord_internal@3@XZ
|
D | symbols_x64_dbg.def | 2810 ?as_tree@InlineData@cord_internal@absl@@QEBAPEAUCordRep@23@XZ 2811 ?as_tree@InlineRep@Cord@absl@@QEBAPEAUCordRep@cord_internal@3@XZ
|
D | symbols_arm64_dbg.def | 2812 ?as_tree@InlineData@cord_internal@absl@@QEBAPEAUCordRep@23@XZ 2813 ?as_tree@InlineRep@Cord@absl@@QEBAPEAUCordRep@cord_internal@3@XZ
|