Home
last modified time | relevance | path

Searched refs:AutoValueVector (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-769-bad-instantiation-test.hpp8 class AutoValueVector : Rooted<int> { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp98330 class AutoValueVector : public Rooted<GCVector<Value, 8>> { class
98334 explicit AutoValueVector(JSContext* cx) : Base(cx, Vec(cx)) {} in AutoValueVector() function in JS::AutoValueVector
98619 HandleValueArray(const AutoValueVector& values) in HandleValueArray()
127700 class AutoValueVector;
127816 JS::AutoValueVector &aArgsOut);
156429 JS::AutoValueVector v(aCx); in ToJSValue()