Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbase-to-derived.rs10 pub struct false_type { struct
16 ::std::mem::size_of::<false_type>(), in bindgen_test_layout_false_type() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbase-to-derived.hpp3 struct false_type {}; struct
/third_party/protobuf/src/google/protobuf/
Darena.h557 std::false_type, in DoCreateMaybeMessage()
580 std::false_type, in CreateNoMessage()
633 std::false_type, Args&&... args) { in CreateInArenaStorageInternal()
642 std::false_type) { in RegisterDestructorInternal()
658 PROTOBUF_ALWAYS_INLINE void OwnInternal(T* object, std::false_type) { in OwnInternal()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h25 typedef integral_constant<bool, false> false_type; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set.h132 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h90 typedef integral_constant<bool, false> false_type; typedef
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc29 struct false_type { static constexpr bool value = false; }; argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm.h83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
/third_party/json/include/nlohmann/detail/output/
Dserializer.hpp828 void dump_float(number_float_t x, std::false_type /*is_ieee_single_or_double*/) in dump_float()
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h378 std::false_type /* convertible_to_matcher */, in CastImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.h240 constexpr FlagHelpArg HelpArg(std::false_type) { in HelpArg()
/third_party/node/src/
Dnode_snapshotable.cc283 std::vector<T> ReadVector(size_t count, std::false_type) { in ReadVector()
405 size_t WriteVector(const std::vector<T>& data, std::false_type) { in WriteVector()
/third_party/libfuse/example/
Dcxxopts.hpp539 checked_negate(T&&, const std::string& text, std::false_type) in checked_negate()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2955 typedef integral_constant<bool, false> false_type; typedef
5529 __throw_with_nested_impl(_Tp&& __t, false_type) in __throw_with_nested_impl() argument
20877 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) in __do_alloc_on_copy() argument
20900 inline void __do_alloc_on_move(_Alloc&, _Alloc&, false_type) in __do_alloc_on_move() argument
20919 inline void __do_alloc_on_swap(_Alloc&, _Alloc&, false_type) in __do_alloc_on_swap() argument
55820 _M_clone(_Any_data& __dest, const _Any_data& __source, false_type) in _M_clone() argument
55836 _M_destroy(_Any_data& __victim, false_type) in _M_destroy() argument
55898 _M_init_functor(_Any_data& __functor, _Functor&& __f, false_type) in _M_init_functor() argument
129910 _Deque_base(_Deque_base&& __x, false_type) in _Deque_base() argument
130965 _M_move_assign1(deque&& __x, false_type) in _M_move_assign1() argument
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp18712 void dump_float(number_float_t x, std::false_type /*is_ieee_single_or_double*/) in dump_float()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp16852 void dump_float(number_float_t x, std::false_type /*is_ieee_single_or_double*/) in dump_float()
/third_party/libabigail/tests/lib/
Dcatch.hpp6862 TimingOf<Clock, Fun, int> measure_one(Fun&& fun, int iters, std::false_type) { in measure_one()