Home
last modified time | relevance | path

Searched defs:const (Results 1 – 23 of 23) sorted by relevance

/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_generator.cc95 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 …]
Dt_d_generator.cc634 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()
Dt_go_generator.cc181 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()
Dt_cpp_generator.cc291 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/
DVirtualProfiling.cpp67 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 ()()
DTApplicationException.cpp67 uint32_t TApplicationException::write(apache::thrift::protocol::TProtocol* oprot) const { in write()
/thrift-3.4.0/test/cpp/src/
DThriftTest_extras.cpp28 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
/thrift-3.4.0/lib/cpp/test/
DThriftTest_extras.cpp28 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
DDebugProtoTest_extras.cpp28 bool Empty::operator<(Empty const& other) const { in operator <()
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DThreadFactory.cpp29 std::shared_ptr<Thread> ThreadFactory::newThread(std::shared_ptr<Runnable> runnable) const { in newThread()
DMonitor.cpp160 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
DMutex.cpp53 bool Mutex::timedlock(int64_t ms) const { in timedlock()
DTimerManager.cpp56 bool operator==(const shared_ptr<Runnable> & runnable) const { return runnable_ == runnable; } in operator ==() argument
/thrift-3.4.0/lib/rb/benchmark/
Dserver.rb67 def resolve_const(const) argument
Dbenchmark.rb248 def resolve_const(const) argument
/thrift-3.4.0/contrib/fb303/
DTClientInfo.cpp51 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/
DThrift.Server.pas64 TLogDelegate = reference to procedure( const str: string); procedure
DThrift.Socket.pas139 TLogDelegate = reference to procedure( const str: string); procedure
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp504 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/
DServiceTracker.cpp369 Stopwatch::elapsedUnits(Stopwatch::Unit unit, string *label) const in elapsedUnits()
/thrift-3.4.0/lib/c_glib/test/
Dtestthrifttestclient.cpp67 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
Dtestthrifttestzlibclient.cpp62 bool Insanity::operator<(thrift::test::Insanity const& other) const { in operator <()
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocket.cpp950 sockaddr* TSocket::getCachedAddress(socklen_t* len) const { in getCachedAddress()