Home
last modified time | relevance | path

Searched full:contents (Results 1 – 25 of 66) sorted by relevance

123

/thrift-3.4.0/lib/d/src/thrift/transport/
Dmemory.d33 * buffer contents have already been read out again.
66 * buffer = Initial contents available to be read.
68 this(in ubyte[] contents) { in this() argument
69 auto size = contents.length; in this()
71 buffer_[0 .. size] = contents[]; in this()
83 * Returns a read-only view of the current buffer contents.
/thrift-3.4.0/lib/javame/src/org/apache/thrift/transport/
DTMemoryBuffer.java65 * Output the contents of the memory buffer as a String, using the supplied
69 * @return the contents of the memory buffer as a String
84 // The contents of the buffer
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/
DTMemoryBuffer.java89 * Output the contents of the memory buffer as a String, using the supplied encoding
92 * @return the contents of the memory buffer as a String
107 // The contents of the buffer
DTSaslTransport.java366 * Read from the underlying transport. Unwraps the contents if a QOP was negotiated during the
425 * Flushes to the underlying transport. Wraps the contents if a QOP was negotiated during the SASL
/thrift-3.4.0/lib/rb/lib/thrift/
Dstruct_union.rb58 # Skip the map contents if the declared key or value types don't match the expected ones.
76 # Skip the list contents if the declared element type doesn't match the expected one.
90 # Skip the set contents if the declared element type doesn't match the expected one.
/thrift-3.4.0/lib/cpp/test/
DTMemoryBufferTest.cpp169 // Contents in BOOST_AUTO_TEST_CASE()
180 // Contents in BOOST_AUTO_TEST_CASE()
238 // Contents in BOOST_AUTO_TEST_CASE()
247 // Contents in BOOST_AUTO_TEST_CASE()
328 // Contents in BOOST_AUTO_TEST_CASE()
336 // Contents in BOOST_AUTO_TEST_CASE()
/thrift-3.4.0/.github/workflows/
Dcmake.yml13 contents: read
/thrift-3.4.0/lib/py/
Dsetup.py67 Return the contents of a file
73 - contents of the file
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_oop_generator.h68 virtual void generate_java_docstring_comment(std::ostream& out, std::string contents) { in generate_java_docstring_comment() argument
69 generate_docstring_comment(out, "/**\n", " * ", contents, " */\n"); in generate_java_docstring_comment()
Dt_generator.cc165 const string& contents, in generate_docstring_comment() argument
169 stringstream docs(contents, ios_base::in); in generate_docstring_comment()
Dt_netstd_generator.h129 void generate_netstd_docstring_comment(ostream& out, string contents);
130 …, const string& comment_start, const string& line_prefix, const string& contents, const string& co…
Dt_delphi_generator.cc376 string replace_all(string contents, string search, string replace);
377 string xml_encode(string contents);
378 string xmldoc_encode(string contents);
379 string xmlattrib_encode(string contents);
383 void generate_delphi_docstring_comment(std::ostream& out, string contents);
488 string t_delphi_generator::replace_all(string contents, string search, string repl) { in replace_all() argument
489 string str(contents); in replace_all()
507 string t_delphi_generator::xml_encode(string contents) { in xml_encode() argument
508 string str(contents); in xml_encode()
521 string t_delphi_generator::xmlattrib_encode(string contents) { in xmlattrib_encode() argument
[all …]
/thrift-3.4.0/lib/c_glib/test/
Dtestcontainertest.c104 /* Accept a string list from the client and append its contents to our internal
122 /* Return the contents of our internal string list to the client */
373 /* Make sure the list and its contents are valid */ in test_container_service_list_string_list_inner()
408 /* Make sure the list and its contents are valid */ in test_container_service_typedefd_list_string_list_inner()
/thrift-3.4.0/lib/rb/ext/
Dstruct.c416 // Helper method to skip the contents of a map (assumes the map header has been read).
425 // Helper method to skip the contents of a list or set (assumes the list/set header has been read).
472 // Check the declared key and value types against the expected ones and skip the map contents in read_anything()
506 // Check the declared element type against the expected one and skip the list contents in read_anything()
533 // Check the declared element type against the expected one and skip the set contents in read_anything()
/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Djson_protocol.rb299 # Write out the contents of the string str as a JSON string, escaping characters as appropriate.
309 # Write out the contents of the string as JSON string, base64-encoding
310 # the string's contents, and escaping as appropriate
/thrift-3.4.0/test/cl/
Dmake-test-server.lisp28 (text :contents "The Common Lisp server for Thrift's cross-language test suite.")
Dmake-test-client.lisp41 (text :contents "The Common Lisp client for Thrift's cross-language test suite.")
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTTransport.h202 * If borrow doesn't return buf, then the contents of
212 * If borrow fails, the contents of *len are undefined.
DTHttpClient.cpp101 // Fetch the contents of the write buffer in flush()
DTHttpServer.cpp124 // Fetch the contents of the write buffer in flush()
/thrift-3.4.0/lib/haxe/
DREADME.md94 It is recommended to clear out all gen-haxe contents once before switching
/thrift-3.4.0/doc/specs/
Dthrift-sasl-spec.txt67 response sent by the other, but is dissatisfied with the contents thereof, this
/thrift-3.4.0/lib/rs/src/transport/
Dmem.rs122 /// Overwrites the contents of the read buffer with the contents of the
/thrift-3.4.0/lib/perl/lib/Thrift/
DSocket.pm141 # Uses stream get contents to do the reading
/thrift-3.4.0/doc/install/
Dwindows.md98 If you need perl, and are happy to manually install it, replace the contents of thrift/lib/perl/Mak…

123