Searched defs:csource (Results 1 - 14 of 14) sorted by relevance

/external/libcxx/test/std/utilities/utility/forward/
H A Dforward1.fail.cpp19 const A csource() {return A();} function
H A Dforward3.fail.cpp19 const A csource() {return A();} function
23 std::forward<A&>(csource()); // error
H A Dforward2.fail.cpp19 const A csource() {return A();} function
H A Dforward4.fail.cpp19 const A csource() {return A();} function
H A Dforward5.fail.cpp19 const A csource() {return A();} function
24 std::forward<A>(csource()); // error
H A Dmove_only.pass.cpp29 const move_only csource() {return move_only();} function
H A Dforward.pass.cpp20 const A csource() {return A();} function
53 // static_assert(sizeof(test(std::forward<const A&>(csource()))) == 2, "");
55 static_assert(sizeof(test(std::forward<const A>(csource()))) == 8, "");
69 static_assert(sizeof(test(std::forward<const A&>(csource()))) == 2, "");
71 static_assert(sizeof(test(std::forward<const A>(csource()))) == 2, "");
H A Dmove_copy.pass.cpp34 const A csource() {return A();} function
H A Dmove_only1.fail.cpp42 const move_only csource() {return move_only();} function
H A Dmove_only2.fail.cpp42 const move_only csource() {return move_only();} function
H A Dmove_only3.fail.cpp39 const move_only csource() {return move_only();} function
H A Dmove_only4.fail.cpp42 const move_only csource() {return move_only();} function
51 test(csource());
/external/webrtc/webrtc/base/
H A Dstringencode.cc432 const char* csource, size_t srclen) {
433 return hex_encode_with_delimiter(buffer, buflen, csource, srclen, 0);
437 const char* csource, size_t srclen,
445 reinterpret_cast<const unsigned char*>(csource);
431 hex_encode(char* buffer, size_t buflen, const char* csource, size_t srclen) argument
436 hex_encode_with_delimiter(char* buffer, size_t buflen, const char* csource, size_t srclen, char delimiter) argument
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3791 const char* csource=source; local
3800 ucnv_toUnicode(conv,&utarget,utargetLimit,&csource,csource+sizeof(source),NULL,TRUE,&err);
4323 const char* csource=cSource;
4332 ucnv_toUnicode(conv,&utarget,utargetLimit,&csource,csource+sizeof(cSource),NULL,TRUE,&err);

Completed in 416 milliseconds