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

/art/runtime/
H A Ddex_file.h171 struct TypeId { struct in class:art::DexFile
175 DISALLOW_COPY_AND_ASSIGN(TypeId);
548 const TypeId* FindTypeId(const char* string) const;
559 // Returns the TypeId at the specified index.
560 const TypeId& GetTypeId(uint32_t idx) const {
565 uint16_t GetIndexForTypeId(const TypeId& type_id) const {
575 const TypeId& type_id = GetTypeId(idx);
580 const TypeId& type_id = GetTypeId(idx);
585 const char* GetTypeDescriptor(const TypeId& type_id) const {
590 const TypeId* FindTypeI
[all...]

Completed in 52 milliseconds