public final class FlatNode
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
FlatNode.Vector |
Constructor and Description |
---|
FlatNode() |
Modifier and Type | Method and Description |
---|---|
FlatNode |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addControlDepFor(com.google.flatbuffers.FlatBufferBuilder builder,
int controlDepForOffset) |
static void |
addControlDeps(com.google.flatbuffers.FlatBufferBuilder builder,
int controlDepsOffset) |
static void |
addDevice(com.google.flatbuffers.FlatBufferBuilder builder,
int device) |
static void |
addDimensions(com.google.flatbuffers.FlatBufferBuilder builder,
int dimensionsOffset) |
static void |
addExtraBools(com.google.flatbuffers.FlatBufferBuilder builder,
int extraBoolsOffset) |
static void |
addExtraInteger(com.google.flatbuffers.FlatBufferBuilder builder,
int extraIntegerOffset) |
static void |
addExtraParams(com.google.flatbuffers.FlatBufferBuilder builder,
int extraParamsOffset) |
static void |
addExtraStrings(com.google.flatbuffers.FlatBufferBuilder builder,
int extraStringsOffset) |
static void |
addExtraTypes(com.google.flatbuffers.FlatBufferBuilder builder,
int extraTypesOffset) |
static void |
addId(com.google.flatbuffers.FlatBufferBuilder builder,
int id) |
static void |
addInput(com.google.flatbuffers.FlatBufferBuilder builder,
int inputOffset) |
static void |
addInputPaired(com.google.flatbuffers.FlatBufferBuilder builder,
int inputPairedOffset) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addOpName(com.google.flatbuffers.FlatBufferBuilder builder,
int opNameOffset) |
static void |
addOpNum(com.google.flatbuffers.FlatBufferBuilder builder,
long opNum) |
static void |
addOpType(com.google.flatbuffers.FlatBufferBuilder builder,
byte opType) |
static void |
addOutput(com.google.flatbuffers.FlatBufferBuilder builder,
int outputOffset) |
static void |
addOutputNames(com.google.flatbuffers.FlatBufferBuilder builder,
int outputNamesOffset) |
static void |
addOutputTypes(com.google.flatbuffers.FlatBufferBuilder builder,
int outputTypesOffset) |
static void |
addProperties(com.google.flatbuffers.FlatBufferBuilder builder,
int propertiesOffset) |
static void |
addScalar(com.google.flatbuffers.FlatBufferBuilder builder,
int scalarOffset) |
static void |
addScopeId(com.google.flatbuffers.FlatBufferBuilder builder,
int scopeId) |
static void |
addScopeName(com.google.flatbuffers.FlatBufferBuilder builder,
int scopeNameOffset) |
static void |
addVarControlDeps(com.google.flatbuffers.FlatBufferBuilder builder,
int varControlDepsOffset) |
String |
controlDepFor(int j) |
int |
controlDepForLength() |
com.google.flatbuffers.StringVector |
controlDepForVector() |
com.google.flatbuffers.StringVector |
controlDepForVector(com.google.flatbuffers.StringVector obj) |
String |
controlDeps(int j) |
int |
controlDepsLength() |
com.google.flatbuffers.StringVector |
controlDepsVector() |
com.google.flatbuffers.StringVector |
controlDepsVector(com.google.flatbuffers.StringVector obj) |
static int |
createControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder,
boolean[] data) |
static int |
createExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder,
long[] data) |
static int |
createExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder,
double[] data) |
static int |
createExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data) |
static int |
createFlatNode(com.google.flatbuffers.FlatBufferBuilder builder,
int id,
int nameOffset,
byte opType,
long opNum,
int propertiesOffset,
int inputOffset,
int inputPairedOffset,
int outputOffset,
int extraParamsOffset,
int extraIntegerOffset,
int extraBoolsOffset,
int dimensionsOffset,
int device,
int scope_id,
int scope_nameOffset,
int outputNamesOffset,
int opNameOffset,
int outputTypesOffset,
int scalarOffset,
int controlDepsOffset,
int varControlDepsOffset,
int controlDepForOffset,
int extraTypesOffset,
int extraStringsOffset) |
static int |
createInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createInputVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data) |
static int |
createOutputVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
int |
device() |
int |
dimensions(int j) |
ByteBuffer |
dimensionsAsByteBuffer() |
ByteBuffer |
dimensionsInByteBuffer(ByteBuffer _bb) |
int |
dimensionsLength() |
com.google.flatbuffers.IntVector |
dimensionsVector() |
com.google.flatbuffers.IntVector |
dimensionsVector(com.google.flatbuffers.IntVector obj) |
static int |
endFlatNode(com.google.flatbuffers.FlatBufferBuilder builder) |
boolean |
extraBools(int j) |
ByteBuffer |
extraBoolsAsByteBuffer() |
ByteBuffer |
extraBoolsInByteBuffer(ByteBuffer _bb) |
int |
extraBoolsLength() |
com.google.flatbuffers.BooleanVector |
extraBoolsVector() |
com.google.flatbuffers.BooleanVector |
extraBoolsVector(com.google.flatbuffers.BooleanVector obj) |
long |
extraInteger(int j) |
ByteBuffer |
extraIntegerAsByteBuffer() |
ByteBuffer |
extraIntegerInByteBuffer(ByteBuffer _bb) |
int |
extraIntegerLength() |
com.google.flatbuffers.LongVector |
extraIntegerVector() |
com.google.flatbuffers.LongVector |
extraIntegerVector(com.google.flatbuffers.LongVector obj) |
double |
extraParams(int j) |
ByteBuffer |
extraParamsAsByteBuffer() |
ByteBuffer |
extraParamsInByteBuffer(ByteBuffer _bb) |
int |
extraParamsLength() |
com.google.flatbuffers.DoubleVector |
extraParamsVector() |
com.google.flatbuffers.DoubleVector |
extraParamsVector(com.google.flatbuffers.DoubleVector obj) |
String |
extraStrings(int j) |
int |
extraStringsLength() |
com.google.flatbuffers.StringVector |
extraStringsVector() |
com.google.flatbuffers.StringVector |
extraStringsVector(com.google.flatbuffers.StringVector obj) |
byte |
extraTypes(int j) |
ByteBuffer |
extraTypesAsByteBuffer() |
ByteBuffer |
extraTypesInByteBuffer(ByteBuffer _bb) |
int |
extraTypesLength() |
com.google.flatbuffers.ByteVector |
extraTypesVector() |
com.google.flatbuffers.ByteVector |
extraTypesVector(com.google.flatbuffers.ByteVector obj) |
static void |
finishFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static FlatNode |
getRootAsFlatNode(ByteBuffer _bb) |
static FlatNode |
getRootAsFlatNode(ByteBuffer _bb,
FlatNode obj) |
int |
id() |
int |
input(int j) |
ByteBuffer |
inputAsByteBuffer() |
ByteBuffer |
inputInByteBuffer(ByteBuffer _bb) |
int |
inputLength() |
IntPair |
inputPaired(int j) |
IntPair |
inputPaired(IntPair obj,
int j) |
int |
inputPairedLength() |
IntPair.Vector |
inputPairedVector() |
IntPair.Vector |
inputPairedVector(IntPair.Vector obj) |
com.google.flatbuffers.IntVector |
inputVector() |
com.google.flatbuffers.IntVector |
inputVector(com.google.flatbuffers.IntVector obj) |
String |
name() |
ByteBuffer |
nameAsByteBuffer() |
ByteBuffer |
nameInByteBuffer(ByteBuffer _bb) |
String |
opName() |
ByteBuffer |
opNameAsByteBuffer() |
ByteBuffer |
opNameInByteBuffer(ByteBuffer _bb) |
long |
opNum() |
byte |
opType() |
int |
output(int j) |
ByteBuffer |
outputAsByteBuffer() |
ByteBuffer |
outputInByteBuffer(ByteBuffer _bb) |
int |
outputLength() |
String |
outputNames(int j) |
int |
outputNamesLength() |
com.google.flatbuffers.StringVector |
outputNamesVector() |
com.google.flatbuffers.StringVector |
outputNamesVector(com.google.flatbuffers.StringVector obj) |
byte |
outputTypes(int j) |
ByteBuffer |
outputTypesAsByteBuffer() |
ByteBuffer |
outputTypesInByteBuffer(ByteBuffer _bb) |
int |
outputTypesLength() |
com.google.flatbuffers.ByteVector |
outputTypesVector() |
com.google.flatbuffers.ByteVector |
outputTypesVector(com.google.flatbuffers.ByteVector obj) |
com.google.flatbuffers.IntVector |
outputVector() |
com.google.flatbuffers.IntVector |
outputVector(com.google.flatbuffers.IntVector obj) |
FlatProperties |
properties(FlatProperties obj,
int j) |
FlatProperties |
properties(int j) |
int |
propertiesLength() |
FlatProperties.Vector |
propertiesVector() |
FlatProperties.Vector |
propertiesVector(FlatProperties.Vector obj) |
FlatArray |
scalar() |
FlatArray |
scalar(FlatArray obj) |
int |
scopeId() |
String |
scopeName() |
ByteBuffer |
scopeNameAsByteBuffer() |
ByteBuffer |
scopeNameInByteBuffer(ByteBuffer _bb) |
static void |
startControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startFlatNode(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startInputVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startOutputVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
ValidateVersion() |
String |
varControlDeps(int j) |
int |
varControlDepsLength() |
com.google.flatbuffers.StringVector |
varControlDepsVector() |
com.google.flatbuffers.StringVector |
varControlDepsVector(com.google.flatbuffers.StringVector obj) |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static FlatNode getRootAsFlatNode(ByteBuffer _bb)
public static FlatNode getRootAsFlatNode(ByteBuffer _bb, FlatNode obj)
public void __init(int _i, ByteBuffer _bb)
public FlatNode __assign(int _i, ByteBuffer _bb)
public int id()
public String name()
public ByteBuffer nameAsByteBuffer()
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
public byte opType()
public long opNum()
public FlatProperties properties(int j)
public FlatProperties properties(FlatProperties obj, int j)
public int propertiesLength()
public FlatProperties.Vector propertiesVector()
public FlatProperties.Vector propertiesVector(FlatProperties.Vector obj)
public int input(int j)
public int inputLength()
public com.google.flatbuffers.IntVector inputVector()
public com.google.flatbuffers.IntVector inputVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer inputAsByteBuffer()
public ByteBuffer inputInByteBuffer(ByteBuffer _bb)
public IntPair inputPaired(int j)
public int inputPairedLength()
public IntPair.Vector inputPairedVector()
public IntPair.Vector inputPairedVector(IntPair.Vector obj)
public int output(int j)
public int outputLength()
public com.google.flatbuffers.IntVector outputVector()
public com.google.flatbuffers.IntVector outputVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer outputAsByteBuffer()
public ByteBuffer outputInByteBuffer(ByteBuffer _bb)
public double extraParams(int j)
public int extraParamsLength()
public com.google.flatbuffers.DoubleVector extraParamsVector()
public com.google.flatbuffers.DoubleVector extraParamsVector(com.google.flatbuffers.DoubleVector obj)
public ByteBuffer extraParamsAsByteBuffer()
public ByteBuffer extraParamsInByteBuffer(ByteBuffer _bb)
public long extraInteger(int j)
public int extraIntegerLength()
public com.google.flatbuffers.LongVector extraIntegerVector()
public com.google.flatbuffers.LongVector extraIntegerVector(com.google.flatbuffers.LongVector obj)
public ByteBuffer extraIntegerAsByteBuffer()
public ByteBuffer extraIntegerInByteBuffer(ByteBuffer _bb)
public boolean extraBools(int j)
public int extraBoolsLength()
public com.google.flatbuffers.BooleanVector extraBoolsVector()
public com.google.flatbuffers.BooleanVector extraBoolsVector(com.google.flatbuffers.BooleanVector obj)
public ByteBuffer extraBoolsAsByteBuffer()
public ByteBuffer extraBoolsInByteBuffer(ByteBuffer _bb)
public int dimensions(int j)
public int dimensionsLength()
public com.google.flatbuffers.IntVector dimensionsVector()
public com.google.flatbuffers.IntVector dimensionsVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer dimensionsAsByteBuffer()
public ByteBuffer dimensionsInByteBuffer(ByteBuffer _bb)
public int device()
public int scopeId()
public String scopeName()
public ByteBuffer scopeNameAsByteBuffer()
public ByteBuffer scopeNameInByteBuffer(ByteBuffer _bb)
public String outputNames(int j)
public int outputNamesLength()
public com.google.flatbuffers.StringVector outputNamesVector()
public com.google.flatbuffers.StringVector outputNamesVector(com.google.flatbuffers.StringVector obj)
public String opName()
public ByteBuffer opNameAsByteBuffer()
public ByteBuffer opNameInByteBuffer(ByteBuffer _bb)
public byte outputTypes(int j)
public int outputTypesLength()
public com.google.flatbuffers.ByteVector outputTypesVector()
public com.google.flatbuffers.ByteVector outputTypesVector(com.google.flatbuffers.ByteVector obj)
public ByteBuffer outputTypesAsByteBuffer()
public ByteBuffer outputTypesInByteBuffer(ByteBuffer _bb)
public FlatArray scalar()
public String controlDeps(int j)
public int controlDepsLength()
public com.google.flatbuffers.StringVector controlDepsVector()
public com.google.flatbuffers.StringVector controlDepsVector(com.google.flatbuffers.StringVector obj)
public String varControlDeps(int j)
public int varControlDepsLength()
public com.google.flatbuffers.StringVector varControlDepsVector()
public com.google.flatbuffers.StringVector varControlDepsVector(com.google.flatbuffers.StringVector obj)
public String controlDepFor(int j)
public int controlDepForLength()
public com.google.flatbuffers.StringVector controlDepForVector()
public com.google.flatbuffers.StringVector controlDepForVector(com.google.flatbuffers.StringVector obj)
public byte extraTypes(int j)
public int extraTypesLength()
public com.google.flatbuffers.ByteVector extraTypesVector()
public com.google.flatbuffers.ByteVector extraTypesVector(com.google.flatbuffers.ByteVector obj)
public ByteBuffer extraTypesAsByteBuffer()
public ByteBuffer extraTypesInByteBuffer(ByteBuffer _bb)
public String extraStrings(int j)
public int extraStringsLength()
public com.google.flatbuffers.StringVector extraStringsVector()
public com.google.flatbuffers.StringVector extraStringsVector(com.google.flatbuffers.StringVector obj)
public static int createFlatNode(com.google.flatbuffers.FlatBufferBuilder builder, int id, int nameOffset, byte opType, long opNum, int propertiesOffset, int inputOffset, int inputPairedOffset, int outputOffset, int extraParamsOffset, int extraIntegerOffset, int extraBoolsOffset, int dimensionsOffset, int device, int scope_id, int scope_nameOffset, int outputNamesOffset, int opNameOffset, int outputTypesOffset, int scalarOffset, int controlDepsOffset, int varControlDepsOffset, int controlDepForOffset, int extraTypesOffset, int extraStringsOffset)
public static void startFlatNode(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int id)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
public static void addOpType(com.google.flatbuffers.FlatBufferBuilder builder, byte opType)
public static void addOpNum(com.google.flatbuffers.FlatBufferBuilder builder, long opNum)
public static void addProperties(com.google.flatbuffers.FlatBufferBuilder builder, int propertiesOffset)
public static int createPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addInput(com.google.flatbuffers.FlatBufferBuilder builder, int inputOffset)
public static int createInputVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startInputVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addInputPaired(com.google.flatbuffers.FlatBufferBuilder builder, int inputPairedOffset)
public static int createInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startInputPairedVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addOutput(com.google.flatbuffers.FlatBufferBuilder builder, int outputOffset)
public static int createOutputVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startOutputVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addExtraParams(com.google.flatbuffers.FlatBufferBuilder builder, int extraParamsOffset)
public static int createExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
public static void startExtraParamsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addExtraInteger(com.google.flatbuffers.FlatBufferBuilder builder, int extraIntegerOffset)
public static int createExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
public static void startExtraIntegerVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addExtraBools(com.google.flatbuffers.FlatBufferBuilder builder, int extraBoolsOffset)
public static int createExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder, boolean[] data)
public static void startExtraBoolsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addDimensions(com.google.flatbuffers.FlatBufferBuilder builder, int dimensionsOffset)
public static int createDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startDimensionsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addDevice(com.google.flatbuffers.FlatBufferBuilder builder, int device)
public static void addScopeId(com.google.flatbuffers.FlatBufferBuilder builder, int scopeId)
public static void addScopeName(com.google.flatbuffers.FlatBufferBuilder builder, int scopeNameOffset)
public static void addOutputNames(com.google.flatbuffers.FlatBufferBuilder builder, int outputNamesOffset)
public static int createOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startOutputNamesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addOpName(com.google.flatbuffers.FlatBufferBuilder builder, int opNameOffset)
public static void addOutputTypes(com.google.flatbuffers.FlatBufferBuilder builder, int outputTypesOffset)
public static int createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data)
public static int createOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, ByteBuffer data)
public static void startOutputTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addScalar(com.google.flatbuffers.FlatBufferBuilder builder, int scalarOffset)
public static void addControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepsOffset)
public static int createControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addVarControlDeps(com.google.flatbuffers.FlatBufferBuilder builder, int varControlDepsOffset)
public static int createVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startVarControlDepsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addControlDepFor(com.google.flatbuffers.FlatBufferBuilder builder, int controlDepForOffset)
public static int createControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startControlDepForVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addExtraTypes(com.google.flatbuffers.FlatBufferBuilder builder, int extraTypesOffset)
public static int createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, byte[] data)
public static int createExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, ByteBuffer data)
public static void startExtraTypesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addExtraStrings(com.google.flatbuffers.FlatBufferBuilder builder, int extraStringsOffset)
public static int createExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startExtraStringsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endFlatNode(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedFlatNodeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
Copyright © 2022. All rights reserved.