Searched defs:SetUInt32 (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
H A Ddbus_std_ifaces.py124 def SetUInt32(self, interface_name, property_name, value): member in class:DBusProperties
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp37 static void SetUInt32(Byte *p, UInt32 d) function in namespace:NArchive::N7z
54 SetUInt32(buf + 20, h.NextHeaderCRC);
55 SetUInt32(buf, CrcCalc(buf + 4, 20));
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc3068 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
5912 SetUInt32(option_field->number(),
6206 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter

Completed in 184 milliseconds