Home
last modified time | relevance | path

Searched refs:SetInt64 (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h231 void SetInt64 (Message* message,
Dmessage.h497 virtual void SetInt64 (Message* message,
Dtest_util.cc2388 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()
Ddescriptor.cc2576 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
Dextension_set.h244 void SetInt64 (int number, FieldType type, int64 value, desc);
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1768 reflection->SetInt64(message, field_descriptor, value); in CheckAndGetInteger()