Searched defs:integers (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp57 IntegerArray(const int* integers, size_t size) : m_integers(integers), m_size(size) { ASSERT(integers); ASSERT(size); } argument
62 const int* integers() const { ASSERT(!isDeletedValue()); return m_integers; } function in class:IntegerArray
221 void BinaryPropertyListPlan::writeIntegerArray(const int* integers, size_t size) argument
336 integerArrayObjectReference(const int* integers, size_t size) const argument
732 appendIntegerArrayObject(const int* integers, size_t size) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c2794 integers \(rather than markers) to represent buffer positions. In variable

Completed in 126 milliseconds