Home
last modified time | relevance | path

Searched refs:GetUInt32 (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp222 rec->ScriptRecord[i].ScriptTag = GetUInt32(sp); in ParseScriptList()
240 rec->LangSysRecord[i].LangSysTag = GetUInt32(sp); in ParseScript()
272 rec->FeatureRecord[i].FeatureTag = GetUInt32(sp); in ParseFeatureList()
Dttgsubtable.h397 TT_uint32_t GetUInt32(FT_Bytes& p) const in GetUInt32() function
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h203 uint32 GetUInt32(const Message& message,
Dmessage.h453 virtual uint32 GetUInt32(const Message& message,
Dtest_util.cc2681 EXPECT_EQ(103 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectAllFieldsSetViaReflection1()
2685 EXPECT_EQ(107 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectAllFieldsSetViaReflection1()
2730 EXPECT_EQ(601 , reflection->GetUInt32(message, F("oneof_uint32"))); in ExpectAllFieldsSetViaReflection1()
2892 EXPECT_EQ(403 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectAllFieldsSetViaReflection3()
2896 EXPECT_EQ(407 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectAllFieldsSetViaReflection3()
3015 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_uint32" ))); in ExpectClearViaReflection()
3019 EXPECT_EQ(0 , reflection->GetUInt32(message, F("optional_fixed32" ))); in ExpectClearViaReflection()
3119 EXPECT_EQ( 43 , reflection->GetUInt32(message, F("default_uint32" ))); in ExpectClearViaReflection()
3123 EXPECT_EQ( 47 , reflection->GetUInt32(message, F("default_fixed32" ))); in ExpectClearViaReflection()
Dextension_set.h227 uint32 GetUInt32(int number, uint32 default_value) const;
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1645 uint32 value = reflection->GetUInt32(*message, field_descriptor); in CheckAndGetInteger()