Searched defs:bytesize (Results 1 – 7 of 7) sorted by relevance
| /third_party/flatbuffers/tests/ts/reflection/ |
| D | object.js | 59 bytesize() { method in Object_ 119 static addBytesize(builder, bytesize) { argument 157 …static createObject(builder, nameOffset, fieldsOffset, isStruct, minalign, bytesize, attributesOff… argument 184 …constructor(name = null, fields = [], isStruct = false, minalign = 0, bytesize = 0, attributes = [… argument
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/ |
| D | Object.java | 42 public int bytesize() { int o = __offset(12); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in bytesize() method in Object 66 int bytesize, in createObject() 89 …public static void addBytesize(FlatBufferBuilder builder, int bytesize) { builder.addInt(4, bytesi… in addBytesize()
|
| /third_party/skia/gm/ |
| D | colrv1.cpp | 78 size_t bytesize() { return fGlyphs.size() * sizeof(uint16_t); } in bytesize() function
|
| /third_party/flatbuffers/python/flatbuffers/reflection/ |
| D | Object.py | 173 def ObjectAddBytesize(builder, bytesize): argument 176 def AddBytesize(builder, bytesize): argument
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | common.rs | 184 let bytesize = layout.size(self).bytes(); in scalar_to_backend() localVariable
|
| /third_party/flatbuffers/include/flatbuffers/ |
| D | idl.h | 421 size_t bytesize; // Size if fixed. member
|
| D | reflection_generated.h | 870 int32_t bytesize() const { in bytesize() function
|