Home
last modified time | relevance | path

Searched defs:is_default_constructible (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/third_party/googletest/gmock_custom/gmock/internal/custom/
Dgmock-port.h21 using is_default_constructible = std::is_constructible<T>; variable
/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp202 struct is_default_constructible : std::is_default_constructible<T> {}; struct
205 struct is_default_constructible<std::pair<T1, T2>> struct
209 struct is_default_constructible<const std::pair<T1, T2>> struct
213 struct is_default_constructible<std::tuple<Ts...>> struct
217 struct is_default_constructible<const std::tuple<Ts...>> struct
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3503 struct is_default_constructible : std::is_default_constructible<T> {}; struct
3506 struct is_default_constructible<std::pair<T1, T2>> struct
3510 struct is_default_constructible<const std::pair<T1, T2>> struct
3514 struct is_default_constructible<std::tuple<Ts...>> struct
3518 struct is_default_constructible<const std::tuple<Ts...>> struct
/third_party/json/single_include/nlohmann/
Djson.hpp3598 struct is_default_constructible : std::is_default_constructible<T> {}; struct
3601 struct is_default_constructible<std::pair<T1, T2>> struct
3605 struct is_default_constructible<const std::pair<T1, T2>> struct
3609 struct is_default_constructible<std::tuple<Ts...>> struct
3613 struct is_default_constructible<const std::tuple<Ts...>> struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp3702 struct is_default_constructible struct