OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainedType
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/containers/
stack_container.h
143
typedef typename ContainerType::value_type
ContainedType
;
144
typedef StackAllocator<
ContainedType
, stack_capacity> Allocator;
/external/llvm/include/llvm/IR/
DerivedTypes.h
306
Type *
ContainedType
; ///< Storage for the single contained type.
312
: CompositeType(ElType->getContext(), TID),
ContainedType
(ElType) {
313
ContainedTys = &
ContainedType
;
Completed in 3354 milliseconds