Home
last modified time | relevance | path

Searched defs:tstr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/taihe/runtime/src/
Dstring.cpp26 TH_INLINE struct TStringData *to_heap(struct TString tstr) in to_heap()
46 struct TString tstr; in tstr_new() local
56 struct TString tstr; in tstr_new_ref() local
63 struct TString tstr_dup(struct TString tstr) in tstr_dup()
73 void tstr_drop(struct TString tstr) in tstr_drop()
90 struct TString tstr; in tstr_concat() local
100 struct TString tstr_substr(struct TString tstr, size_t pos, size_t len) in tstr_substr()
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dstring.abi.h43 TH_INLINE const char *tstr_buf(struct TString tstr) in tstr_buf()
49 TH_INLINE size_t tstr_len(struct TString tstr) in tstr_len()