Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ functions
Functions
14,751 in github.com/apache/thrift
⨍
Functions
14,751
◇
Types & classes
2,268
↓ 2 callers
Method
hexChar
(byte val)
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:342
↓ 2 callers
Method
hexChar
(byte val)
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:359
↓ 2 callers
Function
hexToByte
(b1, b2 byte)
lib/go/thrift/uuid.go:76
↓ 2 callers
Function
hexToDec
(b byte)
lib/go/thrift/uuid.go:63
↓ 2 callers
Function
i32_to_zigzag
* Convert n into a zigzag int. This allows negative numbers to be * represented compactly as a varint. */
lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c:130
↓ 2 callers
Function
ignorable_fuzz_exception?
(error)
lib/rb/test/fuzz/fuzz_common.rb:31
↓ 2 callers
Method
incNumConnectErrorServers
()
lib/java/src/main/java/org/apache/thrift/TNonblockingMultiFetchStats.java:85
↓ 2 callers
Method
incTotalRecvBufBytes
(int val)
lib/java/src/main/java/org/apache/thrift/TNonblockingMultiFetchStats.java:93
↓ 2 callers
Method
incr
(int amount)
contrib/zeromq/csharp/Main.cs:32
↓ 2 callers
Method
incr
()
lib/go/thrift/middleware_test.go:31
↓ 2 callers
Method
incrementCounter
contrib/fb303/cpp/FacebookBase.cpp:49
↓ 2 callers
Method
incrementGeneration
lib/cpp/test/TServerIntegrationTest.cpp:108
↓ 2 callers
Method
incrementGeneration
lib/cpp/test/processor/Handlers.h:35
↓ 2 callers
Function
init
()
test/go/src/common/server.go:36
↓ 2 callers
Function
initGlobals
compiler/cpp/src/thrift/common.cc:34
↓ 2 callers
Function
init_protocol
(args)
test/features/util.py:46
↓ 2 callers
Function
initrand
lib/cpp/test/TransportTest.cpp:54
↓ 2 callers
Method
int32ToZigzag
Convert l into a zigzag long. This allows negative numbers to be represented compactly as a varint.
lib/go/thrift/compact_protocol.go:746
↓ 2 callers
Method
internalRead
Perform a read into buffer. @return true if the read succeeded, false if there was an error or the connection closed.
lib/java/src/main/java/org/apache/thrift/server/AbstractNonblockingServer.java:553
↓ 2 callers
Method
internalTestByteField
(final byte b)
lib/java/src/test/java/org/apache/thrift/protocol/ProtocolTestBase.java:195
↓ 2 callers
Function
intersect_with_spec
(key, o1, o2)
test/crossrunner/collect.py:97
↓ 2 callers
Method
io_exception_context
(self)
lib/py/src/TTornado.py:135
↓ 2 callers
Method
isAsyncProcessor
()
lib/java/src/main/java/org/apache/thrift/TProcessorFactory.java:37
↓ 2 callers
Method
isBinary
()
lib/java/src/main/java/org/apache/thrift/partial/ThriftMetadata.java:180
↓ 2 callers
Function
isDebuggerActive
Returns true if the current process is being debugged (either running under the debugger or has a debugger attached post facto).
compiler/cpp/tests/catch/catch.hpp:8699
↓ 2 callers
Method
isHighSurrogate
(char c)
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:352
↓ 2 callers
Method
isLowSurrogate
(char c)
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:356
↓ 2 callers
Function
isOk
compiler/cpp/tests/catch/catch.hpp:877
↓ 2 callers
Method
isOneway
()
lib/java/src/main/java/org/apache/thrift/AsyncProcessFunction.java:33
↓ 2 callers
Method
isOpen
lib/cpp/src/thrift/transport/TBufferTransports.h:575
↓ 2 callers
Method
isPartialDeserializationMode
()
lib/java/src/main/java/org/apache/thrift/TDeserializer.java:711
↓ 2 callers
Method
isStrictRead
()
lib/php/lib/Protocol/TBinaryProtocolAccelerated.php:58
↓ 2 callers
Method
isTypedef
()
lib/java/src/main/java/org/apache/thrift/meta_data/FieldValueMetaData.java:52
↓ 2 callers
Method
is_closed
Returns True if connection is closed.
lib/py/src/server/TNonblockingServer.py:223
↓ 2 callers
Method
is_readable
Return True if connection should be added to read list of select
lib/py/src/server/TNonblockingServer.py:218
↓ 2 callers
Method
is_writeable
Return True if connection should be added to write list of select
lib/py/src/server/TNonblockingServer.py:212
↓ 2 callers
Method
join
lib/cpp/src/thrift/server/TNonblockingServer.cpp:1511
↓ 2 callers
Method
joinSelector
Block until the selector thread exits.
lib/java/src/main/java/org/apache/thrift/server/TNonblockingServer.java:78
↓ 2 callers
Function
jsonUnquote
(s string)
lib/go/thrift/simple_json_protocol.go:203
↓ 2 callers
Method
killed
(self)
test/crossrunner/report.py:144
↓ 2 callers
Method
lastModified
(ImmutableSet<File> files)
contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/AbstractThriftMojo.java:216
↓ 2 callers
Method
length
()
lib/javame/src/org/apache/thrift/transport/TMemoryBuffer.java:90
↓ 2 callers
Method
length
()
lib/java/src/main/java/org/apache/thrift/transport/TMemoryBuffer.java:113
↓ 2 callers
Function
libraryVersion
compiler/cpp/tests/catch/catch.hpp:8311
↓ 2 callers
Method
loadCertificateFromBuffer
lib/cpp/src/thrift/transport/TSSLSocket.cpp:995
↓ 2 callers
Method
loadClass
* Loads the given class, definition or interface. * * @param string $class The name of the class */
lib/php/lib/ClassLoader/ThriftClassLoader.php:103
↓ 2 callers
Method
loadPrivateKeyFromBuffer
lib/cpp/src/thrift/transport/TSSLSocket.cpp:1034
↓ 2 callers
Method
loadTest
* Dispatch count tasks, each of which blocks for timeout milliseconds then * completes. Verify that all tasks completed and that thread manager cle
lib/cpp/test/concurrency/ThreadManagerTests.h:95
↓ 2 callers
Function
load_known_failures
(testdir)
test/crossrunner/report.py:71
↓ 2 callers
Function
makeAsyncHandler
(label)
lib/nodejs/test/test_handler.mjs:44
↓ 2 callers
Function
makeProtocol
($transport, $PROTO)
test/php/TestClient.php:60
↓ 2 callers
Function
makeRecursiveCheck
(assert)
lib/nodejs/test/test_driver.mjs:279
↓ 2 callers
Function
makeRecursiveCheck
(assert: test.Test)
lib/nodets/test/test_driver.ts:223
↓ 2 callers
Function
makeTestCase
compiler/cpp/tests/catch/catch.hpp:8132
↓ 2 callers
Method
makeThriftPathFromJars
@throws IOException
contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/AbstractThriftMojo.java:264
↓ 2 callers
Function
makeUnorderedDeepEqual
(assert)
lib/nodejs/test/test_driver.mjs:351
↓ 2 callers
Function
make_helper
(v_from, container)
lib/py/src/protocol/TCompactProtocol.py:37
↓ 2 callers
Method
make_valid_nodeJs_identifier
* Takes a name and produces a valid NodeJS identifier from it * * @param name The name which shall become a valid NodeJS identifier * @return The m
compiler/cpp/src/thrift/generate/t_js_generator.cc:2984
↓ 2 callers
Method
markBad_
lib/cpp/src/thrift/async/TConcurrentClientSyncInfo.cpp:140
↓ 2 callers
Function
matchTest
compiler/cpp/tests/catch/catch.hpp:7186
↓ 2 callers
Method
maxFrameSize
(int maxFrameSize)
lib/java/src/main/java/org/apache/thrift/transport/TServerTransport.java:57
↓ 2 callers
Method
maybe_false_positive
Searches through log file for socket bind error. Returns True if suspicious expression is found, otherwise False
test/crossrunner/report.py:173
↓ 2 callers
Function
merge_metadata
(o, **ret)
test/crossrunner/collect.py:128
↓ 2 callers
Function
missing_processor_message
(svc_name: Option<&str>)
lib/rs/src/server/multiplexed.rs:176
↓ 2 callers
Function
mock_trans
(obj)
lib/rb/spec/processor_spec.rb:33
↓ 2 callers
Function
napkin
()
lib/rs/test/src/bin/kitchen_sink_server.rs:288
↓ 2 callers
Function
newZlibReader
(r io.Reader)
lib/go/thrift/zlib_pool.go:35
↓ 2 callers
Function
newZlibWriterCloserLevel
(w io.Writer, level int)
lib/go/thrift/zlib_pool.go:96
↓ 2 callers
Function
newZlibWriterLevelMust
(level int)
lib/go/thrift/zlib_pool.go:59
↓ 2 callers
Function
new_container_array
lib/rb/ext/struct.c:38
↓ 2 callers
Function
new_transport_error
Create a new `Error` instance of type `Transport` that wraps a `TransportError`.
lib/rs/src/errors.rs:330
↓ 2 callers
Method
none
()
lib/java/src/main/java/org/apache/thrift/Option.java:139
↓ 2 callers
Method
notifyIOThread
* Notification to server that processing has ended on this request. * Can be called either when processing is completed or when a waiting * task
lib/cpp/src/thrift/server/TNonblockingServer.cpp:283
↓ 2 callers
Function
number
()
lib/nodejs/lib/thrift/json_parse.js:68
↓ 2 callers
Method
okToFail
compiler/cpp/tests/catch/catch.hpp:8223
↓ 2 callers
Method
onewayVoidNoThrows
(String msg, boolean throwException)
lib/java/src/test/java/org/apache/thrift/test/voidmethexceptions/ServiceSyncImp.java:62
↓ 2 callers
Method
open
Opens the transport for reading/writing. @throws TTransportException if the transport could not be opened
lib/javame/src/org/apache/thrift/transport/TTransport.java:50
↓ 2 callers
Method
open
lib/cpp/src/thrift/transport/TBufferTransports.h:579
↓ 2 callers
Method
open
Open file if not previously opened. @throws TTransportException if open fails
lib/java/src/main/java/org/apache/thrift/transport/TSimpleFileTransport.java:112
↓ 2 callers
Method
open
(self)
lib/py/src/transport/TTransport.py:155
↓ 2 callers
Method
open
(self)
lib/py/src/transport/TTransport.py:273
↓ 2 callers
Method
or
Get the contained value (if defined) or else return a default value @param other what to return if the value is not defined (a None) @return either t
lib/java/src/main/java/org/apache/thrift/Option.java:52
↓ 2 callers
Method
overlappedResults
lib/cpp/src/thrift/windows/OverlappedSubmissionThread.cpp:50
↓ 2 callers
Function
parse_args
lib/cpp/test/TFileTransportTest.cpp:350
↓ 2 callers
Function
pick_unused_port
()
test/py/RunClientServer.py:105
↓ 2 callers
Function
prepareClientCallException
TestCase: call and reply with exception workflow in the client. Setup mock to fail at a certain position. Return true if position exists otherwise fal
lib/go/test/tests/client_error_test.go:548
↓ 2 callers
Method
prepareEnum
(Class<? extends TEnum> enumClass, int ordinal)
lib/java/src/main/java/org/apache/thrift/partial/ThriftStructProcessor.java:95
↓ 2 callers
Method
prepareRead
We're done writing, so reset our interest ops and change state accordingly.
lib/java/src/main/java/org/apache/thrift/server/AbstractNonblockingServer.java:563
↓ 2 callers
Method
prepareString
(ByteBuffer buffer)
lib/java/src/main/java/org/apache/thrift/partial/ThriftStructProcessor.java:100
↓ 2 callers
Method
print
compiler/cpp/tests/catch/catch.hpp:1721
↓ 2 callers
Method
printUsage
()
lib/java/src/main/java/org/apache/thrift/transport/TFileTransport.java:607
↓ 2 callers
Method
processInterestChanges
Check to see if there are any FrameBuffers that have switched their interest type from read to write or vice versa.
lib/java/src/main/java/org/apache/thrift/server/AbstractNonblockingServer.java:174
↓ 2 callers
Function
profile_write_pprof_file
* Write a BacktraceMap as Google CPU profiler binary data. */
lib/cpp/src/thrift/VirtualProfiling.cpp:351
↓ 2 callers
Function
pseudo_sync_write
lib/cpp/src/thrift/transport/TPipe.cpp:179
↓ 2 callers
Method
pushDeadline
(read, write bool)
lib/go/thrift/socket.go:141
↓ 2 callers
Method
pushDeadline
(read, write bool)
lib/go/thrift/ssl_socket.go:146
↓ 2 callers
Function
rawMemoryToString
compiler/cpp/tests/catch/catch.hpp:1663
↓ 2 callers
Method
read
(TProtocol iprot)
lib/java/src/main/java/org/apache/thrift/TApplicationException.java:83
↓ 2 callers
Method
read
(byte[] buf, int off, int len)
lib/java/src/main/java/org/apache/thrift/transport/TMemoryTransport.java:62
↓ 2 callers
Method
read
Reads up to len bytes into buffer buf, starting at offset off. @param buf Array to read into @param off Index to start reading at @param len Maximum
lib/java/src/main/java/org/apache/thrift/transport/TFileTransport.java:446
← previous
next →
2,301–2,400 of 14,751, ranked by callers