Searched refs:AsTree (Results 1 – 3 of 3) sorted by relevance
237 struct AsTree { struct249 explicit constexpr InlineData(AsTree tree) : as_tree(tree) {} in InlineData() argument260 AsTree as_tree;264 static_assert(sizeof(AsTree) == sizeof(InlineData), "");265 static_assert(offsetof(AsTree, tagged_size) == kMaxInline, "");
499 struct AsTree { struct500 explicit constexpr AsTree(absl::cord_internal::CordRep* tree) in AsTree() argument521 AsTree as_tree_; argument
1004 : cord_internal::InlineData(cord_internal::AsTree{ in Cord()