/third_party/node/deps/v8/src/objects/ |
H A D | js-display-names.h | 45 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-plural-rules.h | 54 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-relative-time-format.h | 59 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
/third_party/node/deps/v8/src/parsing/ |
H A D | func-name-inferrer.h | 128 std::vector<Name> names_stack_; 129 std::vector<FunctionLiteral*> funcs_to_infer_;
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.h | 69 Isolate* isolate, std::vector<Context>* contexts, 70 const std::vector<SerializeInternalFieldsCallback>&
|
H A D | startup-serializer.h | 72 SerializedHandleChecker(Isolate* isolate, std::vector<Context>* contexts); 81 std::unordered_set<Object, Object::Hasher> serialized_;
|
/third_party/node/deps/v8/src/torque/ |
H A D | contextual.h | 42 : 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 D | liftoff-compiler.h | 60 std::unique_ptr<DebugSideTable>* debug_sidetable = nullptr; 97 V8_EXPORT_PRIVATE std::unique_ptr<DebugSideTable> GenerateLiftoffDebugSideTable(
|
/third_party/libabigail/include/ |
H A D | abg-cxx-compat.h | 19 #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 D | tests.rs | 1 use std::collections::HashMap; 2 use std::usize;
|
/third_party/rust/crates/log/src/kv/ |
H A D | error.rs | 1 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 D | names.rs | 4 use std::fmt::{self, Display}; 5 use std::iter;
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | names.rs | 4 use std::fmt::{self, Display}; 5 use std::iter;
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | names.rs | 4 use std::fmt::{self, Display}; 5 use std::iter;
|
/third_party/rust/crates/cxx/syntax/ |
H A D | names.rs | 4 use std::fmt::{self, Display}; 5 use std::iter;
|
/third_party/rust/crates/clap/src/builder/ |
H A D | possible_value.rs | 185 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 D | occurrences.rs | 22 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 D | cmsg.rs | 10 use std::mem; 59 use std::ptr; in test_cmsg_nxthdr()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | anon_enum_trait.rs | 47 ::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 D | color_buffer.rs | 1 use std::io; 2 use std::io::prelude::*;
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | names.rs | 4 use std::fmt::{self, Display}; 5 use std::iter;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderUtil.cpp | 48 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 D | vktPipelineCombinationsIterator.hpp | 48 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 D | vktConstexprVectorUtil.hpp | 37 * \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 D | CLEventCL.cpp | 53 std::vector<cl_event> CLEventCL::Cast(const cl::EventPtrs &events) in Cast() 55 std::vector<cl_event> nativeEvents; in Cast()
|