Home
last modified time | relevance | path

Searched refs:GetUInt64 (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test_util.cc1057 uint64 key = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1059 uint64 val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1129 uint64 key = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1131 uint64 val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection()
1646 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt64(*sub_message, in ExpectMapEntryClearViaReflection()
1648 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt64(*sub_message, in ExpectMapEntryClearViaReflection()
1694 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt64(*sub_message, in ExpectMapEntryClearViaReflection()
1696 EXPECT_EQ(0, sub_message->GetReflection()->GetUInt64(*sub_message, in ExpectMapEntryClearViaReflection()
Dmap_field.cc378 map_key.SetUInt64Value(reflection->GetUInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dgenerated_message_reflection.h241 uint64 GetUInt64(const Message& message,
Dmessage.h503 virtual uint64 GetUInt64(const Message& message,
Dtest_util.cc2683 EXPECT_EQ(104 , reflection->GetUInt64(message, F("optional_uint64" ))); in ExpectAllFieldsSetViaReflection1()
2687 EXPECT_EQ(108 , reflection->GetUInt64(message, F("optional_fixed64" ))); in ExpectAllFieldsSetViaReflection1()
2894 EXPECT_EQ(404 , reflection->GetUInt64(message, F("default_uint64" ))); in ExpectAllFieldsSetViaReflection3()
2898 EXPECT_EQ(408 , reflection->GetUInt64(message, F("default_fixed64" ))); in ExpectAllFieldsSetViaReflection3()
3017 EXPECT_EQ(0 , reflection->GetUInt64(message, F("optional_uint64" ))); in ExpectClearViaReflection()
3021 EXPECT_EQ(0 , reflection->GetUInt64(message, F("optional_fixed64" ))); in ExpectClearViaReflection()
3121 EXPECT_EQ( 44 , reflection->GetUInt64(message, F("default_uint64" ))); in ExpectClearViaReflection()
3125 EXPECT_EQ( 48 , reflection->GetUInt64(message, F("default_fixed64" ))); in ExpectClearViaReflection()
Dtext_format.cc1625 uint64 first = reflection->GetUInt64(*a, field_); in operator ()()
1626 uint64 second = reflection->GetUInt64(*b, field_); in operator ()()
Dextension_set.h232 uint64 GetUInt64(int number, uint64 default_value) const;
/external/webrtc/webrtc/p2p/base/
Dstun.h154 const StunUInt64Attribute* GetUInt64(int type) const;
Dport.cc468 stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in MaybeIceRoleConflict()
484 stun_attr = stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in MaybeIceRoleConflict()
Dstun.cc110 const StunUInt64Attribute* StunMessage::GetUInt64(int type) const { in GetUInt64() function in cricket::StunMessage
Dport_unittest.cc1629 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in TEST_F()
1710 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in TEST_F()
1752 msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in TEST_F()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2252 uint64 value = reflection->GetUInt64(*message, field_descriptor); in CheckAndGetInteger()