OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRootAsTableInC
(Results
1 - 5
of
5
) sorted by null
/external/flatbuffers/tests/namespace_test/NamespaceA/
TableInC.java
12
public static TableInC
getRootAsTableInC
(ByteBuffer _bb) { return
getRootAsTableInC
(_bb, new TableInC()); }
13
public static TableInC
getRootAsTableInC
(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
TableInC.php
17
public static function
getRootAsTableInC
(ByteBuffer $bb)
/external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.java
12
public static TableInC
getRootAsTableInC
(ByteBuffer _bb) { return
getRootAsTableInC
(_bb, new TableInC()); }
13
public static TableInC
getRootAsTableInC
(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
TableInC.php
17
public static function
getRootAsTableInC
(ByteBuffer $bb)
/external/flatbuffers/tests/namespace_test/
namespace_test2_generated.js
168
NamespaceC.TableInC.
getRootAsTableInC
= function(bb, obj) {
Completed in 66 milliseconds