Searched defs:SizeOf (Results 1 - 8 of 8) sorted by relevance

/external/okhttp/src/main/java/libcore/io/
H A DSizeOf.java19 public final class SizeOf { class
27 private SizeOf() { method in class:SizeOf
/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DSizeOf.java19 public final class SizeOf { class
20 private SizeOf() {} method in class:SizeOf
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp208 /// SizeOf - Determine size of integer value in bytes.
210 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEInteger
243 AP->OutStreamer.EmitSymbolValue(Label, SizeOf(AP, Form), 0/*AddrSpace*/);
246 /// SizeOf - Determine size of label value in bytes.
248 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIELabel
267 AP->EmitLabelDifference(LabelHi, LabelLo, SizeOf(AP, Form));
270 /// SizeOf - Determine size of delta value in bytes.
272 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEDelta
310 Size += Values[i]->SizeOf(AP, AbbrevData[i].getForm());
332 /// SizeOf
334 unsigned DIEBlock::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEBlock
[all...]
H A DDIE.h213 /// SizeOf - Return the size of a value in bytes.
215 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const = 0;
255 /// SizeOf - Determine size of integer value in bytes.
257 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const;
284 /// SizeOf - Determine size of label value in bytes.
286 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const;
311 /// SizeOf - Determine size of delta value in bytes.
313 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const;
339 /// SizeOf - Determine size of debug information entry in bytes.
341 virtual unsigned SizeOf(AsmPrinte function in class:llvm::DIEEntry
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp88 struct SizeOf { struct
93 Y3().Foo(X3<SizeOf<char>::value>());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h331 static size_t SizeOf(size_t w, size_t h) { function in class:cricket::VideoFrame
/external/v8/src/
H A Dobjects-inl.h2751 return FixedArray::BodyDescriptor::SizeOf(map, this);
4856 int JSObject::BodyDescriptor::SizeOf(Map* map, HeapObject* object) { function in class:JSObject::BodyDescriptor
H A Dobjects.h2112 static inline int SizeOf(Map* map, HeapObject* object);
2319 static inline int SizeOf(Map* map, HeapObject* object) { function in class:v8::internal::FixedArray::BodyDescriptor
8575 static inline int SizeOf(Map* map, HeapObject* object) {

Completed in 259 milliseconds