MCPcopy Create free account

hub / github.com/apache/thrift / functions

Functions14,751 in github.com/apache/thrift

↓ 4 callersMethodopen
(TTransport transport)
lib/java/src/test/java/org/apache/thrift/server/ServerTestBase.java:497
↓ 4 callersMethodoverrideMimeType
()
lib/nodejs/test/thrift_4987_xhr_protocol.test.mjs:191
↓ 4 callersFunctionparse
* Parses a program */
compiler/cpp/src/thrift/main.cc:930
↓ 4 callersMethodpeek
(self)
lib/py/src/protocol/TJSONProtocol.py:167
↓ 4 callersFunctionperformOptionalSelector
compiler/cpp/tests/catch/catch.hpp:1504
↓ 4 callersMethodpopContext
()
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:295
↓ 4 callersMethodpopContext
()
lib/php/lib/Protocol/TJSONProtocol.php:177
↓ 4 callersMethodpopContext
(self)
lib/py/src/protocol/TJSONProtocol.py:202
↓ 4 callersFunctionprepareClientCallReply
TestCase: Comprehensive call and reply workflow in the client. Setup mock to fail at a certain position. Return true if position exists otherwise fals
lib/go/test/tests/client_error_test.go:35
↓ 4 callersMethodprepareTriggeredCall
* After prepareTriggeredCall() is invoked, calls to any of the *Wait() * functions won't return until triggerPendingCalls() is invoked * * Th
lib/cpp/test/processor/Handlers.h:104
↓ 4 callersFunctionprintTo
lib/cpp/src/thrift/TPrintTo.h:32
↓ 4 callersMethodpushContext
(JSONBaseContext c)
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:289
↓ 4 callersMethodpushContext
($c)
lib/php/lib/Protocol/TJSONProtocol.php:171
↓ 4 callersMethodpushContext
(JSONBaseContext c)
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:298
↓ 4 callersMethodpushContext
(self, ctx)
lib/py/src/protocol/TJSONProtocol.py:198
↓ 4 callersFunctionrb_thrift_binary_proto_read_i32
lib/rb/ext/binary_protocol_accelerated.c:410
↓ 4 callersMethodread
Read up to sz bytes from the decompressed bytes buffer, and read from the underlying transport if the decompression buffer is empty.
lib/py/src/transport/TZlibTransport.py:181
↓ 4 callersMethodreadAll
* TVirtualTransport provides a default implementation of readAll(). * We want to use the TBufferBase version instead. */
lib/cpp/src/thrift/transport/TBufferTransports.h:700
↓ 4 callersMethodreadHeaders
lib/cpp/src/thrift/transport/THttpTransport.cpp:224
↓ 4 callersMethodreadJSONArrayEnd
()
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:847
↓ 4 callersMethodreadJSONArrayEnd
()
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:819
↓ 4 callersMethodreadJSONArrayStart
()
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:841
↓ 4 callersMethodreadJSONArrayStart
()
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:813
↓ 4 callersMethodreadMessageEnd
()
lib/javame/src/org/apache/thrift/protocol/TProtocol.java:131
↓ 4 callersMethodreadString
(&$value)
lib/php/lib/Protocol/TBinaryProtocol.php:450
↓ 4 callersMethodreadVarint64
Read an i64 from the wire as a proper varint. The MSB of each byte is set if there is another byte to follow. This can read up to 10 bytes.
lib/go/thrift/compact_protocol.go:771
↓ 4 callersFunctionread_byte_direct
lib/rb/ext/binary_protocol_accelerated.c:282
↓ 4 callersMethodregisterDefinition
* Registers a Thrift definition namespace. * * @param string $namespace The definition namespace * @param array|string $paths The locat
lib/php/lib/ClassLoader/ThriftClassLoader.php:83
↓ 4 callersMethodrelease
lib/py/src/ext/types.h:101
↓ 4 callersFunctionreleaseOneDescriptor
lib/cpp/src/thrift/server/TServerFramework.cpp:98
↓ 4 callersMethodreset
lib/py/src/ext/types.h:96
↓ 4 callersMethodresizeIfNecessary
(int size)
lib/java/src/main/java/org/apache/thrift/transport/AutoExpandingBuffer.java:36
↓ 4 callersFunctionrun
(name, cases)
lib/nodejs/test/deep-constructor.test.js:324
↓ 4 callersFunctionrunTests
()
lib/nodejs/test/client.mjs:175
↓ 4 callersFunctionrun_parser_fuzzer
Set up and run the fuzzer for a specific protocol. Args: protocol_factory_class: The Thrift protocol factory class to use
lib/py/test/fuzz/fuzz_common.py:151
↓ 4 callersFunctionrun_roundtrip_fuzzer
Set up and run the fuzzer for a specific protocol. Args: protocol_factory_class: The Thrift protocol factory class to use
lib/py/test/fuzz/fuzz_common.py:141
↓ 4 callersMethodrunnable
* Gets the runnable object this thread is hosting */
lib/cpp/src/thrift/concurrency/Thread.h:160
↓ 4 callersMethodseekToChunk
(int chunk)
lib/java/src/main/java/org/apache/thrift/transport/TFileTransport.java:476
↓ 4 callersMethodsendSaslMessage
Send a complete Thrift SASL message. @param status The status to send. @param payload The data to send as the payload of this message. @throws TTrans
lib/java/src/main/java/org/apache/thrift/transport/TSaslTransport.java:120
↓ 4 callersMethodserializeBinary
(TBase obj)
lib/java/src/test/java/org/apache/thrift/partial/ThriftSerDe.java:42
↓ 4 callersMethodserializeCompact
(TBase obj)
lib/java/src/test/java/org/apache/thrift/partial/ThriftSerDe.java:46
↓ 4 callersMethodserve
contrib/zeromq/TZmqServer.h:49
↓ 4 callersMethodserver
lib/cpp/test/SecurityTest.cpp:101
↓ 4 callersMethodsetBit
Returns v, with the bit at position set to 1 or 0 depending on value. @param v the value whose bit is to be set. @param position the 0 based bit numb
lib/java/src/main/java/org/apache/thrift/EncodingUtils.java:131
↓ 4 callersMethodsetCachedAddress
lib/cpp/src/thrift/transport/TSocket.cpp:934
↓ 4 callersMethodsetChunkSize
lib/cpp/src/thrift/transport/TFileTransport.h:212
↓ 4 callersMethodsetCounter
contrib/fb303/cpp/FacebookBase.cpp:74
↓ 4 callersMethodsetDebug
* Sets debugging output on or off * * @param bool $debug */
lib/php/lib/Transport/TSocket.php:173
↓ 4 callersMethodsetMaxEventSize
lib/cpp/src/thrift/transport/TFileTransport.h:243
↓ 4 callersMethodsetRemoteAddress
Set the remote socket address for this ServerContext. The remoteAddress is null when transport is not socket based @param remoteAddress The remote so
lib/java/src/main/java/org/apache/thrift/server/ServerContext.java:54
↓ 4 callersMethodsetValue
lib/cpp/test/processor/Handlers.h:151
↓ 4 callersMethodset_string_byte
Deprecated: Use Thrift::Bytes instead
lib/rb/lib/thrift/transport/base_transport.rb:44
↓ 4 callersMethodsigwait
(self, sig=SIGKILL, timeout=2)
test/crossrunner/run.py:115
↓ 4 callersMethodskipTest
compiler/cpp/tests/catch/catch.hpp:8475
↓ 4 callersFunctionskip_element
lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp:441
↓ 4 callersFunctionskip_list_or_set_contents
Helper method to skip the contents of a list or set (assumes the list/set header has been read).
lib/rb/ext/struct.c:451
↓ 4 callersFunctionsocket_connect
lib/lua/src/usocket.c:191
↓ 4 callersFunctionsocket_create
lib/lua/src/usocket.c:98
↓ 4 callersFunctionsocket_wait
lib/lua/src/usocket.c:50
↓ 4 callersMethodstart
(I iface, T args, AsyncMethodCallback<R> resultHandler)
lib/java/src/main/java/org/apache/thrift/AsyncProcessFunction.java:35
↓ 4 callersMethodtestBinary
lib/c_glib/test/testthrifttestclient.cpp:110
↓ 4 callersMethodtestBit
Bitfield utilities. Returns true if the bit at position is set in v. @param v the value whose bit is to be checked. @param position the 0 based bit n
lib/java/src/main/java/org/apache/thrift/EncodingUtils.java:84
↓ 4 callersMethodtestException
test/cpp/src/TestServer.cpp:327
↓ 4 callersMethodtestI32
(thing: number)
lib/nodets/test/test_handler.ts:123
↓ 4 callersMethodtestMultiException
test/cpp/src/TestServer.cpp:344
↓ 4 callersMethodtestNest
(thing: ttypes.Xtruct2)
lib/nodets/test/test_handler.ts:141
↓ 4 callersMethodtestStruct
(thing: ttypes.Xtruct)
lib/nodets/test/test_handler.ts:138
↓ 4 callersMethodtest_logfile
(cls, test_name, prog_kind, dir=None)
test/crossrunner/report.py:89
↓ 4 callersFunctionthrift_binary_protocol_read_field_begin
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.c:484
↓ 4 callersFunctionthrift_binary_protocol_write_message_begin
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.c:60
↓ 4 callersFunctionthrift_compact_protocol_get_ttype
lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c:154
↓ 4 callersFunctionthrift_compact_protocol_read_string
lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c:1376
↓ 4 callersFunctionthrift_framed_transport_is_open
lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport.c:49
↓ 4 callersFunctionthrift_ssl_socket_get_ssl_error
lib/c_glib/src/thrift/c_glib/transport/thrift_ssl_socket.c:163
↓ 4 callersFunctionthrift_ssl_socket_new_with_host
lib/c_glib/src/thrift/c_glib/transport/thrift_ssl_socket.c:801
↓ 4 callersFunctionthrift_ssl_socket_open
implements thrift_transport_open */
lib/c_glib/src/thrift/c_glib/transport/thrift_ssl_socket.c:262
↓ 4 callersFunctionthrift_struct_write
lib/c_glib/src/thrift/c_glib/thrift_struct.c:33
↓ 4 callersFunctionthrift_transport_read
lib/c_glib/src/thrift/c_glib/transport/thrift_transport.c:64
↓ 4 callersMethodtoPrettyString
(StringBuilder sb, int level)
lib/java/src/main/java/org/apache/thrift/partial/ThriftMetadata.java:301
↓ 4 callersMethodtoZigZag
Some varint / zigzag helper methods
lib/php/lib/Protocol/TCompactProtocol.php:108
↓ 4 callersMethodtriggerPendingCalls
* Wake up all calls waiting in blockUntilTriggered() */
lib/cpp/test/processor/Handlers.h:112
↓ 4 callersMethodtype_name
(type)
lib/rb/lib/thrift/types.rb:89
↓ 4 callersMethodunsupportedFieldTypeException
(byte fieldType)
lib/java/src/main/java/org/apache/thrift/partial/ThriftMetadata.java:549
↓ 4 callersMethodvalidate_uuid!
(uuid)
lib/rb/lib/thrift/uuid.rb:26
↓ 4 callersMethodvalueOr
compiler/cpp/tests/catch/catch.hpp:3163
↓ 4 callersMethodverify
(self, serialized, factory)
lib/py/test/thrift_TSerializer.py:44
↓ 4 callersMethodwrite
(byte[] buf, int off, int len)
lib/java/src/main/java/org/apache/thrift/transport/TByteBuffer.java:63
↓ 4 callersMethodwriteCollectionEnd
()
lib/php/lib/Protocol/TCompactProtocol.php:280
↓ 4 callersMethodwriteFieldBeginInternal
The workhorse of writeFieldBegin. It has the option of doing a 'type override' of the type header. This is used specifically in the boolean field case
lib/go/thrift/compact_protocol.go:211
↓ 4 callersFunctionwriteFully
(tb testing.TB, w io.Writer, s string)
lib/go/thrift/socket_conn_test.go:53
↓ 4 callersMethodwriteJSONArrayEnd
()
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:520
↓ 4 callersMethodwriteJSONArrayEnd
()
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:485
↓ 4 callersMethodwriteJSONArrayStart
()
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:514
↓ 4 callersMethodwriteJSONArrayStart
()
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:479
↓ 4 callersMethodwriteUuid
(UUID uuid)
lib/java/src/main/java/org/apache/thrift/protocol/TLegacyUuidProtocolDecorator.java:44
↓ 4 callersFunctionwrite_collection_begin
lib/rb/ext/compact_protocol.c:159
↓ 4 callersFunctionwrite_container
lib/rb/ext/struct.c:250
↓ 4 callersMethodwrite_field
Writes a field based on the field information, field ID and value. field_info - A Hash containing the definition of the field: :name - The name of
lib/rb/lib/thrift/protocol/base_protocol.rb:241
↓ 4 callersFunctionwrite_field_begin_internal
lib/rb/ext/compact_protocol.c:106
↓ 4 callersMethodwrite_json_char
Write the character ch as part of a JSON string, escaping as appropriate.
lib/rb/lib/thrift/protocol/json_protocol.rb:264
← previousnext →1,401–1,500 of 14,751, ranked by callers