MCPcopy Create free account

hub / github.com/apache/thrift / functions

Functions14,751 in github.com/apache/thrift

↓ 12 callersMethodread_bool
lib/rb/lib/thrift/protocol/json_protocol.rb:742
↓ 12 callersMethodread_map_begin
lib/rb/lib/thrift/protocol/json_protocol.rb:710
↓ 12 callersMethodreset
compiler/cpp/tests/catch/catch.hpp:576
↓ 12 callersMethodresetConsumedMessageSize
* Resets RemainingMessageSize to the configured maximum * * @param newSize configured size */
lib/cpp/src/thrift/transport/TTransport.h:297
↓ 12 callersMethodserve
(self)
lib/py/src/server/TServer.py:70
↓ 12 callersMethodset_header
Sets a header to be sent with the next message
lib/rb/lib/thrift/protocol/header_protocol.rb:69
↓ 12 callersMethodstart
lib/cpp/test/Benchmark.cpp:40
↓ 12 callersMethodtestException
(arg: string)
lib/nodets/test/test_handler.ts:82
↓ 12 callersMethodvalidateBasicFieldMetadata
( ThriftMetadata.ThriftStruct testStruct, int id, String fieldName)
lib/java/src/test/java/org/apache/thrift/partial/ThriftMetadataTest.java:123
↓ 12 callersFunctionwith_type_checking
lib/rb/spec/struct_nested_containers_spec.rb:23
↓ 12 callersMethodwriteJSONInteger
(long num)
lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java:430
↓ 12 callersMethodwriteJSONInteger
($num)
lib/php/lib/Protocol/TJSONProtocol.php:220
↓ 12 callersMethodwriteJSONInteger
(long num)
lib/java/src/main/java/org/apache/thrift/protocol/TJSONProtocol.java:401
↓ 12 callersFunctionwriteVarint
(trans, n)
lib/py/src/protocol/TCompactProtocol.py:59
↓ 12 callersMethodwriteVarint32
* Write an i32 as a varint. Results in 1-5 bytes on the wire. */
lib/cpp/src/thrift/transport/THeaderTransport.cpp:585
↓ 12 callersMethodwriteVarint32
Write an i32 as a varint. Results in 1-5 bytes on the wire. TODO(pomack): make a permanent buffer like writeVarint64?
lib/go/thrift/compact_protocol.go:698
↓ 12 callersMethodwrite_byte
(&mut self, b: u8)
lib/rs/src/protocol/compact.rs:695
↓ 12 callersMethodwrite_map_begin
(ktype, vtype, size)
lib/rb/lib/thrift/protocol/json_protocol.rb:417
↓ 12 callersFunctionwrite_to_read
lib/c_glib/test/testoptionalrequired.c:30
↓ 11 callersMethodEquals
compiler/cpp/tests/catch/catch.hpp:3401
↓ 11 callersMethodFlush
(ctx context.Context)
lib/go/thrift/simple_json_protocol.go:612
↓ 11 callersMethodFlush
(ctx context.Context)
lib/go/thrift/json_protocol.go:445
↓ 11 callersMethodNetwork
()
lib/go/thrift/socket.go:39
↓ 11 callersFunctionNewTFramedTransportFactoryConf
(factory TTransportFactory, conf *TConfiguration)
lib/go/thrift/framed_transport.go:76
↓ 11 callersFunctionNewTSimpleServer4
(processor TProcessor, serverTransport TServerTransport, transportFactory TTransportFactory, protocolFactory T
lib/go/thrift/simple_server.go:79
↓ 11 callersMethodStart
()
lib/netstd/Thrift/Server/TServer.cs:73
↓ 11 callersMethodWriteBinary
(ctx context.Context, value []byte)
lib/go/thrift/protocol.go:54
↓ 11 callersMethodWriteMapEnd
(ctx context.Context)
lib/go/thrift/protocol.go:42
↓ 11 callersMethodWriteSetEnd
(ctx context.Context)
lib/go/thrift/protocol.go:46
↓ 11 callersMethodclose
Closes the transport.
lib/java/src/main/java/org/apache/thrift/transport/TTransport.java:56
↓ 11 callersMethodfindFieldId
(ThriftMetadata.ThriftStruct metadata, String fieldName)
lib/java/src/test/java/org/apache/thrift/partial/ThriftStructProcessorTest.java:295
↓ 11 callersMethodgetFieldValue
(TBase struct, TFieldIdEnum fieldId)
lib/java/src/test/java/org/apache/thrift/partial/ThriftStructProcessorTest.java:305
↓ 11 callersMethodgetResultType
compiler/cpp/tests/catch/catch.hpp:8040
↓ 11 callersMethodgetType
* Returns an error code that provides information about the type of error * that has occurred. * * @return Error code */
lib/cpp/src/thrift/TApplicationException.h:68
↓ 11 callersMethodgetType
()
lib/java/src/main/java/org/apache/thrift/transport/TTransportException.java:75
↓ 11 callersMethodgetValue
()
lib/java/src/main/java/org/apache/thrift/protocol/TProtocol.java:118
↓ 11 callersMethodget_string_byte
(string, index)
lib/rb/lib/thrift/transport/base_transport.rb:39
↓ 11 callersMethodgreeting
(english)
lib/rb/spec/nonblocking_server_spec.rb:31
↓ 11 callersFunctionisTimeoutError
isTimeoutError returns true when err is an error caused by timeout. Note that this also includes TTransportException wrapped timeout errors.
lib/go/thrift/transport_exception.go:125
↓ 11 callersMethodlen
()
lib/java/src/main/java/org/apache/thrift/TByteArrayOutputStream.java:50
↓ 11 callersMethodmax_string_size
(&self)
lib/rs/src/configuration.rs:67
↓ 11 callersMethodonError
This method will be called when there is either an unexpected client-side exception like an IOException or else when the remote method raises an excep
lib/java/src/main/java/org/apache/thrift/async/AsyncMethodCallback.java:46
↓ 11 callersMethodopen
compiler/cpp/tests/catch/catch.hpp:6136
↓ 11 callersMethodprocessor
(TProcessor processor)
lib/java/src/main/java/org/apache/thrift/server/TServer.java:55
↓ 11 callersMethodreadJSONSyntaxChar
($b)
lib/php/lib/Protocol/TJSONProtocol.php:196
↓ 11 callersMethodreadVarint32
* Read an i32 from the wire as a varint. The MSB of each byte is set * if there is another byte to follow. This can read up to 5 bytes. */
lib/cpp/src/thrift/transport/THeaderTransport.cpp:560
↓ 11 callersMethodreadVarint32
Internal reading methods Read an i32 from the wire as a varint. The MSB of each byte is set if there is another byte to follow. This can read up to
lib/go/thrift/compact_protocol.go:762
↓ 11 callersMethodread_json_string
Decodes a JSON string, including unescaping, and returns the string via str
lib/rb/lib/thrift/protocol/json_protocol.rb:511
↓ 11 callersMethodregisterNamespace
* Registers a namespace. * * @param string $namespace The namespace * @param array|string $paths The location(s) of the namespace
lib/php/lib/ClassLoader/ThriftClassLoader.php:72
↓ 11 callersMethodserialize
(base)
lib/rb/lib/thrift/serializer/serializer.rb:27
↓ 11 callersMethodskip
Skips over the next data element from the provided input TProtocol object. @param prot the protocol object to read from @param type the next value
lib/javame/src/org/apache/thrift/protocol/TProtocolUtil.java:58
↓ 11 callersMethodtestByte
()
lib/java/src/test/java/org/apache/thrift/protocol/ProtocolTestBase.java:177
↓ 11 callersFunctionthrift_binary_protocol_write_byte
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.c:277
↓ 11 callersFunctionthrift_binary_protocol_write_i32
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.c:310
↓ 11 callersFunctionthrift_compact_protocol_read_bool
lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c:1224
↓ 11 callersFunctionthrift_protocol_read_byte
lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c:366
↓ 11 callersMethodwakeup
()
lib/java/src/main/java/org/apache/thrift/server/TSaslNonblockingServer.java:365
↓ 11 callersMethodwriteByte
(self, byte)
lib/py/src/protocol/TBinaryProtocol.py:111
↓ 11 callersMethodwriteByteDirect
Writes a byte without any possibility of all that field header nonsense. Used internally by other writing methods that know they need to write a byte.
lib/go/thrift/compact_protocol.go:752
↓ 11 callersMethodwriteByteDirect
Writes a byte without any possibility of all that field header nonsense. Used internally by other writing methods that know they need to write a byte.
lib/java/src/main/java/org/apache/thrift/protocol/TCompactProtocol.java:474
↓ 11 callersMethodwrite_byte
(byte)
lib/rb/lib/thrift/protocol/json_protocol.rb:454
↓ 11 callersMethodwrite_i64
(i64)
lib/rb/lib/thrift/protocol/json_protocol.rb:466
↓ 11 callersMethodwrite_map_end
lib/rb/lib/thrift/protocol/json_protocol.rb:425
↓ 11 callersFunctionwrite_to_read
lib/cpp/test/OptionalRequiredTest.cpp:54
↓ 10 callersMethodAddr
Returns the remote address of the socket.
lib/go/thrift/socket.go:201
↓ 10 callersFunctionMust
Must is a sugar to be used in places that error handling is impossible (for example, global variable declarations) and also errors are not in general
lib/go/thrift/uuid.go:125
↓ 10 callersFunctionNewTApplicationException
(type_ int32, message string)
lib/go/thrift/application_exception.go:117
↓ 10 callersFunctionNewTServerSocket
(listenAddr string)
lib/go/thrift/server_socket.go:38
↓ 10 callersFunctionNewTSimpleServer2
(processor TProcessor, serverTransport TServerTransport)
lib/go/thrift/simple_server.go:75
↓ 10 callersMethodParsePostValue
()
lib/go/thrift/simple_json_protocol.go:883
↓ 10 callersMethodParsePreValue
()
lib/go/thrift/simple_json_protocol.go:823
↓ 10 callersFunctionRED
(s)
lib/nodejs/test/thrift_4987_xhr_protocol.test.mjs:131
↓ 10 callersMethod_assert_connection_failure
(self, server, path=None, **client_args)
lib/py/test/test_sslsocket.py:142
↓ 10 callersMethod_assert_connection_success
(self, server, path=None, **client_args)
lib/py/test/test_sslsocket.py:162
↓ 10 callersMethodacquire
(self)
lib/py/src/TTornado.py:45
↓ 10 callersMethodcanBeUsedNaked
Does it make sense to call methods like writeI32 directly on your protocol?
lib/java/src/test/java/org/apache/thrift/protocol/ProtocolTestBase.java:53
↓ 10 callersMethodcheckAsyncClient
( String desc, String msg, boolean throwException, T expectedResult, C
lib/java/src/test/java/org/apache/thrift/test/voidmethexceptions/TestVoidMethExceptions.java:148
↓ 10 callersMethodcheckReadBytesAvailable
(TMap map)
lib/java/src/main/java/org/apache/thrift/protocol/TProtocol.java:78
↓ 10 callersMethodcheckSyncClient
( String desc, String msg, boolean throwException, String expectedResult,
lib/java/src/test/java/org/apache/thrift/test/voidmethexceptions/TestVoidMethExceptions.java:105
↓ 10 callersFunctionchecktype
lib/lua/src/luasocket.c:70
↓ 10 callersMethodciphers
lib/cpp/src/thrift/transport/TSSLSocket.cpp:956
↓ 10 callersMethodcreateConnection
* Creates a new connection either by reusing an object off the stack or * by allocating a new one entirely */
lib/cpp/src/thrift/server/TNonblockingServer.cpp:912
↓ 10 callersMethodcreateSocket
lib/cpp/src/thrift/transport/TSSLSocket.cpp:909
↓ 10 callersFunctiondebug
lib/cpp/test/processor/EventLog.cpp:32
↓ 10 callersMethoddeepCopy
Performs a deep copy of this instance and returns the copy. @return a deep copy of this instance.
lib/java/src/main/java/org/apache/thrift/TBase.java:67
↓ 10 callersMethoddispose
Close this peer and release resources.
lib/java/src/main/java/org/apache/thrift/transport/sasl/SaslPeer.java:95
↓ 10 callersMethodempty_write_buffer
Resets the internal write buffer, making it seem like no bytes were written. Calling `write_buffer` after this returns an empty vector.
lib/rs/src/transport/mem.rs:117
↓ 10 callersFunctionexecute_call
(service_type: &str, call_name: &str, mut f: F)
lib/rs/test/src/bin/kitchen_sink_client.rs:258
↓ 10 callersMethodfinish
lib/cpp/src/thrift/qt/TQTcpServer.cpp:143
↓ 10 callersMethodflush
lib/cpp/src/thrift/transport/TSSLSocket.cpp:586
↓ 10 callersMethodfrom
(s: String)
lib/rs/src/errors.rs:293
↓ 10 callersMethodgetCompactType
Given a TType value, find the appropriate TCompactProtocol.Types constant.
lib/go/thrift/compact_protocol.go:859
↓ 10 callersMethodgetFieldValue
Get a field's value by field variable. Primitive types will be wrapped in the appropriate "boxed" types. @param field the field whose value is reques
lib/java/src/main/java/org/apache/thrift/TBase.java:51
↓ 10 callersMethodgetHeader
@return header of the frame
lib/java/src/main/java/org/apache/thrift/transport/sasl/FrameReader.java:92
↓ 10 callersMethodgetPath
lib/cpp/src/thrift/transport/TSocket.cpp:707
↓ 10 callersMethodget_identifier
compiler/cpp/src/thrift/parse/t_const_value.h:124
↓ 10 callersMethodinitConfig
(int maxSize)
lib/java/src/test/java/org/apache/thrift/protocol/ProtocolTestBase.java:539
↓ 10 callersMethodinterruptChildren
lib/cpp/src/thrift/transport/TServerSocket.cpp:760
↓ 10 callersMethodisOk
Result was a success, or failure is suppressed
compiler/cpp/tests/catch/catch.hpp:8036
↓ 10 callersMethodmax_container_size
(&self)
lib/rs/src/configuration.rs:63
← previousnext →501–600 of 14,751, ranked by callers