Searched defs:AddByte (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/ | ||
H A D | FlatBufferBuilder.cs | 274 public void AddByte(byte x) { Prep(sizeof(byte), 0); PutByte(x); } in AddByte() method in FlatBuffers.FlatBufferBuilder |
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/ | ||
D | simple_sum.h | 30 void AddByte(uint8_t byte) { sum += byte; } in AddByte() function |
/aosp_15_r20/external/libchrome/base/i18n/ | ||
H A D | build_utf8_validator_tables.cc | 90 void AddByte(uint8_t to) { in AddByte() function in __anon2e9c33cd0111::Range |
/aosp_15_r20/external/cronet/base/i18n/ | ||
H A D | build_utf8_validator_tables.cc | 91 void AddByte(uint8_t to) { in AddByte() function in __anon295486030111::Range |