Searched defs:InlineValue (Results 1 – 1 of 1) sorted by relevance
387 struct InlineValue { struct393 alignas(kMaxInlineValueAlignSize) ValueDataArray value_data; argument401 explicit InlineValue(Tag<VT> /*tag*/, Args&&... args) noexcept { in InlineValue() function406 InlineValue(const InlineValue& other) noexcept { in InlineValue() argument410 InlineValue(InlineValue&& other) noexcept { in InlineValue() argument416 InlineValue& operator=(const InlineValue& other) { argument442 ~InlineValue() { ResetMemory(); } in ~InlineValue() argument