Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclutil/src/
Doscl_string_containers.h659 void OSCL_HeapString<Alloc>::append_rep(const chartype* cp, uint32 len) in append_rep() function
666 void OSCL_wHeapString<Alloc>::append_rep(const chartype* cp, uint32 len) in append_rep() function
688 void OSCL_HeapString<Alloc>::append_rep(const chartype* cp) in append_rep() function
694 void OSCL_wHeapString<Alloc>::append_rep(const chartype* cp) in append_rep() function
716 void OSCL_HeapString<Alloc>::append_rep(const OSCL_String& src) in append_rep() function
722 void OSCL_wHeapString<Alloc>::append_rep(const OSCL_wString& src) in append_rep() function
1014 void OSCL_StackString<MaxBufSize>::append_rep(const chartype* cp) in append_rep() function
1020 void OSCL_wStackString<MaxBufSize>::append_rep(const chartype* cp) in append_rep() function
1040 void OSCL_StackString<MaxBufSize>::append_rep(const OSCL_String& src) in append_rep() function
1046 void OSCL_wStackString<MaxBufSize>::append_rep(const OSCL_wString& src) in append_rep() function
Doscl_string_containers.cpp73 OSCL_EXPORT_REF void CHeapRep::append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, u… in append_rep() function in CHeapRep
92 OSCL_EXPORT_REF void CHeapRep::append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar*… in append_rep() function in CHeapRep
266 void OSCL_HeapStringA::append_rep(const chartype* cp, uint32 len) in append_rep() function in OSCL_HeapStringA
272 void OSCL_wHeapStringA::append_rep(const chartype* cp, uint32 len) in append_rep() function in OSCL_wHeapStringA
293 void OSCL_HeapStringA::append_rep(const chartype* cp) in append_rep() function in OSCL_HeapStringA
299 void OSCL_wHeapStringA::append_rep(const chartype* cp) in append_rep() function in OSCL_wHeapStringA
319 void OSCL_HeapStringA::append_rep(const OSCL_String& src) in append_rep() function in OSCL_HeapStringA
324 void OSCL_wHeapStringA::append_rep(const OSCL_wString& src) in append_rep() function in OSCL_wHeapStringA
748 void OSCL_FastString::append_rep(const chartype* cp) in append_rep() function in OSCL_FastString
754 void OSCL_wFastString::append_rep(const chartype* cp) in append_rep() function in OSCL_wFastString
[all …]