/external/perfetto/src/trace_processor/importers/json/ |
D | json_utils.cc | 93 return static_cast<int64_t>(value.asUInt64()); in CoerceToInt64() 200 Variadic::UnsignedInteger(value.asUInt64())); in AddJsonValueToArgs()
|
D | json_trace_parser.cc | 49 return id.asUInt64(); in MaybeExtractFlowIdentifier()
|
/external/jsoncpp/include/json/ |
D | value.h | 390 UInt64 asUInt64() const; 670 template <> inline UInt64 Value::as<UInt64>() const { return asUInt64(); }
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 998 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1024 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1050 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1101 JSONTEST_ASSERT_EQUAL(kint64max, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1125 JSONTEST_ASSERT_EQUAL(Json::UInt64(1) << 63, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1201 JSONTEST_ASSERT_EQUAL(ten_to_19, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1248 JSONTEST_ASSERT_EQUAL(kuint64max, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1757 JSONTEST_ASSERT_THROWS(strVal.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1758 JSONTEST_ASSERT_THROWS(objVal.asUInt64()); in JSONTEST_FIXTURE_LOCAL() 1759 JSONTEST_ASSERT_THROWS(arrVal.asUInt64()); in JSONTEST_FIXTURE_LOCAL() [all …]
|
/external/perfetto/src/trace_processor/ |
D | export_json.cc | 1189 legacy_args[kLegacyEventUnscopedIdKey].asUInt64()); in ConvertLegacyRawEventToJson() 1194 legacy_args[kLegacyEventGlobalIdKey].asUInt64()); in ConvertLegacyRawEventToJson() 1199 legacy_args[kLegacyEventLocalIdKey].asUInt64()); in ConvertLegacyRawEventToJson()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 721 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value 755 return asUInt64(); in asLargestUInt()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 674 UInt64 asUInt64() const;
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 674 UInt64 asUInt64() const;
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 674 UInt64 asUInt64() const;
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 674 UInt64 asUInt64() const;
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 724 UInt64 asUInt64() const;
|
D | jsoncpp.cpp | 3130 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value 3164 return asUInt64(); in asLargestUInt()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3098 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value 3132 return asUInt64(); in asLargestUInt()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3098 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value 3132 return asUInt64(); in asLargestUInt()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3098 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value 3132 return asUInt64(); in asLargestUInt()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3098 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value 3132 return asUInt64(); in asLargestUInt()
|