Home
last modified time | relevance | path

Searched defs:bytesize (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/tests/ts/reflection/
Dobject.js59 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/
DObject.java42 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/
Dcolrv1.cpp78 size_t bytesize() { return fGlyphs.size() * sizeof(uint16_t); } in bytesize() function
/third_party/flatbuffers/python/flatbuffers/reflection/
DObject.py173 def ObjectAddBytesize(builder, bytesize): argument
176 def AddBytesize(builder, bytesize): argument
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs184 let bytesize = layout.size(self).bytes(); in scalar_to_backend() localVariable
/third_party/flatbuffers/include/flatbuffers/
Didl.h421 size_t bytesize; // Size if fixed. member
Dreflection_generated.h870 int32_t bytesize() const { in bytesize() function