Home
last modified time | relevance | path

Searched defs:GetShort (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs715 public short GetShort(int offset) in GetShort() method in Google.FlatBuffers.ByteBuffer
821 public short GetShort(int index) in GetShort() method in Google.FlatBuffers.ByteBuffer
/external/openthread/src/core/mac/
Dmac_types.hpp291 ShortAddress GetShort(void) const { return mShared.mShortAddress; } in GetShort() function in ot::Mac::Address