Searched refs:PTR_TO_STRING (Results 1 – 2 of 2) sorted by relevance
3040 enum StringPointerKind { PTR_TO_DATA, PTR_TO_STRING }; enumerator3066 return TryToSequential(PTR_TO_STRING, if_bailout); in PointerToString()
6330 CHECK(ptr_kind == PTR_TO_DATA || ptr_kind == PTR_TO_STRING); in TryToSequential()6357 if (ptr_kind == PTR_TO_STRING) { in TryToSequential()