| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | MDBuilder.cpp | 112   Type *Int64 = Type::getInt64Ty(Context);  in createCallbackEncoding()  local203   Type *Int64 = Type::getInt64Ty(Context);  in createTBAAStructNode()  local
 217   Type *Int64 = Type::getInt64Ty(Context);  in createTBAAStructTypeNode()  local
 239   IntegerType *Int64 = Type::getInt64Ty(Context);  in createTBAAStructTagNode()  local
 252   Type *Int64 = Type::getInt64Ty(Context);  in createTBAATypeNode()  local
 267   IntegerType *Int64 = Type::getInt64Ty(Context);  in createTBAAAccessTag()  local
 
 | 
| /external/llvm/lib/IR/ | 
| D | MDBuilder.cpp | 132   Type *Int64 = Type::getInt64Ty(Context);  in createTBAAStructNode()  local146   Type *Int64 = Type::getInt64Ty(Context);  in createTBAAStructTypeNode()  local
 168   IntegerType *Int64 = Type::getInt64Ty(Context);  in createTBAAStructTagNode()  local
 
 | 
| /external/golang-protobuf/internal/testprotos/required/ | 
| D | required.pb.go | 64 type Int64 struct {  struct65 	state         protoimpl.MessageState
 66 	sizeCache     protoimpl.SizeCache
 67 	unknownFields protoimpl.UnknownFields
 69 	V *int64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
 72 func (x *Int64) Reset() {
 81 func (x *Int64) String() string {
 85 func (*Int64) ProtoMessage() {}
 87 func (x *Int64) ProtoReflect() protoreflect.Message {
 100 func (*Int64) Descriptor() ([]byte, []int) {
 [all …]
 
 | 
| /external/golang-protobuf/internal/encoding/text/ | 
| D | decode_test.go | 176 type Int64 struct {  struct177 	val int64
 180 func (n Int64) checkOk(tok text.Token) string {
 191 func (n Int64) checkNok(tok text.Token) string {
 
 | 
| /external/cronet/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/ | 
| D | popular_types.js | 22 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| D | all_types.js | 8 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ | 
| D | packed_int64_test_pairs.js | 4 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| D | packed_sfixed64_test_pairs.js | 4 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| D | packed_sint64_test_pairs.js | 4 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| D | sfixed64_test_pairs.js | 7 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| D | int64_test_pairs.js | 7 const Int64 = goog.require('protobuf.Int64');  constant
 | 
| /external/jsoncpp/include/json/ | 
| D | config.h | 117 using Int64 = __int64;  variable120 using Int64 = int64_t;  variable
 
 | 
| /external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ | 
| D | json-forwards.h | 182 typedef __int64 Int64;  typedef185 typedef long long int Int64;  typedef
 
 | 
| /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ | 
| D | json-forwards.h | 182 typedef __int64 Int64;  typedef185 typedef long long int Int64;  typedef
 
 | 
| /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ | 
| D | json-forwards.h | 182 typedef __int64 Int64;  typedef185 typedef long long int Int64;  typedef
 
 | 
| /external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ | 
| D | json-forwards.h | 182 typedef __int64 Int64;  typedef185 typedef long long int Int64;  typedef
 
 | 
| /external/tensorflow/tensorflow/cc/experimental/libtf/impl/ | 
| D | scalars.h | 63 using Int64 = Scalar<int64_t>;  variable
 | 
| /external/golang-protobuf/proto/ | 
| D | wrappers.go | 14 func Int64(v int64) *int64 { return &v }  func
 | 
| /external/image_io/includes/image_io/base/ | 
| D | types.h | 13 using Int64 = std::int64_t;  variable
 | 
| /external/perfetto/src/trace_processor/importers/fuchsia/ | 
| D | fuchsia_trace_utils.h | 80   static ArgValue Int64(int64_t value) {  in Int64()  function148   int64_t Int64() const {  in Int64()  function
 
 | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | 
| D | FieldType.cs | 51         Int64,  enumerator
 | 
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ | 
| D | FieldType.cs | 51         Int64,  enumerator
 | 
| /external/llvm/include/llvm/DebugInfo/CodeView/ | 
| D | TypeIndex.h | 45   Int64 = 0x0076,       // 64 bit signed int  enumerator151   static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); }  in Int64()  function
 
 | 
| /external/ruy/ruy/ | 
| D | size_util_test.cc | 91 TEST(SizeUtilTest, Int64) { SizeUtilTest<std::int64_t>(); }  in TEST()  argument
 | 
| /external/deqp-deps/glslang/gtests/ | 
| D | Common.cpp | 140 TEST(IntLog2, Int64) {  in TEST()  argument
 |