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

/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h231 void SetInt64 (Message* message,
H A Dmessage.h497 virtual void SetInt64 (Message* message,
H A Dtest_util.cc2388 reflection->SetInt64 (message, F("optional_int64" ), 102);
2392 reflection->SetInt64 (message, F("optional_sint64" ), 106);
2396 reflection->SetInt64 (message, F("optional_sfixed64"), 110);
2499 reflection->SetInt64 (message, F("default_int64" ), 402);
2503 reflection->SetInt64 (message, F("default_sint64" ), 406);
2507 reflection->SetInt64 (message, F("default_sfixed64"), 410);
2533 sub_message->GetReflection()->SetInt64(
H A Ddescriptor.cc2576 void SetInt64(int number, int64 value, FieldDescriptor::Type type,
5037 SetInt64(option_field->number(),
5042 SetInt64(option_field->number(),
5329 void DescriptorBuilder::OptionInterpreter::SetInt64(int number, int64 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
H A Dextension_set.h244 void SetInt64 (int number, FieldType type, int64 value, desc);
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1768 reflection->SetInt64(message, field_descriptor, value);

Completed in 142 milliseconds