Home
last modified time | relevance | path

Searched defs:int64 (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/protobuf/js/experimental/runtime/
Dint64_test.js12 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 …]
Dint64.js238 const joinUnsignedDecimalString = (int64) => { argument
309 const joinSignedDecimalString = (int64) => { argument
/third_party/cef/include/base/
Dcef_basictypes.h46 typedef long int64; typedef
49 typedef long long int64; typedef
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_types.h44 typedef int64_t int64; typedef
60 typedef signed long long int64; typedef
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h25 typedef int64_t int64; typedef
58 typedef long int64; typedef
60 typedef long long int64; typedef
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_dtype.py21 int64 = typing.Int(64) variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dxdefs.h20 typedef long long int64; typedef
/third_party/skia/third_party/externals/swiftshader/tests/regres/util/
Dutil.go46 func Percent64(i, n int64) int64 {
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dtrunc-not0.c2 typedef __INT64_TYPE__ int64; typedef
/third_party/flatbuffers/python/flatbuffers/
Dpacker.py35 int64 = struct.Struct("<q") variable
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h32 typedef int64_t int64; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go62 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/
Dhandler.go62 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/
Dhandler.go62 Read(ctx context.Context, bytes int64) context.Context
64 Wrote(ctx context.Context, bytes int64) context.Context
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.h29 using int64 = int64_t; variable
/third_party/glib/gio/
Dgfileattribute-priv.h36 gint64 int64; member
Dgio-tool-set.c83 gint64 int64; in handle_set() local
/third_party/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto53 optional int64 optional_int64 = 2; field
Dwire_format.py130 def Int64ByteSize(field_number, int64): argument
147 def SInt64ByteSize(field_number, int64): argument
/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto56 optional int64 optional_int64 = 2; field
/third_party/flutter/skia/third_party/externals/wuffs/internal/testcut/
Dtestcut.go152 decodedLen int64) {
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_int.hpp22 typedef std::int64_t int64; typedef
209 typedef detail::int64 int64; typedef
/third_party/mindspore/tests/ut/cpp/utils/
Dbaseref_test.cc81 std::vector<int64_t> int64({1, 2, 3}); in TEST_F() local
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h27 typedef int64_t int64; typedef
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto71 google.protobuf.Int64Value int64 = 1; field

1234