Beispiel #1
0
NEVER_INLINE
ArrayLval EmptyArray::MakePacked(TypedValue tv) {
  return MakePackedInl(tv);
}
Beispiel #2
0
NEVER_INLINE
std::pair<ArrayData*,TypedValue*> EmptyArray::MakePacked(TypedValue tv) {
  return MakePackedInl(tv);
}