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