Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 9 of 9) sorted by relevance

/thrift-3.4.0/lib/ts/
DMakefile.am32 doc: prereq target
/thrift-3.4.0/compiler/cpp/src/thrift/parse/
Dt_doc.h36 void set_doc(const std::string& doc) { in set_doc()
/thrift-3.4.0/lib/js/
DMakefile.am36 doc: prereq target
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_generator_registry.h97 #define THRIFT_REGISTER_GENERATOR(language, long_name, doc) \ argument
Dt_swift_generator.cc630 void t_swift_generator::generate_docstring(ostream& out, string& doc) { in generate_docstring()
674 string doc = tstruct->get_doc(); in generate_swift_struct() local
689 string doc = (*m_iter)->get_doc(); in generate_swift_struct() local
713 string doc = (*m_iter)->get_doc(); in generate_swift_struct() local
1600 string doc = tservice->get_doc(); in generate_swift_service_protocol() local
1649 string doc = tservice->get_doc(); in generate_swift_service_protocol_async() local
2813 string doc = tfunction->get_doc(); in function_docstring() local
2824 string doc = (*f_iter)->get_doc(); in function_docstring() local
2866 string doc = tfunction->get_doc(); in async_function_docstring() local
2877 string doc = (*f_iter)->get_doc(); in async_function_docstring() local
Dt_xml_generator.cc426 string doc = tdoc->get_doc(); in write_doc() local
Dt_d_generator.cc357 void emit_doc(t_doc *doc, std::ostream& out) { in emit_doc()
Dt_js_generator.cc344 std::stringstream doc(tdoc->get_doc()); in ts_print_doc() local
/thrift-3.4.0/lib/json/
Dschema.json102 "doc": { "type": "string" } object