OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRootAsStat
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/tests/MyGame/Example/
Stat.java
12
public static Stat
getRootAsStat
(ByteBuffer _bb) { return
getRootAsStat
(_bb, new Stat()); }
13
public static Stat
getRootAsStat
(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
Stat.php
17
public static function
getRootAsStat
(ByteBuffer $bb)
/external/flatbuffers/tests/
monster_test_generated.js
466
MyGame.Example.Stat.
getRootAsStat
= function(bb, obj) {
[
all
...]
Completed in 398 milliseconds