Searched refs:SetInt64 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 231 void SetInt64 (Message* message,
|
D | message.h | 497 virtual void SetInt64 (Message* message,
|
D | test_util.cc | 2388 reflection->SetInt64 (message, F("optional_int64" ), 102); in SetAllFieldsViaReflection() 2392 reflection->SetInt64 (message, F("optional_sint64" ), 106); in SetAllFieldsViaReflection() 2396 reflection->SetInt64 (message, F("optional_sfixed64"), 110); in SetAllFieldsViaReflection() 2499 reflection->SetInt64 (message, F("default_int64" ), 402); in SetAllFieldsViaReflection() 2503 reflection->SetInt64 (message, F("default_sint64" ), 406); in SetAllFieldsViaReflection() 2507 reflection->SetInt64 (message, F("default_sfixed64"), 410); in SetAllFieldsViaReflection() 2533 sub_message->GetReflection()->SetInt64( in SetOneofViaReflection()
|
D | descriptor.cc | 2576 void SetInt64(int number, int64 value, FieldDescriptor::Type type, 5037 SetInt64(option_field->number(), in SetOptionValue() 5042 SetInt64(option_field->number(), in SetOptionValue() 5329 void DescriptorBuilder::OptionInterpreter::SetInt64(int number, int64 value, in SetInt64() function in google::protobuf::DescriptorBuilder::OptionInterpreter
|
D | extension_set.h | 244 void SetInt64 (int number, FieldType type, int64 value, desc);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1768 reflection->SetInt64(message, field_descriptor, value); in CheckAndGetInteger()
|