Searched refs:getTypeId (Results 1 – 25 of 27) sorted by relevance
12
46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()74 return Session.getSymbolById(getTypeId()); in getReturnType()
25 return Session.getSymbolById(getTypeId()); in getPointeeType()
25 return Session.getSymbolById(getTypeId()); in getElementType()
25 return Session.getSymbolById(getTypeId()); in getType()
32 return Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(getTypeId()); in getUnderlyingType()
91 return Session.getConcreteSymbolById<PDBSymbolTypeFunctionSig>(getTypeId()); in getSignature()
144 TypeEnum getTypeId() const { in getTypeId() function458 return (T::enumTy == pType->getTypeId()) ? (T*)pType : NULL; in dyn_cast()469 return (T::enumTy == pType->getTypeId()) ? (const T*)pType : NULL; in dyn_cast()
32 uint32_t TargetId = Symbol.getTypeId(); in start()56 uint32_t PointeeId = Symbol.getTypeId(); in dump()
198 uint32_t ElementTypeId = Symbol.getTypeId(); in dump()222 uint32_t TypeId = Symbol.getTypeId(); in dump()235 uint32_t PointeeId = Symbol.getTypeId(); in dump()
32 FORWARD_SYMBOL_METHOD(getTypeId)
33 FORWARD_SYMBOL_METHOD(getTypeId)
36 FORWARD_SYMBOL_METHOD(getTypeId)
38 FORWARD_SYMBOL_METHOD(getTypeId)
43 FORWARD_SYMBOL_METHOD(getTypeId)
45 FORWARD_SYMBOL_METHOD(getTypeId)
48 FORWARD_SYMBOL_METHOD(getTypeId)
47 FORWARD_SYMBOL_METHOD(getTypeId)
46 FORWARD_SYMBOL_METHOD(getTypeId)
53 FORWARD_SYMBOL_METHOD(getTypeId)
70 FORWARD_SYMBOL_METHOD(getTypeId)
105 virtual uint32_t getTypeId() const = 0;
371 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag()372 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag()373 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag()571 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
96 uint32_t getTypeId() const override;
212 MOCK_SYMBOL_ACCESSOR(getTypeId)