Lines Matching refs:elementLen
93 std::size_t elementLen{result.ElementBytes()}; in DefaultInitialize() local
94 std::size_t bytes{result.Elements() * elementLen}; in DefaultInitialize()
119 std::size_t elementLen{source.ElementBytes()}; in AllocateResult() local
121 result.Establish(source.type(), elementLen, nullptr, rank, extent, in AllocateResult()
133 return elementLen; in AllocateResult()
214 std::size_t elementLen{ in RTNAME() local
221 if (boundary->ElementBytes() != elementLen) { in RTNAME()
224 boundary->ElementBytes(), elementLen); in RTNAME()
289 std::size_t elementLen{ in RTNAME() local
294 if (boundary->ElementBytes() != elementLen) { in RTNAME()
297 boundary->ElementBytes(), elementLen); in RTNAME()
559 std::size_t elementLen{ in RTNAME() local
562 if (vector.ElementBytes() != elementLen) { in RTNAME()
565 vector.ElementBytes(), elementLen); in RTNAME()