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