/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/algorithm/ |
H A D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 126 //------------------------------------------------------------------------------ 128 //------------------------------------------------------------------------------ 132 // Container-based version of absl::linear_search() for performing a linear [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/algorithm/ |
H A D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 126 //------------------------------------------------------------------------------ 128 //------------------------------------------------------------------------------ 132 // Container-based version of absl::linear_search() for performing a linear [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
H A D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 119 auto c_size(C& c) -> decltype(c.size()) { 132 //------------------------------------------------------------------------------ 134 //------------------------------------------------------------------------------ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 122 auto c_size(C& c) -> decltype(c.size()) { 135 //------------------------------------------------------------------------------ 137 //------------------------------------------------------------------------------ [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/ |
H A D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 122 auto c_size(C& c) -> decltype(c.size()) { 135 //------------------------------------------------------------------------------ 137 //------------------------------------------------------------------------------ [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/algorithm/ |
H A D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 119 auto c_size(C& c) -> decltype(c.size()) { 132 //------------------------------------------------------------------------------ 134 //------------------------------------------------------------------------------ [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/algorithm/ |
H A D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 124 //------------------------------------------------------------------------------ 126 //------------------------------------------------------------------------------ 130 // Container-based version of absl::linear_search() for performing a linear [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/ |
H A D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/ |
H A D | algorithm.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 20 // within the C++ standard library, based on a subset of 21 // absl/algorithm/container.h. The following standard library sets of functions 30 // snake_case counterparts. Calls such as `pw::containers::Foo(container, ...) 36 // For template parameter and variable naming, `C` indicates the container type 41 // https://cs.opensource.google/abseil/abseil-cpp/+/main:absl/algorithm/algorithm.h;drc=12bc53e0318… 51 //------------------------------------------------------------------------------ [all …]
|
/aosp_15_r20/external/pigweed/pw_containers/ |
H A D | docs.rst | 1 .. _module-pw_containers: 6 The ``pw_containers`` module provides embedded-friendly container classes. 8 ---------- 10 ---------- 12 fixed-size buffer. Vectors must be declared with an explicit maximum size 22 --------------- 24 --------------- 27 --------------- 29 --------------- 32 -------------------------- [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
D | assoc_container.hpp | 1 // -*- C++ -*- 3 // Copyright (C) 2005-2013 Free Software Foundation, Inc. 25 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL. 54 * @defgroup containers-pbds Containers 60 * @defgroup hash-based Hash-Based 61 * @ingroup containers-pbds 71 * @defgroup hash-detail Base and Policy Classes 72 * @ingroup hash-based 76 * A hashed container abstraction. 173 * A collision-chaining hash-based associative container. [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/ |
D | assoc_container.hpp | 1 // -*- C++ -*- 3 // Copyright (C) 2005-2013 Free Software Foundation, Inc. 25 // Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL. 54 * @defgroup containers-pbds Containers 60 * @defgroup hash-based Hash-Based 61 * @ingroup containers-pbds 71 * @defgroup hash-detail Base and Policy Classes 72 * @ingroup hash-based 76 * A hashed container abstraction. 173 * A collision-chaining hash-based associative container. [all …]
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | memory_containers.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 // A particular implementation of container type (e.g. based on raw memory 22 // buffers, std::vector, std::string or others) need to implement the container 24 // Low-level functionality such as reading data from and writing data to the 25 // container, getting and changing the buffer size, and so on, must be provided. 26 // Not all methods must be provided. For example, for read-only containers, only 33 // Read the data from the container into |buffer|. Up to |size_to_read| bytes 34 // must be read at a time. The container can return fewer bytes. The actual 44 // Writes |size_to_write| bytes of data from |buffer| into the container. 45 // The container may accept fewer bytes of data. The actual size of data [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | run_v1alpha1.projects.locations.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | run_v1alpha1.namespaces.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | run_v1alpha1.namespaces.configurations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | run_v1alpha1.projects.locations.configurations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | run_v1alpha1.projects.locations.revisions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | run_v1alpha1.namespaces.revisions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | hex.hpp | 2 Copyright (c) Marshall Clow 2011-2012. 11 General problem - turn a sequence of integral types into a sequence of hexadecimal characters. 12 - and back. 17 /// characters and back. Based on the MySQL functions HEX and UNHEX 44 \brief Thrown when a non-hex value (0-9, A-F) encountered when decoding. 65 *--p = hexDigits [ val & 0x0F ]; in encode_one() 73 if ( c >= '0' && c <= '9' ) retval = c - '0'; in hex_char_to_int() 74 else if ( c >= 'A' && c <= 'F' ) retval = c - 'A' + 10; in hex_char_to_int() 75 else if ( c >= 'a' && c <= 'f' ) retval = c - 'a' + 10; in hex_char_to_int() 88 template<typename Container> [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/doc/ |
D | intrusive.qbk | 2 / Copyright (c) 2006-2013 Ion Gaztanaga 11 [copyright 2005 Olaf Krzikalla, 2006-2015 Ion Gaztanaga] 29 and exception safety guarantees than non-intrusive containers (like STL containers). 32 block to efficiently construct complex containers like multi-index containers or 39 STL-like interfaces. Hence anyone familiar with standard containers can easily use 65 [section:intrusive_vs_nontrusive Intrusive and non-intrusive containers] 67 [section:differences_intrusive_vs_nontrusive Differences between intrusive and non-intrusive contai… 69 The main difference between intrusive containers and non-intrusive containers is 70 that in C++ non-intrusive containers store [*copies] of values passed by the user. 91 To store the newly allocated copy of `myclass`, the container needs additional [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/example/ |
D | doc_custom_tree.cpp | 3 // (C) Copyright Ion Gaztanaga 2013-2013. Distributed under the Boost 7 // See http://www.boost.org/libs/container for documentation. 11 #include <boost/container/set.hpp> 21 using namespace boost::container; in main() 26 //This option specifies an AVL tree based associative container in main() 29 //This option specifies an AVL tree based associative container in main() 34 //This option specifies an Splay tree based associative container in main() 37 //Now define new tree-based associative containers in main() 40 //AVLTree based set container in main() 43 //AVLTree based set container without size optimization in main() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/doc/ |
D | container.qbk | 2 / Copyright (c) 2009-2020 Ion Gazta�aga 8 [library Boost.Container 11 [copyright 2009-2018 Ion Gaztanaga] 12 [id container] 13 [dirname container] 27 [*Boost.Container] library implements several well-known containers, including 32 In short, what does [*Boost.Container] offer? 34 * Emplacement and move semantics are implemented, including emulation for pre-C++11 compilers. 35 * Polymorphic allocators and memory resources, including implementation and emulation for pre-C++17… 36 * New advanced features (e.g. recursive containers) and configurability options [link container.con… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | options.hpp | 3 // (C) Copyright Ion Gaztanaga 2013-2013 9 // See http://www.boost.org/libs/container for documentation. 24 #include <boost/container/detail/config_begin.hpp> 25 #include <boost/container/container_fwd.hpp> 30 namespace container { namespace 35 // OPTIONS FOR ASSOCIATIVE TREE-BASED CONTAINERS 55 static const boost::container::tree_type_enum tree_type = TreeType; 64 //!(red-black, AVL, Scapegoat or Splay) for ordered associative containers 72 //! by \c boost::container::set, \c boost::container::multiset 73 //! \c boost::container::map and \c boost::container::multimap. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
H A D | Location.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 76 * Zero-based byte offsets delimiting the finding. 79 * the UTF-8 encoded textual representation of the content. 95 * Zero-based byte offsets delimiting the finding. 98 * the UTF-8 encoded textual representation of the content. 114 * Zero-based byte offsets delimiting the finding. 117 * the UTF-8 encoded textual representation of the content. 262 private com.google.privacy.dlp.v2.Container container_; 267 * Information about the container where this finding occurred, if available. 270 * <code>.google.privacy.dlp.v2.Container container = 8;</code> [all …]
|