Home
last modified time | relevance | path

Searched defs:sizeOf (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp333 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() function in DIEValue
426 unsigned DIEInteger::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEInteger
465 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEExpr
496 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIELabel
526 unsigned DIEBaseTypeRef::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf() function in DIEBaseTypeRef
546 unsigned DIEDelta::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEDelta
595 unsigned DIEString::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEString
632 unsigned DIEInlineString::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf() function in DIEInlineString
681 unsigned DIEEntry::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() function in DIEEntry
740 unsigned DIELoc::sizeOf(const dwarf::FormParams &, dwarf::Form Form) const { in sizeOf() function in DIELoc
[all …]
/external/flatbuffers/tests/ts/union_vector/
Drapunzel.js22 static sizeOf() { method in Rapunzel
Dfalling-tub.js22 static sizeOf() { method in FallingTub
Dbook-reader.js22 static sizeOf() { method in BookReader
/external/flatbuffers/tests/ts/my-game/other-name-space/
Dunused.js22 static sizeOf() { method in Unused
/external/angle/src/compiler/translator/msl/
DLayout.h43 size_t sizeOf; member
/external/flatbuffers/tests/ts/my-game/example/
Dstruct-of-structs-of-structs.js19 static sizeOf() { method in StructOfStructsOfStructs
Dability.js29 static sizeOf() { method in Ability
Dtest.js29 static sizeOf() { method in Test
Dstruct-of-structs.js26 static sizeOf() { method in StructOfStructs
Dvec3.js55 static sizeOf() { method in Vec3
/external/flatbuffers/tests/ts/arrays_test_complex/my-game/example/
Dinner-struct.js27 static sizeOf() { method in InnerStruct
Dnested-struct.js32 static sizeOf() { method in NestedStruct
Darray-struct.js38 static sizeOf() { method in ArrayStruct
Douter-struct.js34 static sizeOf() { method in OuterStruct
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/util/
DLruCache.java320 protected int sizeOf(K key, V value) { in sizeOf() method in LruCache
/external/leakcanary2/shark-hprof/src/main/java/shark/
DHprofRecordReader.kt97 fun sizeOf(type: Int) = typeSizes[type] in <lambda>() method
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java857 int sizeOf = ois.readInt(); in fromByteArray() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileUtils.java2903 public static long sizeOf(final File file) { in sizeOf() method in FileUtils