/third_party/boost/boost/phoenix/stl/container/ |
D | container.hpp | 85 namespace stl namespace 789 BOOST_PHOENIX_ADAPT_CALLABLE(assign, boost::phoenix::stl::assign, 2) 790 BOOST_PHOENIX_ADAPT_CALLABLE(assign, boost::phoenix::stl::assign, 3) 791 BOOST_PHOENIX_ADAPT_CALLABLE(assign, boost::phoenix::stl::assign, 4) 792 BOOST_PHOENIX_ADAPT_CALLABLE(at, ::boost::phoenix::stl::at_impl, 2) 793 BOOST_PHOENIX_ADAPT_CALLABLE(back, stl::back, 1) 794 BOOST_PHOENIX_ADAPT_CALLABLE(begin, stl::begin, 1) 795 BOOST_PHOENIX_ADAPT_CALLABLE(capacity, stl::capacity, 1) 796 BOOST_PHOENIX_ADAPT_CALLABLE(clear, stl::clear, 1) 797 BOOST_PHOENIX_ADAPT_CALLABLE(empty, stl::empty, 1) [all …]
|
/third_party/ffmpeg/libavformat/ |
D | stldec.c | 74 STLContext *stl = s->priv_data; in stl_read_header() local 99 sub = ff_subtitles_queue_insert(&stl->q, p, strlen(p), 0); in stl_read_header() 101 ff_subtitles_queue_clean(&stl->q); in stl_read_header() 109 ff_subtitles_queue_finalize(s, &stl->q); in stl_read_header() 114 STLContext *stl = s->priv_data; in stl_read_packet() local 115 return ff_subtitles_queue_read_packet(&stl->q, pkt); in stl_read_packet() 121 STLContext *stl = s->priv_data; in stl_read_seek() local 122 return ff_subtitles_queue_seek(&stl->q, s, stream_index, in stl_read_seek() 128 STLContext *stl = s->priv_data; in stl_read_close() local 129 ff_subtitles_queue_clean(&stl->q); in stl_read_close()
|
/third_party/boost/boost/mpi/ |
D | cartesian_communicator.hpp | 122 stl().swap(other.stl()); in operator =() 212 std::vector<cartesian_dimension>& stl() { return *this; } in stl() function in boost::mpi::cartesian_topology 216 std::vector<cartesian_dimension> const& stl() const{ return *this; } in stl() function in boost::mpi::cartesian_topology 226 return t1.stl() == t2.stl(); in operator ==() 232 return t1.stl() != t2.stl(); in operator !=()
|
/third_party/boost/boost/serialization/ |
D | unordered_set.hpp | 46 boost::serialization::stl::save_unordered_collection< in save() 66 boost::serialization::stl::load_unordered_collection< in load() 69 stl::archive_input_unordered_set< in load() 112 stl::save_unordered_collection< in save() 132 boost::serialization::stl::load_unordered_collection< in load() 135 boost::serialization::stl::archive_input_unordered_multiset< in load()
|
D | boost_unordered_set.hpp | 44 boost::serialization::stl::save_unordered_collection< in save() 62 boost::serialization::stl::load_unordered_collection< in load() 65 boost::serialization::stl::archive_input_unordered_set< in load() 102 boost::serialization::stl::save_unordered_collection< in save() 120 boost::serialization::stl::load_unordered_collection< in load() 123 boost::serialization::stl::archive_input_unordered_multiset< in load()
|
D | hash_set.hpp | 31 namespace stl { namespace 88 boost::serialization::stl::save_hash_collection< in save() 110 boost::serialization::stl::load_hash_collection< in load() 115 boost::serialization::stl::archive_input_hash_set< in load() 158 boost::serialization::stl::save_hash_collection< in save() 180 boost::serialization::stl::load_hash_collection< in load() 185 boost::serialization::stl::archive_input_hash_multiset< in load()
|
D | unordered_map.hpp | 47 boost::serialization::stl::save_unordered_collection< in save() 66 boost::serialization::stl::load_unordered_collection< in load() 69 boost::serialization::stl::archive_input_unordered_map< in load() 108 boost::serialization::stl::save_unordered_collection< in save() 127 boost::serialization::stl::load_unordered_collection< in load() 130 boost::serialization::stl::archive_input_unordered_multimap< in load()
|
D | boost_unordered_map.hpp | 47 boost::serialization::stl::save_unordered_collection< in save() 66 boost::serialization::stl::load_unordered_collection< in load() 69 boost::serialization::stl::archive_input_unordered_map< in load() 108 boost::serialization::stl::save_unordered_collection< in save() 129 boost::serialization::stl::load_unordered_collection< in load() 132 boost::serialization::stl::archive_input_unordered_multimap< in load()
|
D | hash_map.hpp | 33 namespace stl { namespace 104 boost::serialization::stl::save_hash_collection< in save() 127 boost::serialization::stl::load_hash_collection< in load() 132 boost::serialization::stl::archive_input_hash_map< in load() 177 boost::serialization::stl::save_hash_collection< in save() 200 boost::serialization::stl::load_hash_collection< in load() 205 boost::serialization::stl::archive_input_hash_multimap< in load()
|
D | forward_list.hpp | 45 boost::serialization::stl::save_collection< in save() 51 namespace stl { namespace 103 stl::collection_load_impl(ar, t, count, item_version); in load()
|
D | list.hpp | 41 boost::serialization::stl::save_collection< in save() 63 stl::collection_load_impl(ar, t, count, item_version); in load()
|
D | deque.hpp | 37 boost::serialization::stl::save_collection< in save() 58 stl::collection_load_impl(ar, t, count, item_version); in load()
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | idctdsp_alpha_asm.S | 73 stl t0, 0(a1) 75 stl t1, 4(a1) 77 stl t2, 0(ta) 78 stl t3, 4(ta) 147 stl t0, 0(a1) # 0 8 160 stl t3, 4(a1) # 1 8 162 stl t6, 0(te) # 2 8 163 stl t9, 4(te) # 3 8
|
D | idctdsp_alpha.c | 51 stl(pkwb(shorts0), pixels); 56 stl(pkwb(shorts1), pixels + 4); 99 stl(pkwb(shorts0), pixels); 100 stl(pkwb(shorts1), pixels + 4);
|
/third_party/boost/libs/bimap/doc/ |
D | bimap.qbk | 95 [def __SGI_UNARY_FUNCTION__ [@https://www.boost.org/sgi/stl/UnaryFunction.html Unary Function]] 96 [def __SGI_BINARY_FUNCTION__ [@https://www.boost.org/sgi/stl/BinaryFunction.html Binary Function]] 98 [def __SGI_ASSIGNABLE__ [@https://www.boost.org/sgi/stl/Assignable.html Assignable]] 99 [def __SGI_DEFAULT_CONSTRUCTIBLE__ [@https://www.boost.org/sgi/stl/DefaultConstructible.html Defaul… 100 [def __SGI_BINARY_PREDICATE__ [@https://www.boost.org/sgi/stl/BinaryPredicate.html Binary Predicate… 101 [def __SGI_CONTAINER__ [@https://www.boost.org/sgi/stl/Container.html Container]] 102 [def __SGI_SORTED_ASSOCIATIVE_CONTAINER__ [@https://www.boost.org/sgi/stl/SortedAssociativeContaine… 103 [def __SGI_UNIQUE_ASSOCIATIVE_CONTAINER__ [@https://www.boost.org/sgi/stl/UniqueAssociativeContaine… 104 [def __SGI_REVERSIBLE_CONTAINER__ [@https://www.boost.org/sgi/stl/ReversibleContainer.html Reversib… 105 [def __SGI_RANDOM_ACCESS_CONTAINER__ [@https://www.boost.org/sgi/stl/RandomAccessContainer.html Ran… [all …]
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
D | ndk-stl-config.cmake | 5 # find_package(ndk-stl REQUIRED) 9 # find_package(ndk-stl REQUIRED PATHS ".") 18 "${ANDROID_NDK}/sources/cxx-stl/${lib_path}/libs/${ANDROID_ABI}/lib${so_base}.so" 27 message(FATAL_ERROR "gabi++_shared was not configured by ndk-stl package")
|
/third_party/boost/libs/phoenix/example/ |
D | container_actor.cpp | 58 typename phoenix::expression::function<phoenix::stl::begin, that_type>::type const 64 typename phoenix::expression::function<phoenix::stl::end, that_type>::type const 77 typename phoenix::expression::function<phoenix::stl::max_size, that_type>::type const 83 typename phoenix::expression::function<phoenix::stl::empty, that_type>::type const
|
/third_party/boost/libs/graph_parallel/doc/ |
D | GlobalDescriptor.rst | 75 .. _Assignable: http://www.sgi.com/tech/stl/Assignable.html 76 .. _Copy constructible: http://www.sgi.com/tech/stl/CopyConstructible.html 77 .. _Default constructible: http://www.sgi.com/tech/stl/DefaultConstructible.html 78 .. _Equality comparable: http://www.sgi.com/tech/stl/EqualityComparable.html
|
/third_party/flatbuffers/android/app/ |
D | build.gradle | 102 flavorDimensions "stl-variant" 105 dimension "stl-variant" 115 dimension "stl-variant" 125 dimension "stl-variant"
|
/third_party/openh264/build/ |
D | platform-android.mk | 92 -I$(NDKROOT)/sources/cxx-stl/llvm-libc++/include \ 93 -I$(NDKROOT)/sources/cxx-stl/llvm-libc++abi/include 95 $(NDKROOT)/sources/cxx-stl/llvm-libc++/libs/$(APP_ABI)/libc++_static.a 98 -I$(NDKROOT)/sources/cxx-stl/stlport/stlport 100 $(NDKROOT)/sources/cxx-stl/stlport/libs/$(APP_ABI)/libstlport_static.a
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | stl.qbk | 12 #include <boost/phoenix/stl.hpp> 18 #include <boost/phoenix/stl/container.hpp> 78 Notice that member functions with names that clash with stl algorithms are 123 #include <boost/phoenix/stl/algorithm.hpp> 132 #include <boost/phoenix/stl/algorithm/iteration.hpp> 133 #include <boost/phoenix/stl/algorithm/transformation.hpp> 134 #include <boost/phoenix/stl/algorithm/querying.hpp> 164 [[Function] [stl Semantics]] 170 [[Function] [stl Semantics]] 193 …[[Function] [stl Semantics] [Language Stan…
|
/third_party/boost/libs/icl/doc/ |
D | icl.qbk | 49 [def __ele_set__ [@http://www.cplusplus.com/reference/stl/set/ `std::set` ]] 50 [def __ele_sets__ [@http://www.cplusplus.com/reference/stl/set/ `std::sets`]] 51 [def __icl_set__ [@http://www.cplusplus.com/reference/stl/set/ `std::set` ]] 52 [def __icl_sets__ [@http://www.cplusplus.com/reference/stl/set/ `std::sets`]] 53 [def __std_set__ [@http://www.cplusplus.com/reference/stl/set/ `std::set` ]] 54 [def __Std_set__ [@http://www.cplusplus.com/reference/stl/set/ `Std::set` ]] 55 [def __std_sets__ [@http://www.cplusplus.com/reference/stl/set/ `std::sets`]] 56 [def __std_map__ [@http://www.cplusplus.com/reference/stl/set/ `std::map` ]] 57 [def __std_maps__ [@http://www.cplusplus.com/reference/stl/set/ `std::maps`]]
|
/third_party/boost/libs/phoenix/test/container/ |
D | container_tests4b.cpp | 33 BOOST_STATIC_ASSERT((!phx::stl::has_mapped_type<std::vector<int> >::value)); in main() 34 BOOST_STATIC_ASSERT((!phx::stl::has_key_type<std::vector<int> >::value)); in main()
|
D | container_tests4a.cpp | 33 BOOST_STATIC_ASSERT((!phx::stl::has_mapped_type<std::vector<int> >::value)); in main() 34 BOOST_STATIC_ASSERT((!phx::stl::has_key_type<std::vector<int> >::value)); in main()
|
D | container_tests1b.cpp | 38 BOOST_STATIC_ASSERT((!phx::stl::has_mapped_type<std::list<int> >::value)); in main() 39 BOOST_STATIC_ASSERT((!phx::stl::has_key_type<std::list<int> >::value)); in main()
|