Searched refs:space (Results 1 – 17 of 17) sorted by relevance
/thrift-3.4.0/lib/cl/READMES/ |
D | readme-cassandra.lisp | 32 (loop for space in (cassandra:describe-keyspaces *c*) 33 collect (loop for key being each hash-key of (cassandra:describe-keyspace *c* space) 50 (keyspace-descriptions (loop for space in keyspace-names 51 collect (cons space 53 … of (cassandra:describe-keyspace cassandra space)
|
/thrift-3.4.0/ |
D | .editorconfig | 40 indent_style = space 71 indent_style = space 76 indent_style = space 83 indent_style = space 87 indent_style = space
|
D | Makefile.am | 78 space := $(empty) $(empty) macro 82 CROSS_LANGS_COMMA_SEPARATED = $(subst $(space),$(comma),$(CROSS_LANGS)) 129 skipped_files = $(subst $(space),$(comma),$(codespell_skip_files))
|
D | CHANGES.md | 27 - [THRIFT-5529](https://issues.apache.org/jira/browse/THRIFT-5529) - Missing space "<::" in C++ gen… 1149 …wse/THRIFT-4620) - TZlibTransport.cpp doesn't ensure that there is enough space for the zlib flush… 2449 …apache.org/jira/browse/THRIFT-3241) - fatal error: runtime: cannot map pages in arena address space 3383 - [THRIFT-1469](https://issues.apache.org/jira/browse/THRIFT-1469) - Java isset space optimization
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TBufferTransports.cpp | 66 auto space = static_cast<uint32_t>(wBound_ - wBase_); in writeSlow() local 101 memcpy(wBase_, buf, space); in writeSlow() 102 buf += space; in writeSlow() 103 len -= space; in writeSlow()
|
/thrift-3.4.0/doc/ |
D | committers.md | 11 * curl https://issues.apache.org/jira/... |git apply --ignore-space-change 15 …* curl https://github.com/<GitHub User>/thrift/commit/<Commit ID>.patch |git apply --ignore-space-…
|
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/ |
D | thrift_buffered_transport.c | 185 guint32 space = t->w_buf_size - t->w_buf->len; in thrift_buffered_transport_write_slow() local 208 t->w_buf = g_byte_array_append (t->w_buf, buf, space); in thrift_buffered_transport_write_slow() 217 t->w_buf = g_byte_array_append (t->w_buf, (guint8 *)buf + space, len-space); in thrift_buffered_transport_write_slow()
|
/thrift-3.4.0/aclocal/ |
D | ax_prog_perl_modules.m4 | 17 # MODULES is a space separated list of module names. To check for a
|
D | ax_compare_version.m4 | 112 dnl # The sed right after the echo is to remove any indented white space.
|
/thrift-3.4.0/doc/specs/ |
D | HeaderFormat.md | 57 Info ID's and transform ID's should share the same ID space.
|
D | thrift-compact-protocol.md | 54 numbers into the positive number space. When we read 0, 1, 2, 3, 4 or 5 from the wire, this is tran…
|
D | thrift.tex | 457 Facebook has implemented and deployed a space-efficient binary protocol which
|
/thrift-3.4.0/contrib/ |
D | Vagrantfile | 26 # Create swap space
|
/thrift-3.4.0/lib/d/src/thrift/server/ |
D | nonblocking.d | 966 ubyte[4] space = void; in transition() 967 outputTransport_.write(space); in transition()
|
/thrift-3.4.0/test/ |
D | DocTest.thrift | 205 * note the space
|
/thrift-3.4.0/build/docker/ |
D | README.md | 120 …ou are done, you want to clean up occasionally so that docker isn't using lots of extra disk space:
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_json_parser.erl | 39 -define(space, 16#20). macro
|