/third_party/ninja/src/ |
H A D | browse.cc | 25 using namespace std; 51 std::vector<const char *> command; in RunBrowsePython()
|
H A D | hash_map.h | 58 namespace std { namespace 76 typedef std::unordered_map<StringPiece, V> Type;
|
/third_party/node/deps/v8/src/common/ |
H A D | operation.h | 49 inline std::ostream& operator<<(std::ostream& os, const Operation& operation) { in operator <<()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-console.h | 41 std::map<std::string, base::TimeTicks> timers_;
|
/third_party/node/deps/v8/src/bigint/ |
H A D | util.h | 29 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 D | debug-stack-trace-iterator.h | 32 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 D | deoptimized-frame-info.h | 61 std::vector<Handle<Object>> parameters_; 62 std::vector<Handle<Object>> expression_stack_;
|
/third_party/node/deps/v8/src/execution/ |
H A D | local-isolate.cc | 78 const std::string& LocalIsolate::DefaultLocale() { in DefaultLocale() 79 const std::string& res = in DefaultLocale()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | process-heap.cc | 38 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 D | caged-heap.h | 29 std::numeric_limits<RetType>::max() >= (kCagedHeapReservationSize - 1), in OffsetFromAddress() 64 std::unique_ptr<AllocatorType> bounded_allocator_;
|
H A D | platform.cc | 19 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 D | icu_util.cc | 48 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 D | heap-snapshot-generator-inl.h | 39 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 D | profile-generator-inl.h | 18 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 D | maglev-graph.h | 18 std::vector<BasicBlock*, ZoneAllocator<BasicBlock*>>::const_iterator; 20 std::vector<BasicBlock*,
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-break-iterator.h | 41 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-segmenter.h | 44 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-visitor.h | 19 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 D | thread_callonce_test.cpp | 32 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 D | abg-elf-reader.h | 69 reader(const std::string& elf_path, 76 reset(const std::string& elf_path,
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | derive.rs | 16 use std::cmp; 17 use std::ops;
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | features.rs | 7 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 D | vkShaderProgram.cpp | 55 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 D | vktConditionalRenderingTestUtil.hpp | 108 std::ostream& operator<< (std::ostream& str, ConditionalData const& c);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMakeUtil.hpp | 42 inline const T* dataOrNullPtr(const std::vector<T>& v) in dataOrNullPtr() 48 inline T* dataOrNullPtr(std::vector<T>& v) in dataOrNullPtr()
|