Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 50) sorted by relevance

12

/thrift-3.4.0/lib/go/thrift/
Duuid.go63 func hexToDec(b byte) (byte, bool) {
76 func hexToByte(b1, b2 byte) (b byte, ok bool) {
Drich_transport.go67 func writeByte(w io.Writer, c byte) error {
Dpointerize.go58 func ByteSlicePtr(v []byte) *[]byte { return &v }
/thrift-3.4.0/lib/go/test/fuzz/
Dfuzz.go37 func fuzzChooseProtocol(d byte, t thrift.TTransport) thrift.TProtocol {
48 func Fuzz(data []byte) int {
/thrift-3.4.0/lib/rb/lib/thrift/
Dbytes.rb68 def self.set_string_byte(string, index, byte) argument
115 def self.set_string_byte(string, index, byte) argument
/thrift-3.4.0/lib/rb/ext/
Dmemory_buffer.c80 char byte = RSTRING_PTR(buf)[index++]; in rb_thrift_memory_buffer_read_byte() local
103 char byte = RSTRING_PTR(buf)[index++]; in rb_thrift_memory_buffer_read_into_buffer() local
Dbinary_protocol_accelerated.c178 VALUE rb_thrift_binary_proto_write_byte(VALUE self, VALUE byte) { in rb_thrift_binary_proto_write_byte()
242 VALUE byte = rb_funcall(GET_TRANSPORT(self), read_byte_method_id, 0); in read_byte_direct() local
364 char byte = read_byte_direct(self); in rb_thrift_binary_proto_read_bool() local
/thrift-3.4.0/lib/erl/test/
Dtest_thrift_compact_protocol.erl60 byte(This0, Value0) -> round_trip(This0, byte, Value0). function
/thrift-3.4.0/lib/swift/Sources/
DTCompactProtocol.swift71 let byte = Data([byte]) in writebyteDirect() variable
143 let byte: UInt8 = try read() in readVarint32() variable
161 let byte: UInt8 = try read() in readVarint64() variable
286 let byte: UInt8 = try read() in readFieldBegin() variable
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTCompactProtocol.tcc223 uint32_t TCompactProtocolT<Transport_>::writeByte(const int8_t byte) { in writeByte()
478 int8_t byte; in readFieldBegin() local
618 uint32_t TCompactProtocolT<Transport_>::readByte(int8_t& byte) { in readByte()
749 uint8_t byte = borrowed[rsize]; in readVarint64() local
768 uint8_t byte; in readVarint64() local
DTDebugProtocol.cpp30 static string byte_to_hex(const uint8_t byte) { in byte_to_hex()
313 uint32_t TDebugProtocol::writeByte(const int8_t byte) { in writeByte()
DTVirtualProtocol.h130 uint32_t readByte(int8_t& byte) { in readByte()
259 uint32_t writeByte(const int8_t byte) { in writeByte()
368 uint32_t writeByte_virt(const int8_t byte) override { in writeByte_virt()
446 uint32_t readByte_virt(int8_t& byte) override { in readByte_virt()
DTHeaderProtocol.cpp121 uint32_t THeaderProtocol::writeByte(const int8_t byte) { in writeByte()
222 uint32_t THeaderProtocol::readByte(int8_t& byte) { in readByte()
DTProtocolDecorator.h87 uint32_t writeByte_virt(const int8_t byte) override { return protocol->writeByte(byte); } in writeByte_virt()
133 uint32_t readByte_virt(int8_t& byte) override { return protocol->readByte(byte); } in readByte_virt()
DTProtocolTap.h127 uint32_t readByte(int8_t& byte) { in readByte()
DTBinaryProtocol.tcc141 uint32_t TBinaryProtocolT<Transport_, ByteOrder_>::writeByte(const int8_t byte) { in writeByte()
362 uint32_t TBinaryProtocolT<Transport_, ByteOrder_>::readByte(int8_t& byte) { in readByte()
/thrift-3.4.0/lib/php/lib/Protocol/
DTProtocolDecorator.php151 public function writeByte($byte)
256 public function readByte(&$byte)
DTProtocol.php120 abstract public function writeByte($byte);
168 abstract public function readByte(&$byte);
DTSimpleJSONProtocol.php242 public function writeByte($byte)
345 public function readByte(&$byte)
DTCompactProtocol.php332 public function writeUByte($byte)
589 public function getTType($byte)
/thrift-3.4.0/lib/rb/lib/thrift/transport/
Dbase_transport.rb44 def self.set_string_byte(string, index, byte) argument
/thrift-3.4.0/compiler/cpp/src/thrift/parse/
Dt_type.h79 static std::string byte_to_hex(uint8_t byte) { in byte_to_hex()
/thrift-3.4.0/lib/py/src/protocol/
DTCompactProtocol.py210 def __writeUByte(self, byte): argument
213 def __writeByte(self, byte): argument
427 def __getTType(self, byte): argument
/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Dbinary_protocol.rb84 def write_byte(byte) argument
Dprotocol_decorator.rb86 def write_byte(byte) argument

12