Searched defs:line (Results 1 – 11 of 11) sorted by relevance
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | THttpTransport.cpp | 111 char* line = readLine(); in readChunked() local 127 char* line = readLine(); in readChunkedFooters() local 135 uint32_t THttpTransport::parseChunkSize(char* line) { in parseChunkSize() 183 char* line = httpBuf_ + httpPos_; in readLine() local 237 char* line = readLine(); in readHeaders() local
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | http.d | 192 auto line = readLine(); in readHeaders() local 216 auto line = readLine(); in readChunked() local 239 auto line = readLine(); in readChunkedFooters() local
|
D | ssl.d | 499 void lockingCallback(int mode, int n, const(char)* file, int line) { in lockingCallback() 507 CRYPTO_dynlock_value* dynlockCreateCallback(const(char)* file, int line) { in dynlockCreateCallback() 517 const(char)* file, int line) in dynlockLockCallback() 528 const(char)* file, int line) in dynlockDestroyCallback()
|
/thrift-3.4.0/lib/d/src/thrift/internal/ |
D | ssl.d | 209 int line = void; variable
|
/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | t_generator.cc | 171 char line[1024]; in generate_docstring_comment() local
|
D | t_js_generator.cc | 2933 string line; in parse_imports() local
|
D | t_dart_generator.cc | 442 for (const auto & line : lines) { in generate_dart_pubspec() local
|
D | t_netstd_generator.cc | 3731 char line[1024]; in docstring_comment() local
|
D | t_delphi_generator.cc | 3283 string line = ""; in constructor_argument_list() local
|
/thrift-3.4.0/test/crossrunner/ |
D | report.py | 179 def match(line): argument
|
/thrift-3.4.0/compiler/cpp/tests/catch/ |
D | catch.hpp | 366 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line argument 367 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) argument 465 std::size_t line; member 2638 #define INTERNAL_CATCH_LINESTR2( line ) #line argument 2639 #define INTERNAL_CATCH_LINESTR( line ) INTERNAL_CATCH_LINESTR2( line ) argument 5176 std::string line; in loadTestNamesFromFile() local 8749 for( std::string line; std::getline(in, line); ) { in isDebuggerActive() local 9687 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars() local
|