OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asuint64
(Results
1 - 9
of
9
) sorted by null
/external/v8/src/
double.h
60
uint64_t
AsUint64
() const {
81
uint64_t d64 =
AsUint64
();
88
uint64_t d64 =
AsUint64
();
99
uint64_t d64 =
AsUint64
();
106
uint64_t d64 =
AsUint64
();
111
uint64_t d64 =
AsUint64
();
117
uint64_t d64 =
AsUint64
();
bignum-dtoa.cc
412
uint64_t v_bits = Double(v).
AsUint64
();
462
uint64_t v_bits = Double(v).
AsUint64
();
522
uint64_t v_bits = Double(v).
AsUint64
();
/external/jsoncpp/src/test_lib_json/
main.cpp
797
JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.
asUInt64
());
823
JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.
asUInt64
());
849
JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.
asUInt64
());
899
JSONTEST_ASSERT_EQUAL(kint64max, val.
asUInt64
());
[
all
...]
/external/jsoncpp/
NEWS.txt
106
Json::Value::asInt64() and Json::Value::
asUInt64
() have been added
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
386
uint64_t
AsUInt64
() const {
407
uint32_t AsUInt32() const { return static_cast<uint32_t>(
AsUInt64
()); }
408
uint16_t AsUInt16() const { return static_cast<uint16_t>(
AsUInt64
()); }
409
uint8_t AsUInt8() const { return static_cast<uint8_t> (
AsUInt64
()); }
462
return flatbuffers::NumToString(
AsUInt64
());
[
all
...]
/external/jsoncpp/src/lib_json/
json_value.cpp
620
Value::UInt64 Value::
asUInt64
() const {
654
return
asUInt64
();
[
all
...]
/external/jsoncpp/include/json/
value.h
268
UInt64
asUInt64
() const;
/external/protobuf/conformance/third_party/jsoncpp/
json.h
724
UInt64
asUInt64
() const;
[
all
...]
jsoncpp.cpp
[
all
...]
Completed in 414 milliseconds