Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
34023801bd544e613d6e85c9a5b2e743f3710e8f
/
.
/
src
/
offsets.cc
blob: 500e17e9f8b43fd9ee37eec0dc5b2d5ff8ce29c9 [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
#include
"offsets.h"
#include
<iostream>
// NOLINT
namespace
art
{
std
::
ostream
&
operator
<<(
std
::
ostream
&
os
,
const
Offset
&
offs
)
{
return
os
<<
offs
.
Int32Value
();
}
}