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

  /external/chromium_org/base/containers/
stack_container.h 141 typedef typename ContainerType::value_type ContainedType;
142 typedef StackAllocator<ContainedType, stack_capacity> Allocator;
  /external/llvm/include/llvm/IR/
DerivedTypes.h 307 Type *ContainedType; ///< Storage for the single contained type.
313 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
314 ContainedTys = &ContainedType;

Completed in 105 milliseconds