/third_party/protobuf/php/tests/proto/ |
D | test_wrapper_type_setters.proto | 10 google.protobuf.Int64Value int64_value = 3; field
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 58 int64 int64_value = 3; field 123 google.protobuf.Int64Value int64_value = 3; field
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.h | 130 dbus_int64_t int64_value; member
|
D | dbus_dict_helpers.c | 907 dbus_message_iter_get_basic(iter, &entry->int64_value); in _wpa_dbus_dict_fill_value_from_variant() 909 __func__, (long long int) entry->int64_value); in _wpa_dbus_dict_fill_value_from_variant()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.h | 130 dbus_int64_t int64_value; member
|
D | dbus_dict_helpers.c | 907 dbus_message_iter_get_basic(iter, &entry->int64_value); in _wpa_dbus_dict_fill_value_from_variant() 909 __func__, (long long int) entry->int64_value); in _wpa_dbus_dict_fill_value_from_variant()
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | default_value_test.proto | 39 int64 int64_value = 5; field
|
/third_party/node/deps/v8/src/execution/ |
D | simulator-base.h | 79 result.int64_value = static_cast<int64_t>(ret); in ConvertReturn()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 366 int64_t TranslatedValue::int64_value() const { in int64_value() function in v8::internal::TranslatedValue 421 bool is_smi = (int64_value() >= static_cast<int64_t>(Smi::kMinValue) && in GetRawValue() 422 int64_value() <= static_cast<int64_t>(Smi::kMaxValue)); in GetRawValue() 424 return Smi::FromIntptr(static_cast<intptr_t>(int64_value())); in GetRawValue() 537 number = int64_value(); in GetValue() 541 heap_object = BigInt::FromInt64(isolate(), int64_value()); in GetValue()
|
D | translated-state.h | 168 int64_t int64_value() const;
|
/third_party/node/deps/v8/include/ |
D | v8-fast-api-calls.h | 420 AnyCType() : int64_value(0) {} in AnyCType() 426 int64_t int64_value; member
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 67 message.int64_value = -20 672 int64_value=-20, 1236 int64_value=3,
|
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 151 google.protobuf.Int64Value int64_value = 3; field
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set.cc | 1668 HANDLE_TYPE(INT64, Int64, int64_value); in ByteSize() 1672 HANDLE_TYPE(SINT64, SInt64, int64_value); in ByteSize() 2033 HANDLE_TYPE(INT64, Int64, int64_value); in InternalSerializeFieldWithCachedSizesToArray() 2037 HANDLE_TYPE(SINT64, SInt64, int64_value); in InternalSerializeFieldWithCachedSizesToArray() 2041 HANDLE_TYPE(SFIXED64, SFixed64, int64_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | extension_set.h | 555 int64 int64_value; member
|
/third_party/node/deps/v8/src/d8/ |
D | d8-test.cc | 54 arg_u32.uint32_value, arg_i64.int64_value, arg_u64.uint64_value, in AddAllFastCallbackPatch() 89 arg_u32.uint32_value, arg_i64.int64_value, arg_u64.uint64_value, in AddAllFastCallbackNoOptionsPatch()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 595 args[i].int64_value = xreg(num_gp_params++); 597 args[i].int64_value = stack_pointer[num_stack_params++]; 621 set_xreg(0, result.int64_value);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 1712 glw::GLint64 int64_value = 0; in iterate() local 1730 gl.getInteger64v(pname, &int64_value); in iterate() 1785 if (int64_value != int_value) in iterate()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 1506 <enumerator name='int64_value' value='7'/> 1553 <enumerator name='int64_value' value='7'/>
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 2567 <enumerator name='int64_value' value='7'/> 2631 <enumerator name='int64_value' value='7'/>
|