HomeSort by relevance Sort by last modified time
    Searched refs:entry_begin (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
set_spec_constant_default_value_pass.cpp 327 const char* entry_begin = str; local
330 std::string spec_id_str(entry_begin, entry_end - entry_begin);
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 534 const ResTable_lib_entry* const entry_begin = local
536 const ResTable_lib_entry* const entry_end = entry_begin + dtohl(lib->count);
537 for (auto entry_iter = entry_begin; entry_iter != entry_end; ++entry_iter) {

Completed in 816 milliseconds