Home
last modified time | relevance | path

Searched refs:colon_location (Results 1 – 17 of 17) sorted by relevance

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/tlm/common/include/
H A Dreporting.h116 int colon_location; \
117 if ((colon_location = routine_string.find("::")) != -1) \
119 routine_string.erase(0, colon_location + 2); \
131 int colon_location; \
132 if ((colon_location = routine_string.find("::")) != -1) \
134 routine_string.erase(0, colon_location + 2); \
146 int colon_location; \
147 if ((colon_location = routine_string.find("::")) != -1) \
149 routine_string.erase(0, colon_location + 2); \
161 int colon_location; \
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/sampler2_0/
H A Dsampler2_0.c486 String colon_location ; in OKCB() local
494 colon_location = strchr(input_string, ':'); in OKCB()
498 if (colon_location) *colon_location = '\0'; in OKCB()
517 size_in_pixel = XmConvertStringToUnits(XtScreen(w), colon_location+1, in OKCB()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp929 int32_t colon_location = flatSpec.FindChar(':'); in NewURI() local
930 if (colon_location <= 0) return NS_ERROR_UNKNOWN_PROTOCOL; in NewURI()
947 if (StringHead(flatSpec, colon_location).Equals(*uri_schemes)) { in NewURI()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/gio/
H A DnsGIOProtocolHandler.cpp999 int32_t colon_location = flatSpec.FindChar(':'); in NewURI() local
1000 if (colon_location <= 0) in NewURI()
1018 if (StringHead(flatSpec, colon_location).Equals(*uri_schemes)) { in NewURI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1348 auto colon_location = host_specifier.rfind(':'); in main() local
1349 if (colon_location != std::string::npos) { in main()
1350 host = host_specifier.substr(0, colon_location); in main()
1352 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1370 auto colon_location = host_specifier.rfind(':'); in main() local
1371 if (colon_location != std::string::npos) { in main()
1372 host = host_specifier.substr(0, colon_location); in main()
1374 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1334 auto colon_location = host_specifier.rfind(':'); in main() local
1335 if (colon_location != std::string::npos) { in main()
1336 host = host_specifier.substr(0, colon_location); in main()
1338 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1371 auto colon_location = host_specifier.rfind(':'); in main() local
1372 if (colon_location != std::string::npos) { in main()
1373 host = host_specifier.substr(0, colon_location); in main()
1375 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1370 auto colon_location = host_specifier.rfind(':'); in main() local
1371 if (colon_location != std::string::npos) { in main()
1372 host = host_specifier.substr(0, colon_location); in main()
1374 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1370 auto colon_location = host_specifier.rfind(':'); in main() local
1371 if (colon_location != std::string::npos) { in main()
1372 host = host_specifier.substr(0, colon_location); in main()
1374 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1370 auto colon_location = host_specifier.rfind(':'); in main() local
1371 if (colon_location != std::string::npos) { in main()
1372 host = host_specifier.substr(0, colon_location); in main()
1374 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1334 auto colon_location = host_specifier.rfind(':'); in main() local
1335 if (colon_location != std::string::npos) { in main()
1336 host = host_specifier.substr(0, colon_location); in main()
1338 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1371 auto colon_location = host_specifier.rfind(':'); in main() local
1372 if (colon_location != std::string::npos) { in main()
1373 host = host_specifier.substr(0, colon_location); in main()
1375 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1370 auto colon_location = host_specifier.rfind(':'); in main() local
1371 if (colon_location != std::string::npos) { in main()
1372 host = host_specifier.substr(0, colon_location); in main()
1374 host_specifier.substr(colon_location + 1, std::string::npos); in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dsource_mod_parser.cpp1093 size_t colon_location = db_xref_str.find(":"); in x_ApplyMods() local
1094 if (colon_location == string::npos) { in x_ApplyMods()
1100 db_xref_str.Copy(new_db->SetDb(), 0, colon_location); in x_ApplyMods()
1101 db_xref_str.Copy(object_id->SetStr(), colon_location + 1, CTempString::npos); in x_ApplyMods()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dsource_mod_parser.cpp1093 size_t colon_location = db_xref_str.find(":"); in x_ApplyMods() local
1094 if (colon_location == string::npos) { in x_ApplyMods()
1100 db_xref_str.Copy(new_db->SetDb(), 0, colon_location); in x_ApplyMods()
1101 db_xref_str.Copy(object_id->SetStr(), colon_location + 1, CTempString::npos); in x_ApplyMods()
/dports/devel/efl/efl-1.25.1/src/lib/eo/
H A Deo_base_class.c629 size_t colon_location = p - search; in _efl_object_name_find() local
636 klass[colon_location] = '\0'; in _efl_object_name_find()
637 search_name = klass + colon_location + 1; in _efl_object_name_find()