Home
last modified time | relevance | path

Searched refs:_bb (Results 1 – 25 of 50) sorted by relevance

12

/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs34 private ByteBuffer _bb; field in FlatBuffers.FlatBufferBuilder
62 _bb = new ByteBuffer(new byte[initialSize]); in FlatBufferBuilder()
70 _space = _bb.Length; in Clear()
71 _bb.Reset(); in Clear()
91 public int Offset { get { return _bb.Length - _space; } }
95 _bb.PutByte(_space -= size, 0, size); in Pad()
102 var oldBuf = _bb.Data; in GrowBuffer()
113 _bb = new ByteBuffer(newBuf, newBufSize); in GrowBuffer()
129 ((~((int)_bb.Length - _space + additionalBytes)) + 1) & in Prep()
134 var oldBufSize = (int)_bb.Length; in Prep()
[all …]
/external/flatbuffers/tests/MyGame/Example2/
DMonster.java12 …public static Monster getRootAsMonster(ByteBuffer _bb) { return getRootAsMonster(_bb, new Monster(… in getRootAsMonster() argument
13 …er(ByteBuffer _bb, Monster obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.get… in getRootAsMonster() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DMonster.cs13 …public static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster(… in GetRootAsMonster()
14 …nster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position… in GetRootAsMonster()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.java12 …thEnum getRootAsTestSimpleTableWithEnum(ByteBuffer _bb) { return getRootAsTestSimpleTableWithEnum( in getRootAsTestSimpleTableWithEnum() argument
13 …uffer _bb, TestSimpleTableWithEnum obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign… in getRootAsTestSimpleTableWithEnum() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public TestSimpleTableWithEnum __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DStat.java12 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } in getRootAsStat() argument
13 …tat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getIn… in getRootAsStat() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DTestSimpleTableWithEnum.cs13 …thEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb) { return GetRootAsTestSimpleTableWithEnum( in GetRootAsTestSimpleTableWithEnum()
14 …eTableWithEnum(ByteBuffer _bb, TestSimpleTableWithEnum obj) { return (obj.__assign(_bb.GetInt(_bb.… in GetRootAsTestSimpleTableWithEnum()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public TestSimpleTableWithEnum __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DStat.cs13 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat()
14 …atic Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.Position) … in GetRootAsStat()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DMonster.java15 …public static Monster getRootAsMonster(ByteBuffer _bb) { return getRootAsMonster(_bb, new Monster(… in getRootAsMonster() argument
16 …er(ByteBuffer _bb, Monster obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.get… in getRootAsMonster() argument
17 …public static boolean MonsterBufferHasIdentifier(ByteBuffer _bb) { return __has_identifier(_bb, "M… in MonsterBufferHasIdentifier() argument
18 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
19 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
141 …e(Integer o1, Integer o2, ByteBuffer _bb) { return compareStrings(__offset(10, o1, _bb), __offset(… in keysCompare() argument
DTest.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
13 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DTest.cs13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
14 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DVec3.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
13 public Vec3 __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.java12 …tatic SecondTableInA getRootAsSecondTableInA(ByteBuffer _bb) { return getRootAsSecondTableInA(_bb,… in getRootAsSecondTableInA() argument
13 …yteBuffer _bb, SecondTableInA obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.… in getRootAsSecondTableInA() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DSecondTableInA.cs13 …tatic SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb) { return GetRootAsSecondTableInA(_bb,… in GetRootAsSecondTableInA()
14 …otAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Posit… in GetRootAsSecondTableInA()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public SecondTableInA __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DTableInFirstNS.java12 …tatic TableInFirstNS getRootAsTableInFirstNS(ByteBuffer _bb) { return getRootAsTableInFirstNS(_bb,… in getRootAsTableInFirstNS() argument
13 …yteBuffer _bb, TableInFirstNS obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.… in getRootAsTableInFirstNS() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public TableInFirstNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DTableInC.java12 …public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new Table… in getRootAsTableInC() argument
13 …nC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getI… in getRootAsTableInC() argument
14 public TableInC __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; } in __init() argument
DTableInFirstNS.cs13 …tatic TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirstNS(_bb,… in GetRootAsTableInFirstNS()
14 …otAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return (obj.__assign(_bb.GetInt(_bb.Posit… in GetRootAsTableInFirstNS()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public TableInFirstNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DTableInC.cs10 …public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new Table… in GetRootAsTableInC() argument
11 …eInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.GetInt(_bb.Position)… in GetRootAsTableInC() argument
12 public TableInC __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; } in __init() argument
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.java12 …ic TableInNestedNS getRootAsTableInNestedNS(ByteBuffer _bb) { return getRootAsTableInNestedNS(_bb,… in getRootAsTableInNestedNS() argument
13 …yteBuffer _bb, TableInNestedNS obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb in getRootAsTableInNestedNS() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DTableInNestedNS.cs13 …ic TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNestedNS(_bb,… in GetRootAsTableInNestedNS()
14 …tAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Posi… in GetRootAsTableInNestedNS()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DStructInNestedNS.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
13 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DStructInNestedNS.cs13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
14 public StructInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.java12 …public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new Table… in getRootAsTableInC() argument
13 …C(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.get… in getRootAsTableInC() argument
14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() argument
15 public TableInC __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
DTableInC.cs13 …public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new Table… in GetRootAsTableInC()
14 …InC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.GetInt(_bb.Position… in GetRootAsTableInC()
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
16 public TableInC __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
/external/noto-fonts/emoji-compat/src/java/android/support/text/emoji/flatbuffer/
DMetadataList.java31 public static MetadataList getRootAsMetadataList(ByteBuffer _bb) { in getRootAsMetadataList() argument
32 return getRootAsMetadataList(_bb, new MetadataList()); in getRootAsMetadataList()
35 public static MetadataList getRootAsMetadataList(ByteBuffer _bb, MetadataList obj) { in getRootAsMetadataList() argument
36 _bb.order(ByteOrder.LITTLE_ENDIAN); in getRootAsMetadataList()
37 return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); in getRootAsMetadataList()
40 public void __init(int _i, ByteBuffer _bb) { in __init() argument
42 bb = _bb; in __init()
45 public MetadataList __assign(int _i, ByteBuffer _bb) { in __assign() argument
46 __init(_i, _bb); in __assign()
DMetadataItem.java31 public static MetadataItem getRootAsMetadataItem(ByteBuffer _bb) { in getRootAsMetadataItem() argument
32 return getRootAsMetadataItem(_bb, new MetadataItem()); in getRootAsMetadataItem()
35 public static MetadataItem getRootAsMetadataItem(ByteBuffer _bb, MetadataItem obj) { in getRootAsMetadataItem() argument
36 _bb.order(ByteOrder.LITTLE_ENDIAN); in getRootAsMetadataItem()
37 return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); in getRootAsMetadataItem()
40 public void __init(int _i, ByteBuffer _bb) { in __init() argument
42 bb = _bb; in __init()
45 public MetadataItem __assign(int _i, ByteBuffer _bb) { in __assign() argument
46 __init(_i, _bb); in __assign()

12