Searched refs:Int64ByteSize (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | wire_format_test.py | 122 [wire_format.Int64ByteSize, 0, 1], 123 [wire_format.Int64ByteSize, 127, 1], 124 [wire_format.Int64ByteSize, 128, 2], 125 [wire_format.Int64ByteSize, -1, 10],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 126 [wire_format.Int64ByteSize, 0, 1], 127 [wire_format.Int64ByteSize, 127, 1], 128 [wire_format.Int64ByteSize, 128, 2], 129 [wire_format.Int64ByteSize, -1, 10],
|
D | wire_format.py | 123 return Int64ByteSize(field_number, int32) 130 def Int64ByteSize(field_number, int64): function
|
D | type_checkers.py | 290 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 150 const SizeT Int64ByteSize = typeWidthInBytes(IceType_i64); in createNodeNameDeclaration() local 151 Var->setAlignment(Int64ByteSize); // Wasteful, 32-bit could use 4 bytes. in createNodeNameDeclaration() 159 const SizeT Int64ByteSize = typeWidthInBytes(IceType_i64); in createBlockProfilingInfoDeclaration() local 161 GlobalInits.get(), Int64ByteSize)); in createBlockProfilingInfoDeclaration() 167 Var->setAlignment(Int64ByteSize); in createBlockProfilingInfoDeclaration()
|