Home
last modified time | relevance | path

Searched refs:replace_first (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/string/test/
Dreplace_test.cpp93 TEST_ALGO( replace_first, "1abc3abc2", string("abc") C_ string("YYY"), string("1YYY3abc2") ); in replace_first_test()
95 TEST_ALGO( replace_first, "1abc3abc2", string("abc") C_ string("Z"), string("1Z3abc2") ); in replace_first_test()
96 TEST_ALGO( replace_first, "1abc3abc2", string("abc") C_ string("XXXX"), string("1XXXX3abc2") ); in replace_first_test()
97 TEST_ALGO( replace_first, "1abc3abc2", string("") C_ string("XXXX"), string("1abc3abc2") ); in replace_first_test()
98 TEST_ALGO( replace_first, "1abc3abc2", "" C_ "XXXX", string("1abc3abc2") ); in replace_first_test()
99 TEST_ALGO( replace_first, "", string("") C_ string("XXXX"), string("") ); in replace_first_test()
/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr.h175 return pComponent->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()
191 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec); in attachInstrDecoder()
209 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor); in attachMemAccessor()
226 err = pDcdI->getTraceElemOutAttachPt()->replace_first(pOutSink); in attachOutputSink()
266 return pPktProcBase->getRawPacketMonAttachPt()->replace_first(p_If); in attachPktMonitor()
287 return pPktProcBase->getTraceIDIndexerAttachPt()->replace_first(p_If); in attachPktIndexer()
308 return pPktProcBase->getPacketOutAttachPt()->replace_first(pkt_in_i); in attachPktSink()
Dcomp_attach_pt_t.h86 virtual ocsd_err_t replace_first(T* component);
177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) in replace_first() function
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dreplace.hpp174 inline void replace_first( in replace_first() function
904 using algorithm::replace_first;
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.cpp214 pDecoder->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()