/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | t_generator.cc | 95 void t_generator::validate(const vector<T>& list) const{ in validate() argument 102 void t_generator::validate(t_function const* f) const { in validate() 108 void t_generator::validate(t_service const* s) const { in validate() 113 void t_generator::validate(t_enum const* en) const { in validate() 117 void t_generator::validate(t_struct const* s) const { in validate() 122 void t_generator::validate(t_enum_value const* en_val) const { in validate() 125 void t_generator::validate(t_typedef const* td) const { in validate() 128 void t_generator::validate(t_const const* c) const { in validate() 131 void t_generator::validate(t_field const* f) const { in validate() 135 void t_generator::validate_id(const string& id) const { in validate_id() argument [all …]
|
D | t_d_generator.cc | 634 string render_package(const t_program& program) const { in render_package() argument 709 string render_req(t_field::e_req req) const { in render_req() 740 bool is_immutable_type(t_type* type) const { in is_immutable_type()
|
D | t_go_generator.cc | 181 std::string t_go_generator::camelcase(const std::string& value) const { in camelcase() argument 208 void t_go_generator::fix_common_initialism(std::string& value, int i) const { in fix_common_initialism() 222 …ublicize(const std::string& value, bool is_args_or_result, const std::string& service_name) const { in publicize() argument 270 std::string t_go_generator::publicize(const std::string& value, bool is_args_or_result) const { in publicize() 274 std::string t_go_generator::new_prefix(const std::string& value) const { in new_prefix() argument 286 std::string t_go_generator::privatize(const std::string& value) const { in privatize() argument 1169 t_const_value** OUT_def_value) const { in get_publicized_name_and_def_value()
|
D | t_cpp_generator.cc | 291 bool has_custom_ostream(t_type* ttype) const { in has_custom_ostream() 4685 bool t_cpp_generator::is_struct_storage_not_throwing(t_struct* tstruct) const { in is_struct_storage_not_throwing() 4722 string t_cpp_generator::get_include_prefix(const t_program& program) const { in get_include_prefix() argument
|
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | VirtualProfiling.cpp | 67 bool operator==(Backtrace const& bt) const { return (cmp(bt) == 0); } in operator ==() 77 int cmp(Backtrace const& bt) const { in cmp() 112 void* getFrame(int index) const { in getFrame() 150 size_t operator()(Key const& k) const { return k.hash(); } in operator ()() 195 int cmp(const Key& k) const { in cmp() argument 212 bool operator==(const Key& k) const { return cmp(k) == 0; } in operator ==() argument 234 bool operator()(std::pair<Key, size_t> bt1, std::pair<Key, size_t> bt2) const { in operator ()()
|
D | TApplicationException.cpp | 67 uint32_t TApplicationException::write(apache::thrift::protocol::TProtocol* oprot) const { in write()
|
/thrift-3.4.0/test/cpp/src/ |
D | ThriftTest_extras.cpp | 28 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
|
/thrift-3.4.0/lib/cpp/test/ |
D | ThriftTest_extras.cpp | 28 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
|
D | DebugProtoTest_extras.cpp | 28 bool Empty::operator<(Empty const& other) const { in operator <()
|
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/ |
D | ThreadFactory.cpp | 29 std::shared_ptr<Thread> ThreadFactory::newThread(std::shared_ptr<Runnable> runnable) const { in newThread()
|
D | Monitor.cpp | 160 void Monitor::wait(const std::chrono::milliseconds &timeout) const { in wait() argument 164 int Monitor::waitForTime(const std::chrono::time_point<std::chrono::steady_clock>& abstime) const { in waitForTime() argument 168 int Monitor::waitForTimeRelative(const std::chrono::milliseconds &timeout) const { in waitForTimeRelative() argument
|
D | Mutex.cpp | 53 bool Mutex::timedlock(int64_t ms) const { in timedlock()
|
D | TimerManager.cpp | 56 bool operator==(const shared_ptr<Runnable> & runnable) const { return runnable_ == runnable; } in operator ==() argument
|
/thrift-3.4.0/lib/rb/benchmark/ |
D | server.rb | 67 def resolve_const(const) argument
|
D | benchmark.rb | 248 def resolve_const(const) argument
|
/thrift-3.4.0/contrib/fb303/ |
D | TClientInfo.cpp | 51 const char* TClientInfoConnection::getAddr(char* buf, int len) const { in getAddr() 78 void TClientInfoConnection::getTime(timespec* time) const { in getTime()
|
/thrift-3.4.0/lib/delphi/src/ |
D | Thrift.Server.pas | 64 TLogDelegate = reference to procedure( const str: string); procedure
|
D | Thrift.Socket.pas | 139 TLogDelegate = reference to procedure( const str: string); procedure
|
/thrift-3.4.0/compiler/cpp/tests/catch/ |
D | catch.hpp | 504 NotImplementedException( NotImplementedException const& ) {} in NotImplementedException() function in Catch::NotImplementedException 1141 …Of<ComparatorT> MatcherBase<ObjectT, ComparatorT>::operator && ( MatcherBase const& other ) const { in operator &&() 1145 …Of<ComparatorT> MatcherBase<ObjectT, ComparatorT>::operator || ( MatcherBase const& other ) const { in operator ||() 1857 virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE { in reconstructExpression() 1863 BinaryExpression<T, Op, RhsT&> captureExpression( RhsT& rhs ) const { in captureExpression() 1868 BinaryExpression<T, Op, bool> captureExpression( bool rhs ) const { in captureExpression() 1896 virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE { in reconstructExpression() 1930 virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE { in reconstructExpression() 2485 virtual T getValue( std::size_t index ) const { in getValue() 2508 virtual T getValue( std::size_t index ) const { in getValue() [all …]
|
/thrift-3.4.0/contrib/fb303/cpp/ |
D | ServiceTracker.cpp | 369 Stopwatch::elapsedUnits(Stopwatch::Unit unit, string *label) const in elapsedUnits()
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testthrifttestclient.cpp | 67 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
|
D | testthrifttestzlibclient.cpp | 62 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TSocket.cpp | 950 sockaddr* TSocket::getCachedAddress(socklen_t* len) const { in getCachedAddress()
|