Searched defs:vector (Results 26 - 50 of 130) sorted by relevance

123456

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSArrayBufferView.h132 void* vector() const { return m_vector; } function in class:JSC::JSArrayBufferView::ConstructionContext
163 void* vector() { return m_vector; } function in class:JSC::JSArrayBufferView
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmalloc.h137 Wrapper * &vector; member in class:Security::CssmVector
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmalloc.h137 Wrapper * &vector; member in class:Security::CssmVector
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashCountedSet.h207 inline void copyToVector(const HashCountedSet<Value, HashFunctions, Traits>& collection, VectorType& vector) argument
220 inline void copyToVector(const HashCountedSet<Value, HashFunctions, Traits>& collection, Vector<Value>& vector) argument
H A DHashMap.h437 inline void copyKeysToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
450 inline void copyValuesToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
H A DHashSet.h285 inline void copyToVector(const C& collection, W& vector) argument
H A DSegmentedVector.h88 SegmentedVectorIterator(SegmentedVector<T, SegmentSize, InlineCapacity>& vector, size_t segment, size_t index) argument
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DBase64.h52 SignedOrUnsignedCharVectorAdapter(Vector<char>& vector) { m_vector.c = &vector; } argument
53 SignedOrUnsignedCharVectorAdapter(Vector<uint8_t>& vector) { m_vector.u = &vector; } argument
67 ConstSignedOrUnsignedCharVectorAdapter(const Vector<char>& vector) { m_vector.c = &vector; } argument
68 ConstSignedOrUnsignedCharVectorAdapter(const Vector<uint8_t>& vector) { m_vector.u = &vector; } argument
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventListenerMap.cpp85 const EventListenerVector* vector = m_entries[i].second.get(); local
113 static bool addListenerToVector(EventListenerVector* vector, PassRefPtr<EventListener> listener, bool useCapture) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DWindowFeatures.cpp241 Vector<String> vector; local
/macosx-10.10/WebCore-7600.1.25/platform/
H A DKeyedCoding.h52 bool decodeBytes(const String& key, Vector<T>& vector) argument
H A DSharedBuffer.cpp133 PassRefPtr<SharedBuffer> SharedBuffer::adoptVector(Vector<char>& vector) argument
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.h132 static void encode(ArgumentEncoder& encoder, const Vector<T, inlineCapacity>& vector) argument
136 encoder << vector[i]; local
139 static bool decode(ArgumentDecoder& decoder, Vector<T, inlineCapacity>& vector) argument
161 static void encode(ArgumentEncoder& encoder, const Vector<T, inlineCapacity>& vector) argument
167 decode(ArgumentDecoder& decoder, Vector<T, inlineCapacity>& vector) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginInfoStore.cpp60 static void addFromVector(T& hashSet, const U& vector) argument
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dargv.c108 freeargv(char **vector) argument
[all...]
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dlao.el
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp62 IOInterruptVector *vector; local
222 IOInterruptVector *vector; local
265 IOInterruptVector *vector; local
284 IOInterruptVector *vector; local
316 IOInterruptVector *vector; local
341 IOInterruptVector *vector; local
489 IOInterruptVector *vector = 0; local
553 IOInterruptVector *vector; local
612 IOInterruptVector *vector; local
644 IOInterruptVector *vector; local
683 IOInterruptVector *vector; local
[all...]
/macosx-10.10/zlib-55/zlib/examples/
H A Denough.c261 char *vector; /* ne local
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_vector.h162 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
201 vector(const allocator_type& __a = allocator_type()) function in class:vector
213 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
231 vector(cons function in class:vector
255 vector(_InputIterator __first, _InputIterator __last, function in class:vector
942 operator ==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
959 operator <(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
966 operator !=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
972 operator >(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
978 operator <=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
984 operator >=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-lang.el[all...]
H A Dcalccomp.el[all...]
H A Dcalc-vec.el[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLTokenizer.cpp69 static inline bool vectorEqualsString(const Vector<LChar, 32>& vector, const String& string) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DWorkerThreadableLoader.cpp192 OwnPtr<Vector<char>> vector = adoptPtr(new Vector<char>(dataLength)); // needs to be an OwnPtr for usage with CrossThreadTask. local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatQuad.cpp115 static inline FloatPoint rightMostCornerToVector(const FloatRect& rect, const FloatSize& vector) argument

Completed in 946 milliseconds

123456