Searched defs:AsList (Results 1 – 9 of 9) sorted by relevance
29 List* Type::AsList() { in AsList() function in amber::type::Type41 const List* Type::AsList() const { in AsList() function in amber::type::Type
47 CXFA_List* CXFA_Object::AsList() { in AsList() function in CXFA_Object
421 pub struct AsList<S>(S); struct431 impl<S> Source for AsList<S> implementation448 impl<S> fmt::Debug for AsList<S> implementation497 impl<S> value::Value for AsList<S> implementation624 impl<T> Serialize for AsList<T> implementation
415 static class AsList extends AbstractList<Integer> implements RandomAccess, Serializable { class in ImmutableIntArray418 private AsList(ImmutableIntArray parent) { in AsList() method in ImmutableIntArray.AsList
417 static class AsList extends AbstractList<Long> implements RandomAccess, Serializable { class in ImmutableLongArray420 private AsList(ImmutableLongArray parent) { in AsList() method in ImmutableLongArray.AsList
420 static class AsList extends AbstractList<Double> implements RandomAccess, Serializable { class in ImmutableDoubleArray423 private AsList(ImmutableDoubleArray parent) { in AsList() method in ImmutableDoubleArray.AsList
461 static class AsList extends AbstractList<Integer> implements RandomAccess, Serializable { class in ImmutableIntArray464 private AsList(ImmutableIntArray parent) { in AsList() method in ImmutableIntArray.AsList
466 static class AsList extends AbstractList<Double> implements RandomAccess, Serializable { class in ImmutableDoubleArray469 private AsList(ImmutableDoubleArray parent) { in AsList() method in ImmutableDoubleArray.AsList
463 static class AsList extends AbstractList<Long> implements RandomAccess, Serializable { class in ImmutableLongArray466 private AsList(ImmutableLongArray parent) { in AsList() method in ImmutableLongArray.AsList