/thrift-3.4.0/lib/go/thrift/ |
D | uuid.go | 63 func hexToDec(b byte) (byte, bool) { 76 func hexToByte(b1, b2 byte) (b byte, ok bool) {
|
D | rich_transport.go | 67 func writeByte(w io.Writer, c byte) error {
|
D | pointerize.go | 58 func ByteSlicePtr(v []byte) *[]byte { return &v }
|
/thrift-3.4.0/lib/go/test/fuzz/ |
D | fuzz.go | 37 func fuzzChooseProtocol(d byte, t thrift.TTransport) thrift.TProtocol { 48 func Fuzz(data []byte) int {
|
/thrift-3.4.0/lib/rb/lib/thrift/ |
D | bytes.rb | 68 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/ |
D | memory_buffer.c | 80 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
|
D | binary_protocol_accelerated.c | 178 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/ |
D | test_thrift_compact_protocol.erl | 60 byte(This0, Value0) -> round_trip(This0, byte, Value0). function
|
/thrift-3.4.0/lib/swift/Sources/ |
D | TCompactProtocol.swift | 71 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/ |
D | TCompactProtocol.tcc | 223 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
|
D | TDebugProtocol.cpp | 30 static string byte_to_hex(const uint8_t byte) { in byte_to_hex() 313 uint32_t TDebugProtocol::writeByte(const int8_t byte) { in writeByte()
|
D | TVirtualProtocol.h | 130 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()
|
D | THeaderProtocol.cpp | 121 uint32_t THeaderProtocol::writeByte(const int8_t byte) { in writeByte() 222 uint32_t THeaderProtocol::readByte(int8_t& byte) { in readByte()
|
D | TProtocolDecorator.h | 87 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()
|
D | TProtocolTap.h | 127 uint32_t readByte(int8_t& byte) { in readByte()
|
D | TBinaryProtocol.tcc | 141 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/ |
D | TProtocolDecorator.php | 151 public function writeByte($byte) 256 public function readByte(&$byte)
|
D | TProtocol.php | 120 abstract public function writeByte($byte); 168 abstract public function readByte(&$byte);
|
D | TSimpleJSONProtocol.php | 242 public function writeByte($byte) 345 public function readByte(&$byte)
|
D | TCompactProtocol.php | 332 public function writeUByte($byte) 589 public function getTType($byte)
|
/thrift-3.4.0/lib/rb/lib/thrift/transport/ |
D | base_transport.rb | 44 def self.set_string_byte(string, index, byte) argument
|
/thrift-3.4.0/compiler/cpp/src/thrift/parse/ |
D | t_type.h | 79 static std::string byte_to_hex(uint8_t byte) { in byte_to_hex()
|
/thrift-3.4.0/lib/py/src/protocol/ |
D | TCompactProtocol.py | 210 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/ |
D | binary_protocol.rb | 84 def write_byte(byte) argument
|
D | protocol_decorator.rb | 86 def write_byte(byte) argument
|