Home
last modified time | relevance | path

Searched defs:nextCharTemp (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp250 char nextCharTemp = pos == length - 1 ? '\0' : output[pos + 1]; in InsertCharBefore() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp62 char nextCharTemp = pos >= length ? '\0' : output[pos + 1]; in InsertCharBefore() local

Completed in 2 milliseconds