Searched defs:InlineValue (Results 1 – 1 of 1) sorted by relevance
384 struct InlineValue { struct390 alignas(kMaxInlineValueAlignSize) ValueDataArray value_data; argument398 explicit InlineValue(Tag<VT> /*tag*/, Args&&... args) noexcept { in InlineValue() function403 InlineValue(const InlineValue& other) noexcept { in InlineValue() function407 InlineValue(InlineValue&& other) noexcept { in InlineValue() argument413 InlineValue& operator=(const InlineValue& other) { argument439 ~InlineValue() { ResetMemory(); } in ~InlineValue() argument