Searched defs:InlineValue (Results 1 – 2 of 2) sorted by relevance
387 struct InlineValue { struct393 alignas(kMaxInlineValueAlignSize) ValueDataArray value_data; argument401 explicit InlineValue(Tag<VT> /*tag*/, Args&&... args) noexcept { in InlineValue() argument406 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
74 struct BASE_EXPORT alignas(sizeof(void*)) InlineValue { struct76 char bytes[sizeof(void*)];79 void emplace(Args&&... args) { in emplace()111 InlineValue inline_value; argument