Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart::StackMapEntryKeyIntValueTrait::Pair Struct Reference

Public Member Functions

 Pair ()
 
 Pair (const Key key, const Value &value)
 
 Pair (const Pair &other)
 
Pairoperator= (const Pair &)=default
 

Public Attributes

Key key
 
Value value
 

Detailed Description

Definition at line 545 of file program_visitor.cc.

Constructor & Destructor Documentation

◆ Pair() [1/3]

dart::StackMapEntryKeyIntValueTrait::Pair::Pair ( )
inline

◆ Pair() [2/3]

dart::StackMapEntryKeyIntValueTrait::Pair::Pair ( const Key  key,
const Value value 
)
inline

Definition at line 549 of file program_visitor.cc.

#define ASSERT_NOTNULL(ptr)
Definition assert.h:323

◆ Pair() [3/3]

dart::StackMapEntryKeyIntValueTrait::Pair::Pair ( const Pair other)
inline

Definition at line 551 of file program_visitor.cc.

551: key(other.key), value(other.value) {}

Member Function Documentation

◆ operator=()

Pair & dart::StackMapEntryKeyIntValueTrait::Pair::operator= ( const Pair )
default

Member Data Documentation

◆ key

Key dart::StackMapEntryKeyIntValueTrait::Pair::key

Definition at line 546 of file program_visitor.cc.

◆ value

Value dart::StackMapEntryKeyIntValueTrait::Pair::value

Definition at line 547 of file program_visitor.cc.


The documentation for this struct was generated from the following file: