Home
last modified time | relevance | path

Searched defs:string_vector (Results 1 – 25 of 130) sorted by relevance

123456

/dports/math/octave/octave-6.4.0/liboctave/util/
H A Dstr-vec.h45 explicit string_vector (octave_idx_type n) : m_data (dim_vector (n, 1)) { } in string_vector() function
47 string_vector (const char *s) : m_data (dim_vector (1, 1), s) { } in string_vector() function
49 string_vector (const std::string& s) : m_data (dim_vector (1, 1), s) { } in string_vector() function
64 string_vector (const Array<std::string>& s) in string_vector() function
157 string_vector::string_vector (const String_Container<std::string, Other...>& in string_vector() function
H A Dstr-vec.cc47 string_vector::string_vector (const char * const *s) in string_vector() function in string_vector
69 string_vector::string_vector (const char * const *s, octave_idx_type n) in string_vector() function in string_vector
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/
H A Dtest.c8 struct string_vector { struct
13 static const struct string_vector STRING_VECTORS[] = { argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/
H A Dtest.c8 struct string_vector { struct
13 static const struct string_vector STRING_VECTORS[] = { argument
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/
H A Dtest.c8 struct string_vector { struct
13 static const struct string_vector STRING_VECTORS[] = { argument
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/
H A Dtest.c8 struct string_vector { struct
13 static const struct string_vector STRING_VECTORS[] = { argument
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/
H A Dtest.c8 struct string_vector { struct
13 static const struct string_vector STRING_VECTORS[] = { argument
/dports/math/octave/octave-6.4.0/liboctave/system/
H A Doct-syscalls.h33 class string_vector; variable
H A Dlo-sysdep.h38 class string_vector; variable
/dports/editors/texstudio/texstudio-4.1.2/src/xkb/
H A DXKeyboard.h33 typedef std::vector<std::string> string_vector; typedef
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmaps.h78 typedef vector<string> string_vector; typedef
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dstring_vector_c_test.c27 uhd_string_vector_handle string_vector; in main() local
/dports/x11/xkb-switch/xkb-switch-1.8.5/src/
H A DXKeyboard.hpp35 typedef std::vector<std::string> string_vector; typedef
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dutils.h42 class string_vector; variable
/dports/graphics/R-cran-s2/s2/src/s2/
H A Dencoded_string_vector.cc41 StringVectorEncoder string_vector; in Encode() local
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Dencoded_string_vector.cc41 StringVectorEncoder string_vector; in Encode() local
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Dencoded_string_vector.cc41 StringVectorEncoder string_vector; in Encode() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A Dmain.cpp9 typedef std::vector<std::string> string_vector; typedef

123456