Home
last modified time | relevance | path

Searched refs:STL (Results 1 – 25 of 157) sorted by relevance

1234567

/external/python/pybind11/docs/advanced/cast/
Doverview.rst111 | ``std::string`` | STL dynamic UTF-8 string | :file:`pybind11/pybind11.h` |
113 | ``std::u16string`` | STL dynamic UTF-16 string | :file:`pybind11/pybind11.h` |
115 | ``std::u32string`` | STL dynamic UTF-32 string | :file:`pybind11/pybind11.h` |
117 | ``std::wstring`` | STL dynamic wide string | :file:`pybind11/pybind11.h` |
119 | ``std::string_view``, | STL C++17 string views | :file:`pybind11/pybind11.h` |
130 | ``std::array<T, Size>`` | STL static array | :file:`pybind11/stl.h` |
132 | ``std::vector<T>`` | STL dynamic array | :file:`pybind11/stl.h` |
134 | ``std::deque<T>`` | STL double-ended queue | :file:`pybind11/stl.h` |
136 | ``std::valarray<T>`` | STL value array | :file:`pybind11/stl.h` |
138 | ``std::list<T>`` | STL linked list | :file:`pybind11/stl.h` |
[all …]
Dstl.rst1 STL containers
27 example that demonstrates how to pass STL data types in more detail.
88 and return values that are constructed from STL data types such as vectors,
114 As you can see, when passing STL data structures by reference, modifications
116 exposing STL data structures using the ``def_readwrite`` or ``def_readonly``
186 Binding STL containers
189 The ability to expose STL containers as native Python objects is a fairly
210 When binding STL containers pybind11 considers the types of the container's
240 convenience STL container wrappers.
/external/google-breakpad/src/testing/gtest/xcode/Config/
DDebugProject.xcconfig28 // These are turned off to avoid STL incompatibilities with client code
29 // // Turns on special C++ STL checks to "encourage" good STL use
/external/eigen/doc/
DStlContainers.dox3 /** \eigenManualPage TopicStlContainers Using STL Containers with Eigen
9 Using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", or c…
14 …her Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers.
18 STL containers take an optional template parameter, the allocator type. When using STL containers o…
DUnalignedArrayAssert.dox49 \section c2 Cause 2: STL Containers or manual memory allocation
51 If you use STL Containers such as std::vector, std::map, ..., with %Eigen objects, or with classes …
59 then you need to read this separate page: \ref TopicStlContainers "Using STL Containers with Eigen".
63 …cator "aligned allocator" as detailed in the \ref TopicStlContainers "solution for STL containers".
/external/google-fruit/extras/scripts/
Dpostsubmit.sh7 if [ "$STL" != "" ]
9 STLARG="-stdlib=$STL"
/external/tinyxml/
Dchanges.txt88 - Yves Berquin brings us the STL switch. The forum on SourceForge, and various emails to
89 me, have long debated all out STL vs. no STL at all. And now you can have it both ways.
96 - Uneeded code is not compiled in the STL case.
97 - Changed headers so that STL can be turned on or off in tinyxml.h
102 - Nimrod Cohen found a truly evil bug in the STL implementation that occurs
104 STL_STRING_BUG for a full description. I'm asserting this is a Microsoft STL
126 - Got sick of fighting the STL/non-STL thing in the windows build. Broke
135 - Fixed STL compilation problem in MinGW (and gcc 3?) - thanks Brian Yoder for finding this one
Dreadme.txt45 compiled with or without STL support. TinyXml fully supports
90 <h3> Using STL </h3>
92 TinyXml can be compiled to use or not use STL. When using STL, TinyXml
97 When STL support is compiled out, no STL files are included whatsover. All
109 variable TINYXML_USE_STL=YES/NO will control STL compilation. In the
110 Windows project file, STL and non STL targets are provided. In your project,
250 implementation of the STL and limitations of TinyXml.
334 <li>tinyxml: tinyxml library, non-STL </li>
335 <li>tinyxmlSTL: tinyxml library, STL </li>
336 <li>tinyXmlTest: test app, non-STL </li>
[all …]
/external/compiler-rt/lib/cfi/
Dcfi_blacklist.txt10 # STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
20 # STL address-of magic (libstdc++, libc++).
/external/ImageMagick/Magick++/
DREADME16 Magick++ provides integrated support for the Standard Template Library (STL) so
19 STL-compatable template versions of ImageMagick's list-style operations are
20 provided so that operations may be performed on multiple images stored in STL
DChangeLog6 * Add support for the strip() and stripImage() STL methods.
12 * Patch for compile problem in mapImages of the STL header.
63 * lib/Magick++/STL.h (colorHistogram): If map key is not const,
73 * lib/Magick++/STL.h (colorHistogram): Added new template function
75 Verified to work when using STL <vector> and <map> as the target
80 provided in order to reliably sort color objects in STL
158 * lib/Magick++/STL.h (coderInfoList): Use GetMagickInfoArray to
163 * lib/Magick++/STL.h (affineTransformImage): Add function object
198 * lib/Magick++/STL.h (coalesceImages): Replaced implementation
238 * lib/Magick++/STL.h (writeImages): Should have been invoking
[all …]
DNEWS52 * Added endian method to Image, and endianImage class to STL.h in
107 * Added Image 'opacity' method (and STL opacityImage()) to set, or
110 * Added Image 'type' method (and STL typeImage()) to set image
209 sharpenImage STL functions in order to match equivalent ImageMagick
339 * Added STL function object support for all Image manipulation
341 stored in an STL container.
347 * Changed polygon methods in Drawable to use STL list argument.
348 * Added STL list based draw method to Image.
363 STL containers.
DMakefile.am90 Magick++/lib/STL.cpp \
111 Magick++/lib/Magick++/STL.h \
144 Magick++/lib/Magick++/STL.h \
/external/eigen/bench/btl/
DCMakeLists.txt38 ${PROJECT_SOURCE_DIR}/libs/STL)
102 add_subdirectory(libs/STL)
/external/clang/lib/AST/
DComment.cpp282 if (TemplateSpecializationTypeLoc STL = in fill() local
288 if (STL.getNumArgs() != 1) in fill()
290 TemplateArgumentLoc MaybeFunction = STL.getArgLoc(0); in fill()
/external/angle/third_party/jsoncpp/source/
DCMakeLists.txt90 set(JSONCPP_USE_SECURE_MEMORY "0" CACHE STRING "-D...=1 to use memory-wiping allocator for STL" )
102 # Only enabled in debug because some old versions of VS STL generate
117 # Only enabled in debug because some old versions of VS STL generate
/external/tensorflow/tensorflow/core/platform/
DREADME.md5 - STL replacement libraries rest of TensorFlow should depend on.
/external/ImageMagick/scripts/
DMakefile.am98 Magick++/lib/STL.cpp \
116 Magick++/lib/Magick++/STL.h \
135 Magick++/lib/Magick++/STL.h \
/external/Reactive-Extensions/RxCpp/projects/doxygen/
Dmainpage.dox4 …s an async equivalent of the container/iterator pattern and the set of algorithms found in the STL.
/external/libchrome/base/containers/
DREADME.md5 This directory contains some STL-like containers.
15 Containers should adhere as closely to STL as possible. Functions and behaviors
16 not present in STL should only be added when they are related to the specific
19 For STL-like containers our policy is that they should use STL-like naming even
21 be lower case with underscores. Non-STL-like classes and functions should use
/external/google-breakpad/src/testing/gtest/
DCMakeLists.txt143 # MSVC 7.1 does not support STL with exceptions disabled.
195 # MSVC 7.1 does not support STL with exceptions disabled.
232 # MSVC 7.1 does not support STL with exceptions disabled.
/external/jsoncpp/
DCMakeLists.txt79 # Only enabled in debug because some old versions of VS STL generate
89 # Only enabled in debug because some old versions of VS STL generate
/external/walt/hardware/
DREADME.md64 * The enclosure used for r0.7 production run is available in this repo as [STL](enclosure/WALT_rece…
65 …64cb29c4a5ba41/v/32bc78539f48ab7f514eeb31/e/fa513fcc84a825e97020c8b3) and [STL](enclosure/WALT_3DP…
/external/googletest/googletest/
DCMakeLists.txt234 # MSVC 7.1 does not support STL with exceptions disabled.
272 # Visual Studio .NET 2003 does not support STL with exceptions disabled.
309 # MSVC 7.1 does not support STL with exceptions disabled.
/external/libaom/libaom/third_party/googletest/src/googletest/
DCMakeLists.txt224 # MSVC 7.1 does not support STL with exceptions disabled.
274 # Visual Studio .NET 2003 does not support STL with exceptions disabled.
311 # MSVC 7.1 does not support STL with exceptions disabled.

1234567