V8 Project
v8::internal::compiler::StaticParameterTraits< int > Struct Reference

#include <operator.h>

+ Collaboration diagram for v8::internal::compiler::StaticParameterTraits< int >:

Static Public Member Functions

static OStreamPrintTo (OStream &os, int val)
 
static int HashCode (int a)
 
static bool Equals (int a, int b)
 

Detailed Description

Definition at line 147 of file operator.h.

Member Function Documentation

◆ Equals()

static bool v8::internal::compiler::StaticParameterTraits< int >::Equals ( int  a,
int  b 
)
inlinestatic

Definition at line 152 of file operator.h.

152 { return a == b; }

◆ HashCode()

static int v8::internal::compiler::StaticParameterTraits< int >::HashCode ( int  a)
inlinestatic

Definition at line 151 of file operator.h.

151 { return a; }

◆ PrintTo()

static OStream& v8::internal::compiler::StaticParameterTraits< int >::PrintTo ( OStream os,
int  val 
)
inlinestatic

Definition at line 148 of file operator.h.

148  { // NOLINT
149  return os << val;
150  }

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