Searched defs:AsTree (Results 1 – 8 of 8) sorted by relevance
237 struct AsTree { struct249 explicit constexpr InlineData(AsTree tree) : as_tree(tree) {} in InlineData() argument
622 struct AsTree { struct623 explicit constexpr AsTree(absl::cord_internal::CordRep* tree) : rep(tree) {} in AsTree() function637 AsTree as_tree_; argument
685 struct AsTree { struct686 explicit constexpr AsTree(absl::cord_internal::CordRep* tree) in AsTree() function688 cordz_info_t cordz_info = kNullCordzInfo;689 absl::cord_internal::CordRep* rep;
684 struct AsTree { struct685 explicit constexpr AsTree(absl::cord_internal::CordRep* tree) in AsTree() argument687 cordz_info_t cordz_info = kNullCordzInfo;688 absl::cord_internal::CordRep* rep;
707 struct AsTree { struct708 explicit constexpr AsTree(absl::cord_internal::CordRep* tree) in AsTree() argument710 cordz_info_t cordz_info = kNullCordzInfo;711 absl::cord_internal::CordRep* rep;
707 struct AsTree { struct708 explicit constexpr AsTree(absl::cord_internal::CordRep* tree) in AsTree() function710 cordz_info_t cordz_info = kNullCordzInfo;711 absl::cord_internal::CordRep* rep;
485 pub trait AsTree { trait