Searched refs:GetArrayRep (Results 1 – 2 of 2) sorted by relevance
466 : GetArrayRep(); in set_buffer()473 if (auto* array_rep = from.GetArrayRep()) { in MoveDataFrom()673 const ArrayRep* GetArrayRep() const { return std::get_if<ArrayRep>(&rep_); } in GetArrayRep() function674 ArrayRep* GetArrayRep() { return std::get_if<ArrayRep>(&rep_); } in GetArrayRep() function
598 if (auto* array_rep = GetArrayRep()) { in DeallocateBuffers()