Searched refs:GetUInt64 (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_test_util.cc | 1057 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()
|
D | map_field.cc | 378 map_key.SetUInt64Value(reflection->GetUInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
|
D | generated_message_reflection.h | 241 uint64 GetUInt64(const Message& message,
|
D | message.h | 503 virtual uint64 GetUInt64(const Message& message,
|
D | test_util.cc | 2683 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()
|
D | text_format.cc | 1625 uint64 first = reflection->GetUInt64(*a, field_); in operator ()() 1626 uint64 second = reflection->GetUInt64(*b, field_); in operator ()()
|
D | extension_set.h | 232 uint64 GetUInt64(int number, uint64 default_value) const;
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.h | 154 const StunUInt64Attribute* GetUInt64(int type) const;
|
D | port.cc | 468 stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLING); in MaybeIceRoleConflict() 484 stun_attr = stun_msg->GetUInt64(STUN_ATTR_ICE_CONTROLLED); in MaybeIceRoleConflict()
|
D | stun.cc | 110 const StunUInt64Attribute* StunMessage::GetUInt64(int type) const { in GetUInt64() function in cricket::StunMessage
|
D | port_unittest.cc | 1629 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/ |
D | message.cc | 2252 uint64 value = reflection->GetUInt64(*message, field_descriptor); in CheckAndGetInteger()
|