Home
last modified time | relevance | path

Searched defs:TypedArray_base (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp121839 struct TypedArray_base : public TypedArrayObjectStorage { struct
121840 typedef T element_type;
121842 TypedArray_base() in TypedArray_base() argument
121850 TypedArray_base(TypedArray_base&& aOther) in TypedArray_base() argument
121864 mutable T* mData;
121865 mutable uint32_t mLength;
121866 mutable bool mShared;
121867 mutable bool mComputed;
121870 inline bool Init(JSObject* obj) in Init()
121877 inline bool inited() const { in inited()
[all …]