Searched refs:m_begin (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DRange.h36 : m_begin(0)
42 : m_begin(static_cast<char*>(start))
47 char* begin() const { return m_begin; }
48 char* end() const { return m_begin + m_size; }
52 bool operator<(const Range& other) const { return m_begin < other.m_begin; }
55 char* m_begin; member in class:bmalloc::Range
/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBSlice.h39 : m_begin(begin)
42 ASSERT(m_end >= m_begin);
46 : m_begin(v.data())
47 , m_end(m_begin + v.size())
49 ASSERT(m_end >= m_begin);
56 const char* begin() const { return m_begin; }
60 const char* m_begin; member in class:WebCore::LevelDBSlice
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLValueRange.h38 : m_begin(0)
45 : m_begin(begin)
51 LValue begin() const { return m_begin; }
57 LValue m_begin; member in class:JSC::FTL::ValueRange
H A DFTLValueRange.cpp39 m_rangeMetadata = mdNode(context, m_begin, m_end);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DIteratorRange.h35 : m_begin(WTF::move(begin))
40 Iterator begin() const { return m_begin; }
44 Iterator m_begin; member in class:WTF::IteratorRange
H A DBoundsCheckedPointer.h50 , m_begin(0)
59 , m_begin(pointer)
69 , m_begin(pointer)
79 , m_begin(begin)
90 , m_begin(begin)
262 ASSERT_UNUSED(pointer, pointer >= m_begin);
277 T* m_begin; member in class:WTF::BoundsCheckedPointer
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dlist.c221 l->m_begin = lebeg;
233 le = (struct list_entry *)l->m_begin;
254 struct list_entry *le = l->m_begin;
261 const struct list_entry *le = l->m_begin;
379 ghost2 = (struct list_entry *)src->m_begin;
H A Dlist.h80 void *m_begin; member in struct:atf_list
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayoutResolver.h42 Range(IteratorType begin, IteratorType end) : m_begin(begin), m_end(end) { }
44 IteratorType begin() const { return m_begin; }
48 IteratorType m_begin; member in class:WebCore::SimpleLineLayout::Range

Completed in 223 milliseconds