Home
last modified time | relevance | path

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

/external/flatbuffers/tests/my-game/example/
Dstruct-of-structs-of-structs.ts25 static sizeOf():number { method in StructOfStructsOfStructs
Dstruct-of-structs.ts34 static sizeOf():number { method in StructOfStructs
Dability.ts38 static sizeOf():number { method in Ability
Dtest.ts38 static sizeOf():number { method in Test
Dvec3.ts71 static sizeOf():number { method in Vec3
Dtest.js29 static sizeOf() { method in Test
Dability.js29 static sizeOf() { method in Ability
Dstruct-of-structs.js26 static sizeOf() { method in StructOfStructs
Dvec3.js54 static sizeOf() { method in Vec3
/external/flatbuffers/tests/union_vector/
Dbook-reader.ts29 static sizeOf():number { method in BookReader
Drapunzel.ts29 static sizeOf():number { method in Rapunzel
Dfalling-tub.ts29 static sizeOf():number { method in FallingTub
Dbook-reader.js22 static sizeOf() { method in BookReader
Drapunzel.js22 static sizeOf() { method in Rapunzel
/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dstruct-in-nested-n-s.ts38 static sizeOf():number { method in StructInNestedNS
Dstruct-in-nested-n-s.js29 static sizeOf() { method in StructInNestedNS
/external/angle/src/compiler/translator/msl/
DLayout.h43 size_t sizeOf; member
/external/flatbuffers/tests/ts/ts-flat-files/
Dmonster_test_generated.ts155 static sizeOf():number { method in MyGame_OtherNameSpace_Unused
368 static sizeOf():number { method in MyGame_Example_Test
466 static sizeOf():number { method in MyGame_Example_Vec3
506 static sizeOf():number { method in MyGame_Example_Ability
540 static sizeOf():number { method in MyGame_Example_StructOfStructs
574 static sizeOf():number { method in MyGame_Example_StructOfStructsOfStructs
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java721 int sizeOf = ois.readInt(); in fromByteArray() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java1036 int sizeOf = ois.readInt(); in fromByteArray() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileUtils.java2899 public static long sizeOf(final File file) { in sizeOf() method in FileUtils