Searched defs:PutInt (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/ | ||
H A D | ByteBuffer.cs | 529 public void PutInt(int offset, int value) in PutInt() method in FlatBuffers.ByteBuffer |
H A D | FlatBufferBuilder.cs | 176 public void PutInt(int x) in PutInt() method in FlatBuffers.FlatBufferBuilder |
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/ | ||
D | format_buffer.h | 158 bool PutInt(Out* out, const Style& style, intmax_t v, size_t base) { in PutInt() function |