Searched refs:boolean (Results 1 – 13 of 13) sorted by relevance
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/ |
D | thrift_server_transport.c | 38 gboolean boolean = TRUE; in G_DEFINE_ABSTRACT_TYPE() local 44 boolean = FALSE; in G_DEFINE_ABSTRACT_TYPE() 48 boolean = FALSE; in G_DEFINE_ABSTRACT_TYPE() 50 return boolean; in G_DEFINE_ABSTRACT_TYPE() 56 gboolean boolean = TRUE; in thrift_server_transport_checkReadBytesAvailable() local 64 boolean = FALSE; in thrift_server_transport_checkReadBytesAvailable() 67 return boolean; in thrift_server_transport_checkReadBytesAvailable()
|
D | thrift_transport.c | 147 gboolean boolean = TRUE; in thrift_transport_updateKnownMessageSize() local 153 boolean = FALSE; in thrift_transport_updateKnownMessageSize() 157 boolean = FALSE; in thrift_transport_updateKnownMessageSize() 159 return boolean; in thrift_transport_updateKnownMessageSize() 165 gboolean boolean = TRUE; in thrift_transport_checkReadBytesAvailable() local 173 boolean = FALSE; in thrift_transport_checkReadBytesAvailable() 176 return boolean; in thrift_transport_checkReadBytesAvailable()
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/ |
D | TCompactProtocol.hx | 97 * If we encounter a boolean field begin, save the TField here so it can 103 * If we Read a field header, and it's a boolean field, save the boolean 204 * boolean field case. 269 * Write a boolean value. Potentially, this could be a boolean field, in 471 // if this happens to be a boolean field, the value is encoded in the type 473 // save the boolean value in a special instance variable. 538 * Read a boolean off the wire. If this is a boolean field, the value should
|
/thrift-3.4.0/test/py/ |
D | TestServer.py | 46 def testBool(self, boolean): argument 48 logging.info('testBool(%s)' % str(boolean).lower()) 49 return boolean
|
/thrift-3.4.0/test/c_glib/src/ |
D | test_client.c | 308 gboolean boolean = 0; in main() local 449 &boolean, in main() 452 printf (" = %s\n", boolean ? "true" : "false"); in main() 453 if (boolean != 1) in main() 465 &boolean, in main() 468 printf (" = %s\n", boolean ? "true" : "false"); in main() 469 if (boolean != 0) in main()
|
/thrift-3.4.0/lib/py/src/protocol/ |
D | TJSONProtocol.py | 549 def writeBool(self, boolean): argument 550 self.writeJSONNumber(1 if boolean is True else 0) 661 def writeBool(self, boolean): argument 662 self.writeJSONNumber(1 if boolean is True else 0)
|
/thrift-3.4.0/contrib/ |
D | Vagrantfile | 68 echo "golang-go golang-go/dashboard boolean false" | debconf-set-selections
|
/thrift-3.4.0/doc/specs/ |
D | thrift-compact-protocol.md | 229 …e that because there are 2 specific field types for the boolean values, the encoding of a boolean …
|
D | thrift.tex | 159 \item \texttt{bool} A boolean value, true or false 535 the inner \texttt{isset} object of each Thrift struct contains a boolean value
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_json_parser.erl | 26 -record(config, {strict_utf8 = false :: boolean()}).
|
/thrift-3.4.0/lib/java/ |
D | README.md | 223 changed to remove the boolean return type and instead rely on Exceptions.
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 293 up too early. If the static boolean is set to disable openssl initialization and
|
/thrift-3.4.0/ |
D | CHANGES.md | 1684 …apache.org/jira/browse/THRIFT-3884) - Fix Erlang compact protocol double endianess and boolean list 1685 …s://issues.apache.org/jira/browse/THRIFT-3880) - Erlang Compact protocol) - boolean values inverted 1923 - [THRIFT-3584](https://issues.apache.org/jira/browse/THRIFT-3584) - boolean false value cannot be … 2841 - [THRIFT-2048](https://issues.apache.org/jira/browse/THRIFT-2048) - Prefer boolean context to null… 3559 …g/jira/browse/THRIFT-1130) - Add the ability to specify symbolic default value for optional boolean
|