/third_party/json/tests/src/ |
H A D | fuzzer-parse_msgpack.cpp | 34 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 D | CustomMutatorTest.cpp | 22 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 D | FuzzerRandom.h | 29 std::mt19937 &Get_mt19937() { return R; } 31 std::mt19937 R;
|
/third_party/json/docs/examples/ |
H A D | other_error.cpp | 27 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 D | registry.h | 43 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 D | util.hpp | 47 std::cerr << "CL user error: " << __func__ \ 49 << " or greater." << std::endl; \
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/ |
H A D | build.rs | 3 use std::env; 4 use std::path::PathBuf;
|
/third_party/node/deps/v8/src/wasm/ |
H A D | memory-tracing.h | 28 std::is_same<decltype(mem_rep), 29 std::underlying_type<MachineRepresentation>::type>::value,
|
H A D | branch-hint-map.h | 37 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 D | zone-utils.h | 23 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 D | error_support.h | 56 std::vector<Segment> stack_; 57 std::string errors_;
|
/third_party/node/src/ |
H A D | node_bob-inl.h | 22 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 D | timer_wrap-inl.h | 17 : 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 D | test_per_process.cc | 23 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 D | singleton_stdmutex.h | 51 static std::mutex singleton_mutex_; 56 template <class T> std::mutex Singleton<T>::singleton_mutex_;
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | area_code_map.h | 30 using std::map; 31 using std::string;
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | fuzz_phone.cc | 37 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 D | feedback-source.cc | 33 std::ostream& operator<<(std::ostream& os, const FeedbackSource& p) { in operator <<()
|
H A D | write-barrier-kind.h | 30 inline std::ostream& operator<<(std::ostream& os, WriteBarrierKind kind) { in operator <<()
|
/third_party/node/deps/v8/src/base/debug/ |
H A D | stack_trace.h | 71 void OutputToStream(std::ostream* os) const; 74 std::string ToString() const;
|
/third_party/node/deps/v8/src/base/ |
H A D | file-utils.cc | 16 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 D | platform-posix-time.cc | 13 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 D | asan.h | 42 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 D | deoptimize-reason.cc | 10 std::ostream& operator<<(std::ostream& os, DeoptimizeReason reason) { in operator <<()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | unified-heap-marking-state-inl.h | 31 reinterpret_cast<std::atomic<Address>*>(global_handle_location) in GetObjectForMarking() 32 ->load(std::memory_order_relaxed)); in GetObjectForMarking()
|