PeekOutType 860 Source/platform/heap/Handle.h static PeekOutType peek(const WebCore::Member<T>& value) { return value; } PeekOutType 887 Source/platform/heap/Handle.h static PeekOutType peek(const WebCore::WeakMember<T>& value) { return value; } PeekOutType 79 Source/wtf/HashMap.h typedef typename MappedTraits::PeekOutType MappedPeekType; PeekOutType 155 Source/wtf/HashTraits.h static PeekOutType peek(const OwnPtr<P>& value) { return value.get(); } PeekOutType 156 Source/wtf/HashTraits.h static PeekOutType peek(std::nullptr_t) { return 0; } PeekOutType 182 Source/wtf/HashTraits.h static PeekOutType peek(const RefPtr<P>& value) { return value.get(); } PeekOutType 183 Source/wtf/HashTraits.h static PeekOutType peek(std::nullptr_t) { return 0; } PeekOutType 208 Source/wtf/HashTraits.h static PeekOutType peek(const RawPtr<T>& value) { return value; } PeekOutType 209 Source/wtf/HashTraits.h static PeekOutType peek(std::nullptr_t) { return 0; } PeekOutType 57 Source/wtf/text/AtomicStringHash.h static PeekOutType peek(const WTF::AtomicString& value) { return value; }