Searched refs:IntegerSP (Results 1 – 5 of 5) sorted by relevance
39 typedef std::shared_ptr<Integer> IntegerSP; typedef
5513 JSONGenerator::IntegerSP(new JSONGenerator::Integer( in GetJSONThreadsInfo()
273 StructuredData::IntegerSP int_sp = in CreateStructuredObject() 469 StructuredData::IntegerSP PythonInteger::CreateStructuredInteger() const { in SetInteger() 471 return uint_sp ? StructuredData::IntegerSP(uint_sp) in CreateStructuredInteger()
493 StructuredData::IntegerSP CreateStructuredInteger() const;
76 typedef std::variant<UnsignedIntegerSP, SignedIntegerSP> IntegerSP; typedef