Searched defs:UntypedPtrAndBitfield (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DUStringImpl.h43 class UntypedPtrAndBitfield { class in namespace:JSC
45 UntypedPtrAndBitfield() {} function in class:JSC::UntypedPtrAndBitfield
47 UntypedPtrAndBitfield(void* ptrValue, uintptr_t bitValue) function in class:JSC::UntypedPtrAndBitfield
60 UntypedPtrAndBitfield& operator&=(uintptr_t bits)
66 UntypedPtrAndBitfield& operator|=(uintptr_t bits)
237 // Do use static strings as a base for substrings; UntypedPtrAndBitfield assumes
284 UntypedPtrAndBitfield m_dataBuffer;

Completed in 60 milliseconds