Home
last modified time | relevance | path

Searched defs:true_type (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darena.h550 std::true_type, in DoCreateMaybeMessage()
570 PROTOBUF_ALWAYS_INLINE static T* CreateNoMessage(Arena* arena, std::true_type, in CreateNoMessage()
628 std::true_type, Args&&... args) { in CreateInArenaStorageInternal()
639 std::true_type) {} in RegisterDestructorInternal()
652 PROTOBUF_ALWAYS_INLINE void OwnInternal(T* object, std::true_type) { in OwnInternal()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h24 typedef integral_constant<bool, true> true_type; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set.h126 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h89 typedef integral_constant<bool, true> true_type; typedef
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h358 std::true_type /* convertible_to_matcher */, in CastImpl()
376 std::true_type /* convertible_to_T */) { in CastImpl()
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc28 struct true_type { static constexpr bool value = true; }; argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c501 LLVMTypeRef true_type; in lp_build_any_true_range() local
/third_party/json/include/nlohmann/detail/output/
Dserializer.hpp789 void dump_float(number_float_t x, std::true_type /*is_ieee_single_or_double*/) in dump_float()
/third_party/libfuse/example/
Dcxxopts.hpp529 checked_negate(T&& t, const std::string&, std::true_type) in checked_negate()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2952 typedef integral_constant<bool, true> true_type; typedef
5521 __throw_with_nested_impl(_Tp&& __t, true_type) in __throw_with_nested_impl() argument
20872 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type) in __do_alloc_on_copy() argument
20896 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type) in __do_alloc_on_move() argument
20912 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type) in __do_alloc_on_swap() argument
55812 _M_clone(_Any_data& __dest, const _Any_data& __source, true_type) in _M_clone() argument
55829 _M_destroy(_Any_data& __victim, true_type) in _M_destroy() argument
55894 _M_init_functor(_Any_data& __functor, _Functor&& __f, true_type) in _M_init_functor() argument
129914 _Deque_base(_Deque_base&& __x, true_type) in _Deque_base() argument
130954 _M_move_assign1(deque&& __x, true_type) noexcept in _M_move_assign1() argument
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp17114 void dump_float(number_float_t x, std::true_type /*is_ieee_single_or_double*/) in dump_float()
/third_party/libabigail/tests/lib/
Dcatch.hpp6866 TimingOf<Clock, Fun, Chronometer> measure_one(Fun&& fun, int iters, std::true_type) { in measure_one()