Searched defs:ResolveType (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/gpu/
H A DGrRenderTarget.h135 enum ResolveType { enum in class:GrRenderTarget
140 virtual ResolveType getResolveType() const = 0;
/external/vboot_reference/cgpt/
H A Dcgpt_common.c656 int ResolveType(const Guid *type, char *buf) { function
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2332 return ResolveType (cu, die);
2457 ResolveType(dwarf_cu, member_function_dies.GetDIEPtrAtIndex(i));
2494 ResolveType (method_cu, method_die);
2646 SymbolFileDWARF::ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed) function in class:SymbolFileDWARF
3971 Type *matching_type = ResolveType (dwarf_cu, die);
4643 Type* type = ResolveType (cu, decl_ctx_die);
4839 Type *resolved_type = ResolveType (type_cu, type_die, false);
5115 Type *resolved_type = ResolveType (type_cu, type_die, false);
5284 Type *resolved_type = ResolveType (type_cu, type_die, false);
6578 Type *class_type = ResolveType (dwarf_c
[all...]

Completed in 152 milliseconds