Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dtype.cc29 List* Type::AsList() { in AsList() function in amber::type::Type
41 const List* Type::AsList() const { in AsList() function in amber::type::Type
/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp47 CXFA_List* CXFA_Object::AsList() { in AsList() function in CXFA_Object
/external/rust/crates/log/src/kv/
Dsource.rs421 pub struct AsList<S>(S); struct
431 impl<S> Source for AsList<S> implementation
448 impl<S> fmt::Debug for AsList<S> implementation
497 impl<S> value::Value for AsList<S> implementation
624 impl<T> Serialize for AsList<T> implementation
/external/guava/android/guava/src/com/google/common/primitives/
DImmutableIntArray.java415 static class AsList extends AbstractList<Integer> implements RandomAccess, Serializable { class in ImmutableIntArray
418 private AsList(ImmutableIntArray parent) { in AsList() method in ImmutableIntArray.AsList
DImmutableLongArray.java417 static class AsList extends AbstractList<Long> implements RandomAccess, Serializable { class in ImmutableLongArray
420 private AsList(ImmutableLongArray parent) { in AsList() method in ImmutableLongArray.AsList
DImmutableDoubleArray.java420 static class AsList extends AbstractList<Double> implements RandomAccess, Serializable { class in ImmutableDoubleArray
423 private AsList(ImmutableDoubleArray parent) { in AsList() method in ImmutableDoubleArray.AsList
/external/guava/guava/src/com/google/common/primitives/
DImmutableIntArray.java461 static class AsList extends AbstractList<Integer> implements RandomAccess, Serializable { class in ImmutableIntArray
464 private AsList(ImmutableIntArray parent) { in AsList() method in ImmutableIntArray.AsList
DImmutableDoubleArray.java466 static class AsList extends AbstractList<Double> implements RandomAccess, Serializable { class in ImmutableDoubleArray
469 private AsList(ImmutableDoubleArray parent) { in AsList() method in ImmutableDoubleArray.AsList
DImmutableLongArray.java463 static class AsList extends AbstractList<Long> implements RandomAccess, Serializable { class in ImmutableLongArray
466 private AsList(ImmutableLongArray parent) { in AsList() method in ImmutableLongArray.AsList