Lines Matching refs:Get
524 static bool Get(const ValueType& v) { return v.GetBool(); }
532 static int Get(const ValueType& v) { return v.GetInt(); }
540 static unsigned Get(const ValueType& v) { return v.GetUint(); }
550 static long Get(const ValueType& v) { return v.GetInt(); }
559 static unsigned long Get(const ValueType& v) { return v.GetUint(); }
568 static int64_t Get(const ValueType& v) { return v.GetInt64(); }
576 static uint64_t Get(const ValueType& v) { return v.GetUint64(); }
584 static double Get(const ValueType& v) { return v.GetDouble(); }
592 static float Get(const ValueType& v) { return v.GetFloat(); }
601 static StringType Get(const ValueType& v) { return v.GetString(); }
611 …static StringType Get(const ValueType& v) { return StringType(v.GetString(), v.GetStringLength());…
620 static ArrayType Get(ValueType& v) { return v.GetArray(); }
629 static ArrayType Get(const ValueType& v) { return v.GetArray(); }
636 static ObjectType Get(ValueType& v) { return v.GetObject(); }
645 static ObjectType Get(const ValueType& v) { return v.GetObject(); }
1927 T Get() const { return internal::TypeHelper<ValueType, T>::Get(*this); }
1930 T Get() { return internal::TypeHelper<ValueType, T>::Get(*this); }