Searched defs:justI32 (Results 1 – 7 of 7) sorted by relevance
| /external/flatbuffers/tests/optional_scalars/ |
| D | scalar-stuff.js | 72 justI32() { method in ScalarStuff 207 static addJustI32(builder, justI32) { argument 289 …defaultU8, justI16, maybeI16, defaultI16, justU16, maybeU16, defaultU16, justI32, maybeI32, defaul… argument
|
| D | ScalarStuff.java | 35 public int justI32() { int o = __offset(28); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in justI32() method in ScalarStuff 81 int justI32, in createScalarStuff() 158 …public static void addJustI32(FlatBufferBuilder builder, int justI32) { builder.addInt(12, justI32… in addJustI32()
|
| D | ScalarStuff.kt | 79 val justI32 : Int constant in optional_scalars.ScalarStuff
|
| D | scalar-stuff.ts | 90 justI32():number { method in ScalarStuff
|
| D | ScalarStuff.py | 322 def ScalarStuffAddJustI32(builder, justI32): builder.PrependInt32Slot(12, justI32, 0) argument 323 def AddJustI32(builder, justI32): argument
|
| /external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | optional_scalars_generated.swift | 96 …public var justI32: Int32 { let o = _accessor.offset(VTOFFSET.justI32.v); return o == 0 ? 0 : _acc… variable
|
| /external/flatbuffers/tests/optional-scalars/ |
| D | scalar-stuff.ts | 90 justI32():number { method in ScalarStuff
|