Home
last modified time | relevance | path

Searched refs:UINT32 (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java74 case UINT32: in checkType()
86 case UINT32: in checkType()
140 case UINT32: in wrapPrimaryValue()
261 …if (type == Descriptors.FieldDescriptor.Type.UINT32 || type == Descriptors.FieldDescriptor.Type.UI… in checkIntTypePrecision()
DRubyMessage.java467 case UINT32: in convert()
480 case UINT32: in convert()
554 case UINT32: in wrapField()
DRubyRepeatedField.java361 case UINT32: in defaultValue()
DRubyMap.java113 case UINT32: in initialize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dconstants.js185 UINT32: 13, property
225 case fieldTypes.UINT32:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java138 UINT32 (JavaType.INT , WIRETYPE_VARINT ), enumConstant
233 case UINT32 : return input.readUInt32 (); in readPrimitiveField()
DFieldSet.java695 case UINT32 : output.writeUInt32NoTag ((Integer ) value); break; in writeElementNoTag()
855 case UINT32 : return CodedOutputStream.computeUInt32SizeNoTag ((Integer )value); in computeElementSizeNoTag()
/frameworks/ml/nn/common/
DValidateHal.cpp78 case OperandType::UINT32: in validateOperandExtraParams()
159 case OperandType::UINT32: in validateOperands()
207 case OperandType::UINT32: in validateOperands()
255 case OperandType::UINT32: in validateOperands()
612 case V1_0::OperandType::UINT32: in validOperandType()
629 case V1_2::OperandType::UINT32: in validOperandType()
DGraphDump.cpp96 case OperandType::UINT32: return "U32"; in translate()
174 tryValueDump<OperandType::UINT32, unsigned>(dump, model, opnd); in graphDump()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_type_handler.h123 TYPE_TRAITS(UINT32 , uint32 , VARINT , false, false)
265 MAP_HANDLER(UINT32)
297 GOOGLE_PROTOBUF_BYTE_SIZE(UINT32, UInt32)
341 GET_CACHED_SIZE(UINT32, UInt32)
402 WRITE_METHOD(UINT32 , UInt32)
446 READ_METHOD(UINT32)
726 PRIMITIVE_HANDLER_FUNCTIONS(UINT32)
Dreflection_ops.cc83 HANDLE_TYPE(UINT32, UInt32); in Merge()
108 HANDLE_TYPE(UINT32, UInt32); in Merge()
Dgenerated_message_reflection.cc303 HANDLE_TYPE(UINT32, uint32); in SpaceUsed()
406 SWAP_ARRAYS(UINT32, uint32); in SwapField()
451 SWAP_VALUES(UINT32, uint32); in SwapField()
544 GET_TEMP_VALUE(UINT32, uint32); in SwapOneofField()
576 SET_ONEOF_VALUE1(UINT32, uint32); in SwapOneofField()
610 SET_ONEOF_VALUE2(UINT32, uint32); in SwapOneofField()
779 HANDLE_TYPE(UINT32, uint32); in FieldSize()
826 CLEAR_TYPE(UINT32, uint32); in ClearField()
875 HANDLE_TYPE(UINT32, uint32); in ClearField()
927 HANDLE_TYPE(UINT32, uint32); in RemoveLast()
[all …]
Dmap_field.cc204 HANDLE_TYPE(UINT32, uint32); in InsertOrLookupMapValue()
405 HANDLE_TYPE(UINT32, uint32, UInt32); in SyncMapWithRepeatedFieldNoLock()
448 HANDLE_TYPE(UINT32, uint32); in SpaceUsedExcludingSelfNoLock()
Dextension_set_heavy.cc371 HANDLE_TYPE( UINT32, uint32); in SpaceUsedExcludingSelf()
468 HANDLE_TYPE( UINT32, UInt32, uint32); in InternalSerializeFieldWithCachedSizesToArray()
501 HANDLE_TYPE( UINT32, UInt32, uint32); in InternalSerializeFieldWithCachedSizesToArray()
540 HANDLE_TYPE( UINT32, UInt32, uint32_value); in InternalSerializeFieldWithCachedSizesToArray()
Ddynamic_message.cc364 HANDLE_TYPE(UINT32, uint32); in SharedCtor()
481 HANDLE_TYPE(UINT32, uint32); in ~DynamicMessage()
825 HANDLE_TYPE(UINT32, uint32); in ConstructDefaultOneofInstance()
Dwire_format.cc517 HANDLE_PACKED_TYPE(UINT32, uint32, UInt32) in ParseAndMergeField()
591 HANDLE_TYPE(UINT32, uint32, UInt32) in ParseAndMergeField()
866 HANDLE_PRIMITIVE_TYPE(UINT32, uint32, UInt32, UInt32) in SerializeFieldWithCachedSizes()
1062 HANDLE_TYPE(UINT32, UInt32, UInt32) in FieldDataOnlyByteSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dfailure_list_cpp.txt46 ProtobufInput.PrematureEofInPackedField.UINT32
Dfailure_list_python_cpp.txt69 ProtobufInput.PrematureEofInPackedField.UINT32
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp38 case FD::UINT32: *os << "u32"; break; in PrintTo()
338 case C2FieldDescriptor::UINT32: cout << "uint32_t "; break; in dumpType()
366 case C2FieldDescriptor::UINT32: cout << get(p.second, (uint32_t *)0); break; in dumpStruct()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp59 case C2Value::UINT32: in debugString()
169 case C2FieldDescriptor::UINT32: in addParamStructDesc()
401 case C2FieldDescriptor::UINT32: in parseMessageAndDoWork()
560 case C2FieldDescriptor::UINT32: c2Value = *((uint32_t *)data); break; in getParams()
/frameworks/av/media/codec2/core/include/
DC2Param.h869 UINT32, enumerator
919 case UINT32: in SizeFor()
946 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; }
947 template<> constexpr C2Value::type_t C2Value::TypeFor<uint32_t, false>() { return UINT32; }
972 UINT32 = C2Value::UINT32, ///< 32-bit unsigned integer enumerator
1077 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dfield_mask_util.cc395 COPY_VALUE(UINT32, UInt32) in MergeMessage()
431 COPY_REPEATED_VALUE(UINT32, UInt32) in MergeMessage()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Ddefs.c573 CONVERT(UINT32, uint32); in ruby_to_fieldtype()
595 CONVERT(UINT32, uint32); in fieldtype_to_ruby()
622 CONVERT(UINT32, uint32); in ruby_to_descriptortype()
651 CONVERT(UINT32, uint32); in descriptortype_to_ruby()
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp60 case C2FieldDescriptor::UINT32: return "u32"; in asString()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Ddef.c272 CONVERT(UINT32, "uint32"); in string_to_descriptortype()

12