Home
last modified time | relevance | path

Searched refs:std (Results 11501 - 11525 of 20229) sorted by relevance

1...<<461462463464465466467468469470>>...810

/third_party/json/tests/src/
H A Dfuzzer-parse_msgpack.cpp34 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput()
40 std::vector<uint8_t> vec2 = json::to_msgpack(j1); in LLVMFuzzerTestOneInput()
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DCustomMutatorTest.cpp22 std::cout << "BINGO; Found the target, exiting\n"; in LLVMFuzzerTestOneInput()
34 std::cerr << "In LLVMFuzzerCustomMutator\n"; in LLVMFuzzerCustomMutator()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerRandom.h29 std::mt19937 &Get_mt19937() { return R; }
31 std::mt19937 R;
/third_party/json/docs/examples/
H A Dother_error.cpp27 std::cout << "message: " << e.what() << '\n' in main()
28 << "exception id: " << e.id << std::endl; in main()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/
H A Dregistry.h43 for (std::size_t i = 0; i < funcs.size(); i++) { in register_all()
51 std::vector<library_registration_function_t> funcs;
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dutil.hpp47 std::cerr << "CL user error: " << __func__ \
49 << " or greater." << std::endl; \
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/
H A Dbuild.rs3 use std::env;
4 use std::path::PathBuf;
/third_party/node/deps/v8/src/wasm/
H A Dmemory-tracing.h28 std::is_same<decltype(mem_rep),
29 std::underlying_type<MachineRepresentation>::type>::value,
H A Dbranch-hint-map.h37 std::unordered_map<uint32_t, WasmBranchHint> map_;
40 using BranchHintInfo = std::unordered_map<uint32_t, BranchHintMap>;
/third_party/node/deps/v8/src/zone/
H A Dzone-utils.h23 if (std::is_trivially_copyable<T>::value) { in CloneVector()
26 std::copy(other.begin(), other.end(), data); in CloneVector()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Derror_support.h56 std::vector<Segment> stack_;
57 std::string errors_;
/third_party/node/src/
H A Dnode_bob-inl.h22 std::move(next)(status, nullptr, 0, [](size_t len) {}); in Pull()
26 status = DoPull(std::move(next), options, data, count, max_count_hint); in Pull()
H A Dtimer_wrap-inl.h17 : env_(env), fn_(std::forward<Args>(args)...) { in TimerWrap()
24 timer_ = new TimerWrap(env, std::forward<Args>(args)...); in TimerWrapHandle()
/third_party/node/test/cctest/
H A Dtest_per_process.cc23 ASSERT_TRUE(std::any_of(sources.cbegin(), sources.cend(), [](auto p) { in TEST_F()
27 ASSERT_TRUE(std::any_of(sources.cbegin(), sources.cend(), [](auto p) { in TEST_F()
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
H A Dsingleton_stdmutex.h51 static std::mutex singleton_mutex_;
56 template <class T> std::mutex Singleton<T>::singleton_mutex_;
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Darea_code_map.h30 using std::map;
31 using std::string;
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dfuzz_phone.cc37 std::string input = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput()
38 std::string input2 = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput()
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.cc33 std::ostream& operator<<(std::ostream& os, const FeedbackSource& p) { in operator <<()
H A Dwrite-barrier-kind.h30 inline std::ostream& operator<<(std::ostream& os, WriteBarrierKind kind) { in operator <<()
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace.h71 void OutputToStream(std::ostream* os) const;
74 std::string ToString() const;
/third_party/node/deps/v8/src/base/
H A Dfile-utils.cc16 std::unique_ptr<char[]> RelativePath(const char* exec_path, const char* name) { in RelativePath()
24 auto buffer = std::make_unique<char[]>(basename_start + name_length + 1); in RelativePath()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix-time.cc13 if (std::isnan(time)) return ""; in LocalTimezone()
14 time_t tv = static_cast<time_t>(std::floor(time / msPerSecond)); in LocalTimezone()
/third_party/node/deps/v8/src/base/sanitizer/
H A Dasan.h42 static_assert(std::is_pointer<decltype(start)>::value, \
44 static_assert(std::is_convertible<decltype(size), size_t>::value, \
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimize-reason.cc10 std::ostream& operator<<(std::ostream& os, DeoptimizeReason reason) { in operator <<()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dunified-heap-marking-state-inl.h31 reinterpret_cast<std::atomic<Address>*>(global_handle_location) in GetObjectForMarking()
32 ->load(std::memory_order_relaxed)); in GetObjectForMarking()

Completed in 14 milliseconds

1...<<461462463464465466467468469470>>...810