Home
last modified time | relevance | path

Searched defs:id_name (Results 1 - 12 of 12) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c57 char id_name[sizeof "/.build-id/" + 1 + MAX_BUILD_ID_BYTES * 2 in __libdwfl_open_by_build_id() local
97 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name); in __libdwfl_open_by_build_id() local
/third_party/googletest/googlemock/src/
H A Dgmock-internal-utils.cc79 GTEST_API_ std::string ConvertIdentifierNameToWords(const char* id_name) { in ConvertIdentifierNameToWords() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dassembly_builder.h194 void AddOpNameIfNotExist(const std::string& id_name) { in AddOpNameIfNotExist() argument
198 << "%" << id_name << " \"" << id_name << "\""; in AddOpNameIfNotExist() local
218 void AddSpecIDFor(const std::string& id_name) { in AddSpecIDFor() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dassembly_builder.h194 void AddOpNameIfNotExist(const std::string& id_name) { in AddOpNameIfNotExist() argument
198 << "%" << id_name << " \"" << id_name << "\""; in AddOpNameIfNotExist() local
218 void AddSpecIDFor(const std::string& id_name) { in AddSpecIDFor() argument
/third_party/spirv-tools/test/opt/
H A Dassembly_builder.h194 void AddOpNameIfNotExist(const std::string& id_name) { in AddOpNameIfNotExist() argument
198 << "%" << id_name << " \"" << id_name << "\""; in AddOpNameIfNotExist() local
218 void AddSpecIDFor(const std::string& id_name) { in AddSpecIDFor() argument
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp194 const std::string id_name = name_mapper_(inst.result_id); in HandleInstruction() local
197 stream_ << "%" << id_name; in HandleInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp194 const std::string id_name = name_mapper_(inst.result_id); in HandleInstruction() local
197 stream_ << "%" << id_name; in HandleInstruction() local
/third_party/spirv-tools/source/
H A Ddisassemble.cpp251 const std::string id_name = name_mapper_(inst.result_id); in EmitInstruction() local
254 stream_ << "%" << id_name; in EmitInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp232 const std::string id_name = name_mapper_(id); in getIdName() local
235 out << id << "[%" << id_name << "]"; in getIdName() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp232 const std::string id_name = name_mapper_(id); in getIdName() local
235 out << id << "[%" << id_name << "]"; in getIdName() local
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp251 const std::string id_name = name_mapper_(id); in getIdName() local
254 out << "'" << id << "[%" << id_name << "]'"; in getIdName() local
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c2838 const XML_Char *id_name; member

Completed in 31 milliseconds