Home
last modified time | relevance | path

Searched defs:Int32 (Results 1 – 25 of 99) sorted by relevance

1234

/external/lzma/CPP/7zip/UI/Far/
DUpdateCallbackFar.cpp30 …ress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, Int32 /* isDir */)) in Z7_COM7F_IMF() argument
130 Z7_COM7F_IMF(CUpdateCallback100Imp::OperationResult(Int32 /* opRes */)) in Z7_COM7F_IMF()
182 Z7_COM7F_IMF(CUpdateCallback100Imp::ReportUpdateOperation(UInt32 op, const wchar_t *name, Int32 /* … in Z7_COM7F_IMF() argument
245 …t wchar_t *srcTempPath, const wchar_t * /* destFinalPath */ , UInt64 size, Int32 /* updateMode */)) in Z7_COM7F_IMF() argument
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go17 type Int32 struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
22 V *int32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
25 func (x *Int32) Reset() {
34 func (x *Int32) String() string {
38 func (*Int32) ProtoMessage() {}
40 func (x *Int32) ProtoReflect() protoreflect.Message {
53 func (*Int32) Descriptor() ([]byte, []int) {
[all …]
Drequired.proto11 message Int32 { message
/external/golang-protobuf/internal/encoding/text/
Ddecode_test.go198 type Int32 struct { struct
199 val int32
202 func (n Int32) checkOk(tok text.Token) string {
213 func (n Int32) checkNok(tok text.Token) string {
/external/gemmlowp/internal/
Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
/external/lzma/CPP/7zip/UI/FileManager/
DUpdateCallback100.cpp12 …Int64 /* numFolders */, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, Int32 /* isDir */)) in Z7_COM7F_IMF() argument
55 Z7_COM7F_IMF(CUpdateCallback100Imp::OperationResult(Int32 /* operationResult */)) in Z7_COM7F_IMF()
DAltStreamsFolder.cpp252 Z7_COM7F_IMF2(Int32, CAltStreamsFolder::CompareItems(UInt32 index1, UInt32 index2, PROPID propID, I… in Z7_COM7F_IMF2() argument
765 Z7_COM7F_IMF(CAltStreamsFolder::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, in Z7_COM7F_IMF() argument
859 Z7_COM7F_IMF(CAltStreamsFolder::CopyFrom(Int32 /* moveMode */, const wchar_t * /* fromFolderPath */, in Z7_COM7F_IMF()
DFSDrives.cpp386 Z7_COM7F_IMF(CFSDrives::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, in Z7_COM7F_IMF() argument
477 Z7_COM7F_IMF(CFSDrives::CopyFrom(Int32 /* moveMode */, const wchar_t * /* fromFolderPath */, in Z7_COM7F_IMF()
DFSFolderCopy.cpp637 Z7_COM7F_IMF(CFSFolder::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, in Z7_COM7F_IMF() argument
850 Z7_COM7F_IMF(CFSFolder::CopyFrom(Int32 /* moveMode */, const wchar_t * /* fromFolderPath */, in Z7_COM7F_IMF()
/external/golang-protobuf/proto/
Dwrappers.go11 func Int32(v int32) *int32 { return &v } func
/external/libultrahdr/third_party/image_io/includes/image_io/base/
Dtypes.h12 using Int32 = std::int32_t; variable
/external/image_io/includes/image_io/base/
Dtypes.h12 using Int32 = std::int32_t; variable
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h64 static ArgValue Int32(int32_t value) { in Int32() function
136 int32_t Int32() const { in Int32() function
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs59 Int32, enumerator
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs59 Int32, enumerator
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs59 Int32, enumerator
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
DHeaderType.java14 Int32(4, 0,false), enumConstant
/external/tensorflow/tensorflow/lite/kernels/
Dbucketize_test.cc73 TEST(BucketizeOpTest, Int32) { in TEST() argument
Dspace_to_depth_test.cc89 TEST(SpaceToDepthOpModel, Int32) { in TEST() argument
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h41 Int32 = 0x0074, // 32 bit signed int enumerator
145 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/external/ruy/ruy/
Dsize_util_test.cc89 TEST(SizeUtilTest, Int32) { SizeUtilTest<std::int32_t>(); } in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp119 Type *Int32 = Type::getInt32Ty(C); in runOnModule() local
/external/cronet/tot/net/quic/
Dset_quic_flag_test.cc66 TEST(SetQuicFlagTest, Int32) { in TEST() argument
/external/cronet/stable/net/quic/
Dset_quic_flag_test.cc66 TEST(SetQuicFlagTest, Int32) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h47 Int32 = 0x0074, // 32 bit signed int enumerator
172 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function

1234