Searched defs:asNumber (Results 1 – 5 of 5) sorted by relevance
96 bool JSONValue::asNumber(double*) const in asNumber() function in blink::JSONValue101 bool JSONValue::asNumber(long*) const in asNumber() function in blink::JSONValue106 bool JSONValue::asNumber(int*) const in asNumber() function in blink::JSONValue111 bool JSONValue::asNumber(unsigned long*) const in asNumber() function in blink::JSONValue116 bool JSONValue::asNumber(unsigned*) const in asNumber() function in blink::JSONValue193 bool JSONBasicValue::asNumber(double* output) const in asNumber() function in blink::JSONBasicValue201 bool JSONBasicValue::asNumber(long* output) const in asNumber() function in blink::JSONBasicValue209 bool JSONBasicValue::asNumber(int* output) const in asNumber() function in blink::JSONBasicValue217 bool JSONBasicValue::asNumber(unsigned long* output) const in asNumber() function in blink::JSONBasicValue225 bool JSONBasicValue::asNumber(unsigned* output) const in asNumber() function in blink::JSONBasicValue
88 public static int asNumber(String value) { in asNumber() method in TypeConverter111 public static int asNumber(Data data) { in asNumber() method in TypeConverter
50 public int asNumber() { in asNumber() method in VariantValue
46 public int asNumber() { in asNumber() method in NumberValue
102 public abstract int asNumber(); in asNumber() method in Value