Home
last modified time | relevance | path

Searched refs:rest (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h149 inline void HashCombine(uint64_t& seed, const Rest&... rest) in HashCombine() argument
151 (HashCombine(seed, rest), ...); in HashCombine()
155 inline uint64_t Hash(Rest&&... rest) in Hash() argument
158 (HashCombine(seed, BASE_NS::forward<Rest>(rest)), ...); in Hash()
H A Dbase64_encode.h68 uint8_t rest[3] { 0, 0, 0 }; in EncodeTail()
69 FillTriplet(rest, src, left); in EncodeTail()
70 Detail::ToBase64(rest, dst, left); in EncodeTail()
91 // Add the rest of the bytes that was not divisible by three in Base64Encode()
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dinit_utils.c106 char *rest = NULL; in SplitStringExt() local
107 char *p = strtok_r(buffer, del, &rest); in SplitStringExt()
137 p = strtok_r(NULL, del, &rest); in SplitStringExt()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h357 template<class T, class... Args> static void ReleaseValueList(T head, Args... rest) in ReleaseValueList() argument
360 ReleaseValueList(rest...); in ReleaseValueList()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp64 auto rest = uri.substr(0, idSeparator); in IsGltfResource() local
65 if (!rest.ends_with(resourcePath)) { in IsGltfResource()
68 rest = rest.substr(0, rest.size() - resourcePath.size()); in IsGltfResource()
71 if (rest.size() < 5) { in IsGltfResource()
74 const auto extension = BASE_NS::string(rest.substr(rest.size() - 5, 5)).toLower(); in IsGltfResource()
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp522 // verify that path starts from "correct root" and then let the root node handle the rest. in GetNode()
538 BASE_NS::string rest(path.substr(pos + 1)); in GetNode()
540 napi_status status = napi_create_string_utf8(ctx, rest.c_str(), rest.length(), &newpath); in GetNode()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp479 size_t rest = static_cast<size_t>(frameSize) % spanSizeInFrame_; in SetPreferredFrameSize() local
485 if (rest <= originalSpanSizeInFrame / DIV) { in SetPreferredFrameSize()

Completed in 11 milliseconds