Home
last modified time | relevance | path

Searched defs:HasDifferenceType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Dlwg3545.compile.pass.cpp41 struct HasDifferenceType : std::false_type {}; struct
44 struct HasDifferenceType<T, Voidify<typename std::pointer_traits<T>::difference_type> > : std::true… struct
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/memory/
H A Dmemory_test.cc398 struct HasDifferenceType { in TEST() struct
399 using value_type = X; in TEST()
400 using difference_type = int; in TEST()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc398 struct HasDifferenceType { in TEST() struct
399 using value_type = X; in TEST()
400 using difference_type = int; in TEST()