Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/test/cpp/src/
DStressTestNonBlocking.cpp74 int ct = counts_[method]; in count() local
75 counts_[method] = ++ct; in count()
DStressTest.cpp72 int ct = counts_[method]; in count() local
73 counts_[method] = ++ct; in count()
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_ocaml_generator.cc397 string ct = tmp("_c"); in render_const_value() local
400 indent(out) << "(let " << ct << " = new " << cname << " in" << endl; in render_const_value()
418 out << ct << "#set_" << fname << " "; in render_const_value()
422 indent(out) << ct << ")"; in render_const_value()