Home
last modified time | relevance | path

Searched refs:std (Results 12751 - 12775 of 20229) sorted by relevance

1...<<511512513514515516517518519520>>...810

/third_party/ninja/src/
H A Dbrowse.cc25 using namespace std;
51 std::vector<const char *> command; in RunBrowsePython()
H A Dhash_map.h58 namespace std { namespace
76 typedef std::unordered_map<StringPiece, V> Type;
/third_party/node/deps/v8/src/common/
H A Doperation.h49 inline std::ostream& operator<<(std::ostream& os, const Operation& operation) { in operator <<()
/third_party/node/deps/v8/src/d8/
H A Dd8-console.h41 std::map<std::string, base::TimeTicks> timers_;
/third_party/node/deps/v8/src/bigint/
H A Dutil.h29 template <typename T, typename = typename std::enable_if<
30 std::is_unsigned<T>::value && sizeof(T) == 8>::type>
/third_party/node/deps/v8/src/debug/
H A Ddebug-stack-trace-iterator.h32 std::unique_ptr<v8::debug::ScopeIterator> GetScopeIterator() const override;
40 std::unique_ptr<FrameInspector> frame_inspector_;
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimized-frame-info.h61 std::vector<Handle<Object>> parameters_;
62 std::vector<Handle<Object>> expression_stack_;
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.cc78 const std::string& LocalIsolate::DefaultLocale() { in DefaultLocale()
79 const std::string& res = in DefaultLocale()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprocess-heap.cc38 DCHECK_EQ(storage.end(), std::find(storage.begin(), storage.end(), &heap)); in RegisterHeap()
51 const auto pos = std::find(storage.begin(), storage.end(), &heap); in UnregisterHeap()
H A Dcaged-heap.h29 std::numeric_limits<RetType>::max() >= (kCagedHeapReservationSize - 1), in OffsetFromAddress()
64 std::unique_ptr<AllocatorType> bounded_allocator_;
H A Dplatform.cc19 void Fatal(const std::string& reason, const SourceLocation& loc) { in Fatal()
27 void FatalOutOfMemoryHandler::operator()(const std::string& reason, in operator ()()
/third_party/node/deps/v8/src/init/
H A Dicu_util.cc48 std::unique_ptr<char[]> icu_data_file_default = in InitializeICUDefaultLocation()
51 std::unique_ptr<char[]> icu_data_file_default = in InitializeICUDefaultLocation()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h39 std::vector<HeapGraphEdge*>::iterator HeapEntry::children_begin() const { in children_begin()
44 std::vector<HeapGraphEdge*>::iterator HeapEntry::children_end() const { in children_end()
H A Dprofile-generator-inl.h18 std::unique_ptr<SourcePositionTable> line_info, in CodeEntry()
30 line_info_(std::move(line_info)) {} in CodeEntry()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph.h18 std::vector<BasicBlock*, ZoneAllocator<BasicBlock*>>::const_iterator;
20 std::vector<BasicBlock*,
/third_party/node/deps/v8/src/objects/
H A Djs-break-iterator.h41 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
H A Djs-segmenter.h44 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
/third_party/node/deps/v8/src/torque/
H A Dtype-visitor.h19 static TypeVector ComputeTypeVector(const std::vector<TypeExpression*>& v) { in ComputeTypeVector()
37 const std::vector<const Type*>& term_argument_types);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_callonce_test.cpp32 std::thread([&onceCall] { call_once(&onceCall, CallThrdSleep); }).join(); in HWTEST_F()
52 std::thread([&onceCall] { pthread_once(&onceCall, CallThrdSleep); }).join(); in HWTEST_F()
/third_party/libabigail/include/
H A Dabg-elf-reader.h69 reader(const std::string& elf_path,
76 reset(const std::string& elf_path,
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dderive.rs16 use std::cmp;
17 use std::ops;
/third_party/rust/crates/bindgen/bindgen/
H A Dfeatures.rs7 use std::io;
8 use std::str::FromStr;
107 /// * [i128 / u128 support](https://doc.rust-lang.org/std/primitive.i128.html)
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderProgram.cpp55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYPE_LAST]) in logShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.hpp108 std::ostream& operator<< (std::ostream& str, ConditionalData const& c);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.hpp42 inline const T* dataOrNullPtr(const std::vector<T>& v) in dataOrNullPtr()
48 inline T* dataOrNullPtr(std::vector<T>& v) in dataOrNullPtr()

Completed in 19 milliseconds

1...<<511512513514515516517518519520>>...810