Home
last modified time | relevance | path

Searched refs:CTYPE_BOOLEAN_TRUE (Results 1 – 11 of 11) sorted by relevance

/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dbinary_protocol.h57 CTYPE_BOOLEAN_TRUE = 0x01, enumerator
77 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
193 case T_BOOL: return CTYPE_BOOLEAN_TRUE; in get_compact_type()
214 case CTYPE_BOOLEAN_TRUE: in get_ttype()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/devel/thrift/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/ext/
H A Dcompact_protocol.c49 static int CTYPE_BOOLEAN_TRUE = 0x01; variable
68 return CTYPE_BOOLEAN_TRUE; in get_compact_type()
252 int8_t type = b == Qtrue ? CTYPE_BOOLEAN_TRUE : CTYPE_BOOLEAN_FALSE; in rb_thrift_compact_proto_write_bool()
327 #define is_bool_type(ctype) (((ctype) & 0x0F) == CTYPE_BOOLEAN_TRUE || ((ctype) & 0x0F) == CTYPE_BO…
338 } else if (ctype == CTYPE_BOOLEAN_TRUE || ctype == CTYPE_BOOLEAN_FALSE) { in get_ttype()
483 rb_ivar_set(self, bool_value_id, (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse); in rb_thrift_compact_proto_read_field_begin()
515 return read_byte_direct(self) == CTYPE_BOOLEAN_TRUE ? Qtrue : Qfalse; in rb_thrift_compact_proto_read_bool()
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/
H A DCompactProtocol.xs171 …write_field_begin_internal(p, p->bool_type, p->bool_id, SvTRUE(value) ? CTYPE_BOOLEAN_TRUE: CTYPE_… in writeBool()
418 p->bool_value_id = (type & 0x0f) == CTYPE_BOOLEAN_TRUE ? 1 : 0; in readFieldBegin()