HomeSort by relevance Sort by last modified time
    Searched defs:SizeType (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/ADT/
MapVector.h 34 typedef typename VectorType::size_type SizeType;
43 SizeType size() const {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 36 typedef ResolveInfo::SizeType SizeType;
106 SizeType size() const
118 void setSize(SizeType pSize) {
ResolveInfo.h 42 typedef uint64_t SizeType;
128 void setSize(SizeType pSize)
195 SizeType size() const
273 SizeType m_Size;
  /external/chromium_org/ui/views/layout/
grid_layout.h 94 enum SizeType {
288 GridLayout::SizeType size_type,
312 GridLayout::SizeType size_type,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
419 bool sizesLogicalWidthToFitContent(SizeType) const;
423 LayoutUnit computeLogicalWidthInRegionUsing(SizeType, Length logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock, RenderRegion*, LayoutUnit offsetFromLogicalTopOfFirstPage) const;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
203 IntType getSizeType() const { return SizeType; }
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 1148 milliseconds