Home
last modified time | relevance | path

Searched refs:std (Results 13951 - 13975 of 21487) sorted by relevance

1...<<551552553554555556557558559560>>...860

/third_party/node/deps/v8/src/objects/
H A Djs-display-names.h45 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
H A Djs-plural-rules.h54 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
H A Djs-relative-time-format.h59 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.h128 std::vector<Name> names_stack_;
129 std::vector<FunctionLiteral*> funcs_to_infer_;
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.h69 Isolate* isolate, std::vector<Context>* contexts,
70 const std::vector<SerializeInternalFieldsCallback>&
H A Dstartup-serializer.h72 SerializedHandleChecker(Isolate* isolate, std::vector<Context>* contexts);
81 std::unordered_set<Object, Object::Hasher> serialized_;
/third_party/node/deps/v8/src/torque/
H A Dcontextual.h42 : value_(std::forward<Args>(args)...), previous_(Top()) { in Scope()
59 static_assert(std::is_base_of<ContextualVariable, Derived>::value,
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.h60 std::unique_ptr<DebugSideTable>* debug_sidetable = nullptr;
97 V8_EXPORT_PRIVATE std::unique_ptr<DebugSideTable> GenerateLiftoffDebugSideTable(
/third_party/libabigail/include/
H A Dabg-cxx-compat.h19 #include <stdexcept> // for throwing std::runtime_error("bad_optional_access")
27 using std::optional;
33 /// Simplified implementation of std::optional just enough to be used as a
57 throw std::runtime_error("bad_optional_access");
/third_party/rust/crates/aho-corasick/src/packed/
H A Dtests.rs1 use std::collections::HashMap;
2 use std::usize;
/third_party/rust/crates/log/src/kv/
H A Derror.rs1 use std::fmt;
11 #[cfg(feature = "std")]
49 #[cfg(feature = "std")] in fmt()
64 #[cfg(feature = "std")]
67 use std::{error, io};
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnames.rs4 use std::fmt::{self, Display};
5 use std::iter;
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs4 use std::fmt::{self, Display};
5 use std::iter;
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs4 use std::fmt::{self, Display};
5 use std::iter;
/third_party/rust/crates/cxx/syntax/
H A Dnames.rs4 use std::fmt::{self, Display};
5 use std::iter;
/third_party/rust/crates/clap/src/builder/
H A Dpossible_value.rs185 pub(crate) fn get_visible_quoted_name(&self) -> Option<std::borrow::Cow<'_, str>> {
201 std::iter::once(self.get_name()).chain(self.aliases.iter().map(|s| s.as_str())) in get_name_and_aliases()
/third_party/rust/crates/clap/tests/derive/
H A Doccurrences.rs22 fn parser(s: &str) -> Result<Vec<String>, std::convert::Infallible> { in test_vec_of_vec_opt_out()
29 arg: Vec<::std::vec::Vec<String>>, in test_vec_of_vec_opt_out()
/third_party/rust/crates/libc/libc-test/test/
H A Dcmsg.rs10 use std::mem;
59 use std::ptr; in test_cmsg_nxthdr()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Danon_enum_trait.rs47 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
52 ::std::mem::align_of::<Foo>(), in bindgen_test_layout_Foo()
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H A Dcolor_buffer.rs1 use std::io;
2 use std::io::prelude::*;
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs4 use std::fmt::{self, Display};
5 use std::iter;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderUtil.cpp48 std::string getGLSLShadingRateMask (FragmentSize fragmentSize) in getGLSLShadingRateMask()
50 std::string shadingRateMask; in getGLSLShadingRateMask()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCombinationsIterator.hpp48 virtual T getCombinationValue (const std::vector<deUint32>& combination) = 0;
58 std::vector<deUint32> m_combination;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktConstexprVectorUtil.hpp37 * \note Unlike std::array, size() and max_size() are different values
38 * This makes behaviour more similar to that of std::vector.
45 using size_type = ::std::size_t;
46 using difference_type = ::std::ptrdiff_t;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLEventCL.cpp53 std::vector<cl_event> CLEventCL::Cast(const cl::EventPtrs &events) in Cast()
55 std::vector<cl_event> nativeEvents; in Cast()

Completed in 20 milliseconds

1...<<551552553554555556557558559560>>...860