/third_party/protobuf/js/experimental/runtime/ |
D | int64_test.js | 12 const int64 = Int64.fromBits(0, 1); constant 18 const int64 = Int64.getZero(); constant 24 const int64 = Int64.getMaxValue(); constant 30 const int64 = Int64.getMinValue(); constant 36 const int64 = Int64.fromInt(1); constant 41 const int64 = Int64.fromInt(-1); constant 48 const int64 = Int64.fromInt(1); constant 53 const int64 = Int64.fromInt(-1); constant 58 const int64 = Int64.fromNumber(Number.MAX_SAFE_INTEGER); constant 65 const int64 = Int64.fromNumber(Number.MIN_SAFE_INTEGER); constant [all …]
|
D | int64.js | 238 const joinUnsignedDecimalString = (int64) => { argument 309 const joinSignedDecimalString = (int64) => { argument
|
/third_party/cef/include/base/ |
D | cef_basictypes.h | 46 typedef long int64; typedef 49 typedef long long int64; typedef
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_types.h | 44 typedef int64_t int64; typedef 60 typedef signed long long int64; typedef
|
/third_party/libphonenumber/tools/cpp/src/base/ |
D | basictypes.h | 25 typedef int64_t int64; typedef 58 typedef long int64; typedef 60 typedef long long int64; typedef
|
/third_party/mindspore/tests/ut/python/pipeline/parse/ |
D | test_dtype.py | 21 int64 = typing.Int(64) variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | xdefs.h | 20 typedef long long int64; typedef
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/util/ |
D | util.go | 46 func Percent64(i, n int64) int64 {
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | trunc-not0.c | 2 typedef __INT64_TYPE__ int64; typedef
|
/third_party/flatbuffers/python/flatbuffers/ |
D | packer.py | 35 int64 = struct.Struct("<q") variable
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_types.h | 32 typedef int64_t int64; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context 64 Wrote(ctx context.Context, bytes int64) context.Context
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context 64 Wrote(ctx context.Context, bytes int64) context.Context
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 62 Read(ctx context.Context, bytes int64) context.Context 64 Wrote(ctx context.Context, bytes int64) context.Context
|
/third_party/mindspore/mindspore/core/load_mindir/ |
D | anf_model_parser.h | 29 using int64 = int64_t; variable
|
/third_party/glib/gio/ |
D | gfileattribute-priv.h | 36 gint64 int64; member
|
D | gio-tool-set.c | 83 gint64 int64; in handle_set() local
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_proto3_optional.proto | 53 optional int64 optional_int64 = 2; field
|
D | wire_format.py | 130 def Int64ByteSize(field_number, int64): argument 147 def SInt64ByteSize(field_number, int64): argument
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_proto3_optional.proto | 56 optional int64 optional_int64 = 2; field
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/testcut/ |
D | testcut.go | 152 decodedLen int64) {
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_int.hpp | 22 typedef std::int64_t int64; typedef 209 typedef detail::int64 int64; typedef
|
/third_party/mindspore/tests/ut/cpp/utils/ |
D | baseref_test.cc | 81 std::vector<int64_t> int64({1, 2, 3}); in TEST_F() local
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | basictypes.h | 27 typedef int64_t int64; typedef
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | wrappers.proto | 71 google.protobuf.Int64Value int64 = 1; field
|