Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclutil/src/
Doscl_string_containers.h644 void OSCL_HeapString<Alloc>::set_rep(const chartype* cp, uint32 len) in set_rep() function
651 void OSCL_wHeapString<Alloc>::set_rep(const chartype* cp, uint32 len) in set_rep() function
674 void OSCL_HeapString<Alloc>::set_rep(const chartype* cp) in set_rep() function
680 void OSCL_wHeapString<Alloc>::set_rep(const chartype* cp) in set_rep() function
702 void OSCL_HeapString<Alloc>::set_rep(const OSCL_String& src) in set_rep() function
708 void OSCL_wHeapString<Alloc>::set_rep(const OSCL_wString& src) in set_rep() function
1000 void OSCL_StackString<MaxBufSize>::set_rep(const chartype* cp) in set_rep() function
1006 void OSCL_wStackString<MaxBufSize>::set_rep(const chartype* cp) in set_rep() function
1027 void OSCL_StackString<MaxBufSize>::set_rep(const OSCL_String& src) in set_rep() function
1033 void OSCL_wStackString<MaxBufSize>::set_rep(const OSCL_wString& src) in set_rep() function
Doscl_string_containers.cpp35 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint… in set_rep() function in CHeapRep
54 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp… in set_rep() function in CHeapRep
253 void OSCL_HeapStringA::set_rep(const chartype* cp, uint32 len) in set_rep() function in OSCL_HeapStringA
259 void OSCL_wHeapStringA::set_rep(const chartype* cp, uint32 len) in set_rep() function in OSCL_wHeapStringA
279 void OSCL_HeapStringA::set_rep(const chartype* cp) in set_rep() function in OSCL_HeapStringA
285 void OSCL_wHeapStringA::set_rep(const chartype* cp) in set_rep() function in OSCL_wHeapStringA
307 void OSCL_HeapStringA::set_rep(const OSCL_String& src) in set_rep() function in OSCL_HeapStringA
312 void OSCL_wHeapStringA::set_rep(const OSCL_wString& src) in set_rep() function in OSCL_wHeapStringA
735 void OSCL_FastString::set_rep(const chartype* cp) in set_rep() function in OSCL_FastString
741 void OSCL_wFastString::set_rep(const chartype* cp) in set_rep() function in OSCL_wFastString
[all …]