Searched refs:WrappedInt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDequeTest.cpp234 // WrappedInt class will fail if it was memmoved or memcpyed.
236 class WrappedInt { class in namespace:__anon11428
238 WrappedInt(int i = 0) function in class:__anon11428::WrappedInt
245 WrappedInt(const WrappedInt& other) function in class:__anon11428::WrappedInt
252 WrappedInt& operator=(const WrappedInt& other)
258 ~WrappedInt()
274 Deque<WrappedInt> dequeA;
275 dequeA.append(WrappedInt(
[all...]
H A DVectorTest.cpp199 // WrappedInt class will fail if it was memmoved or memcpyed.
201 class WrappedInt { class in namespace:__anon11446
203 WrappedInt(int i = 0) function in class:__anon11446::WrappedInt
210 WrappedInt(const WrappedInt& other) function in class:__anon11446::WrappedInt
217 WrappedInt& operator=(const WrappedInt& other)
223 ~WrappedInt()
240 Vector<WrappedInt, inlineCapacity> vectorA;
241 vectorA.append(WrappedInt(
[all...]

Completed in 97 milliseconds