Home
last modified time | relevance | path

Searched refs:keyLength (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
H A Daotcompilerargsprepare_fuzzer.cpp45 uint8_t keyLength = static_cast<uint8_t>(data[offset]); in DoSomethingInterestingWithMyAPI() local
48 if (offset + keyLength > size) { in DoSomethingInterestingWithMyAPI()
51 std::string key(&data[offset], keyLength); in DoSomethingInterestingWithMyAPI()
52 offset += keyLength; in DoSomethingInterestingWithMyAPI()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.h97 size_t keyLength = keyStr.length() + (hasContent ? 1 : 0) + 1; in EraseKeyString() local
98 result_.erase(result_.end() - keyLength, result_.end()); in EraseKeyString()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp266 int keyLength = 3; in HWTEST_F_L0() local
267 for (int i = 0; i <keyLength; i++) { in HWTEST_F_L0()

Completed in 2 milliseconds