Home
last modified time | relevance | path

Searched refs:GetBitString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dsubtype_check_info.h235 DCHECK_NE(kAssigned, child.GetState()) << child.GetBitString(); in CreateChild()
236 DCHECK_NE(kUninitialized, child.GetState()) << child.GetBitString(); in CreateChild()
276 if (GetBitString().IsEmpty()) { in GetState()
314 return GetBitString()[depth_]; in GetNext()
323 *next = GetBitString()[depth_]; in MaybeGetNext()
375 BitString bs = GetBitString(); in SetNext()
381 BitString bs = GetBitString(); in SetNextUnchecked()
399 return GetBitString().Truncate(end); in GetPathToRoot()
424 BitString GetBitString() const { in GetBitString() function
443 BitString bs = child->GetBitString(); in OverwriteNextValueFromParent()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcertenc.h481 virtual HRESULT WINAPI GetBitString(BSTR *pstrBitString) = 0;
496 HRESULT (WINAPI *GetBitString)(ICertEncodeBitString *This,BSTR *pstrBitString);
513 #define ICertEncodeBitString_GetBitString(This,pstrBitString) (This)->lpVtbl->GetBitString(This,pst…