V8 Project
v8::internal::compiler::StaticParameterTraits< LoadRepresentation > Struct Reference
+ Collaboration diagram for v8::internal::compiler::StaticParameterTraits< LoadRepresentation >:

Static Public Member Functions

static OStreamPrintTo (OStream &os, LoadRepresentation type)
 
static int HashCode (LoadRepresentation type)
 
static bool Equals (LoadRepresentation lhs, LoadRepresentation rhs)
 

Detailed Description

Definition at line 49 of file machine-operator.cc.

Member Function Documentation

◆ Equals()

Definition at line 54 of file machine-operator.cc.

54  {
55  return lhs == rhs;
56  }

◆ HashCode()

Definition at line 53 of file machine-operator.cc.

53 { return type; }

◆ PrintTo()

Definition at line 50 of file machine-operator.cc.

50  { // NOLINT
51  return os << type;
52  }

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