Home
last modified time | relevance | path

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

123

/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/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/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
Djsonrpc2.go64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
/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
Djsonrpc2.go64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
/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
Djsonrpc2.go64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h32 typedef int64_t int64; typedef
/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/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
/third_party/protobuf/ruby/tests/
Dbasic_test.proto25 optional int64 optional_int64 = 2; field
135 google.protobuf.Int64Value int64 = 4; field
/third_party/protobuf/js/
Dproto3_test.proto58 optional int64 optional_int64 = 122; field
/third_party/mesa3d/include/android_stub/log/
Dlog_event_list.h50 int64_t int64; member

123