OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRootAsSecondTableInA
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.cs
13
public static SecondTableInA
GetRootAsSecondTableInA
(ByteBuffer _bb) { return
GetRootAsSecondTableInA
(_bb, new SecondTableInA()); }
14
public static SecondTableInA
GetRootAsSecondTableInA
(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
SecondTableInA.py
11
def
GetRootAsSecondTableInA
(cls, buf, offset):
SecondTableInA.go
13
func
GetRootAsSecondTableInA
(buf []byte, offset flatbuffers.UOffsetT) *SecondTableInA {
Completed in 797 milliseconds