Home
last modified time | relevance | path

Searched defs:get_entry (Results 1 – 8 of 8) sorted by relevance

/third_party/elfio/elfio/
Delfio_array.hpp50 bool get_entry( Elf_Xword index, Elf64_Addr& address ) const in get_entry() function in ELFIO::array_section_accessor_template
Delfio_dynamic.hpp63 bool get_entry( Elf_Xword index, in get_entry() function in ELFIO::dynamic_section_accessor_template
Delfio_relocation.hpp86 bool get_entry( Elf_Xword index, in get_entry() function in ELFIO::relocation_section_accessor_template
121 bool get_entry( Elf_Xword index, in get_entry() function in ELFIO::relocation_section_accessor_template
/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp265 symbol_table_entry *glsl_symbol_table::get_entry(const char *name) in get_entry() function in glsl_symbol_table
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh510 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh513 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() function
/third_party/harfbuzz/src/
Dhb-aat-layout-common.hh510 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() function
/third_party/python/Lib/test/
Dtest_os.py4199 def get_entry(self, name): member in TestScandir