Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DByteBuffer.cs715 public short GetShort(int offset) in GetShort() method in FlatBuffers.ByteBuffer
821 public short GetShort(int index) in GetShort() method in FlatBuffers.ByteBuffer
/aosp_15_r20/art/runtime/
H A Dart_field-inl.h220 inline int16_t ArtField::GetShort(ObjPtr<mirror::Object> object) { in GetShort() function
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp306 ShortAddress GetShort(void) const { return mShared.mShortAddress; } in GetShort() function in ot::Mac::Address