Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts218 public appendAll(ast: AST) { method in ASTList
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp61404 Vector<T, N, AP>::appendAll(const Vector<U, O, BP>& aOther) in appendAll() function in mozilla::Vector
97023 …__attribute__ ((warn_unused_result)) bool appendAll(const mozilla::Vector<U, O, BP>& aU) { return … in appendAll() function in JS::GCVector
97025 __attribute__ ((warn_unused_result)) bool appendAll(const GCVector<U, O, BP>& aU) { in appendAll() function in JS::GCVector
97139 …__attribute__ ((warn_unused_result)) bool appendAll(const mozilla::Vector<U, O, BP>& aU) { return … in appendAll() function in js::MutableWrappedPtrOperations
97141 …__attribute__ ((warn_unused_result)) bool appendAll(const JS::GCVector<U, O, BP>& aU) { return vec… in appendAll() function in js::MutableWrappedPtrOperations
98249 __attribute__ ((warn_unused_result)) bool appendAll(const AutoVectorRooterBase<T>& other) { in appendAll() function in JS::AutoVectorRooterBase
98343 bool appendAll(const AutoIdVector& other) { return this->Base::appendAll(other.get()); } in appendAll() function in JS::AutoIdVector