Searched refs:TF_TSTR_VIEW (Results 1 – 3 of 3) sorted by relevance
80 TF_TSTR_VIEW = 0x03, enumerator191 case TF_TSTR_VIEW: in TF_TString_GetSize()205 case TF_TSTR_VIEW: in TF_TString_GetCapacity()219 case TF_TSTR_VIEW: in TF_TString_GetDataPointer()295 case TF_TSTR_VIEW: in TF_TString_GetMutableDataPointer()365 dst->u.view.size = TF_TString_ToInternalSizeT(size, TF_TSTR_VIEW); in TF_TString_AssignView()401 case TF_TSTR_VIEW: in TF_TString_Assign()430 case TF_TSTR_VIEW: in TF_TString_Move()
197 EXPECT_EQ(TF_TSTR_VIEW, TF_TString_GetType(&s40)); in TEST()315 EXPECT_EQ(TF_TSTR_VIEW, TF_TString_GetType(&s70)); in TEST()
83 VIEW = TF_TSTR_VIEW,