OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUlong
(Results
1 - 4
of
4
) sorted by null
/external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs
360
return (long)
GetUlong
(offset);
363
public unsafe ulong
GetUlong
(int offset)
434
public ulong
GetUlong
(int index)
/external/flatbuffers/tests/FlatBuffers.Test/
TestTable.cs
128
return t.bb.
GetUlong
(t.bb_pos + off);
/external/flatbuffers/tests/MyGame/Example/
TypeAliases.cs
34
public ulong U64 { get { int o = __p.__offset(18); return o != 0 ? __p.bb.
GetUlong
(o + __p.bb_pos) : (ulong)0; } }
Monster.cs
62
public ulong Testhashu64Fnv1 { get { int o = __p.__offset(42); return o != 0 ? __p.bb.
GetUlong
(o + __p.bb_pos) : (ulong)0; } }
70
public ulong Testhashu64Fnv1a { get { int o = __p.__offset(50); return o != 0 ? __p.bb.
GetUlong
(o + __p.bb_pos) : (ulong)0; } }
Completed in 1263 milliseconds