Searched refs:isAssigned (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp127 UInt32 isAssigned:1; // (slot is occupied) member in struct:AnchorSlot
166 UInt32 isAssigned:1; // (slot is occupied) member in struct:MinorSlot
2910 if ( _table[anchorID].isAssigned ) remove(anchorID);
2932 if ( _table[anchorID].isAssigned == false ) break;
2986 _table[anchorID].isAssigned = true; // (fill in slot)
3004 assert(_table[anchorID].isAssigned);
3025 assert(_table[anchorID].isAssigned);
3044 if ( _table[anchorID].isAssigned != false &&
3062 if ( _table[anchorID].isAssigned != false &&
3085 if ( _table[anchorID].isAssigned !
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorTypeBuilder.h51 bool isAssigned() const { return m_assigned; } function in class:Inspector::TypeBuilder::OptOutput
55 ASSERT(isAssigned());
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationdatabuilder.h81 UBool isAssigned(UChar32 c) const;
H A Dcollationbasedatabuilder.cpp160 if(isAssigned(0x4e00)) { // already set
H A Dcollationdatabuilder.cpp406 CollationDataBuilder::isAssigned(UChar32 c) const { function in class:CollationDataBuilder

Completed in 98 milliseconds