HomeSort by relevance Sort by last modified time
    Searched refs:ContainedType (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
stack_container.h 134 typedef typename ContainerType::value_type ContainedType;
135 typedef StackAllocator<ContainedType, stack_capacity> Allocator;
  /external/llvm/include/llvm/
DerivedTypes.h 310 Type *ContainedType; ///< Storage for the single contained type.
316 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
317 ContainedTys = &ContainedType;

Completed in 63 milliseconds