Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dcheck_bn_tests.go231 bigOne := new(big.Int).SetInt64(1)
232 bigTwo := new(big.Int).SetInt64(2)
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc354 ->SetInt64(sub_message, map_int64_int64_key_, 0); in SetMapFieldsViaReflection()
356 ->SetInt64(sub_message, map_int64_int64_val_, 0); in SetMapFieldsViaReflection()
378 ->SetInt64(sub_message, map_sint64_sint64_key_, 0); in SetMapFieldsViaReflection()
380 ->SetInt64(sub_message, map_sint64_sint64_val_, 0); in SetMapFieldsViaReflection()
402 ->SetInt64(sub_message, map_sfixed64_sfixed64_key_, 0); in SetMapFieldsViaReflection()
404 ->SetInt64(sub_message, map_sfixed64_sfixed64_val_, 0); in SetMapFieldsViaReflection()
460 ->SetInt64(sub_message, map_int64_int64_key_, 1); in SetMapFieldsViaReflection()
462 ->SetInt64(sub_message, map_int64_int64_val_, 1); in SetMapFieldsViaReflection()
484 ->SetInt64(sub_message, map_sint64_sint64_key_, 1); in SetMapFieldsViaReflection()
486 ->SetInt64(sub_message, map_sint64_sint64_val_, 1); in SetMapFieldsViaReflection()
[all …]
Dmap_field.cc290 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
317 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
Dmessage.h554 virtual void SetInt64 (Message* message,
Dgenerated_message_reflection.h288 void SetInt64 (Message* message,
Dtest_util.cc2389 reflection->SetInt64 (message, F("optional_int64" ), 102); in SetAllFieldsViaReflection()
2393 reflection->SetInt64 (message, F("optional_sint64" ), 106); in SetAllFieldsViaReflection()
2397 reflection->SetInt64 (message, F("optional_sfixed64"), 110); in SetAllFieldsViaReflection()
2500 reflection->SetInt64 (message, F("default_int64" ), 402); in SetAllFieldsViaReflection()
2504 reflection->SetInt64 (message, F("default_sint64" ), 406); in SetAllFieldsViaReflection()
2508 reflection->SetInt64 (message, F("default_sfixed64"), 410); in SetAllFieldsViaReflection()
2534 sub_message->GetReflection()->SetInt64( in SetOneofViaReflection()
Dextension_set.h248 void SetInt64 (int number, FieldType type, int64 value, desc);
Ddescriptor.cc3066 void SetInt64(int number, int64 value, FieldDescriptor::Type type,
5892 SetInt64(option_field->number(), in SetOptionValue()
5897 SetInt64(option_field->number(), in SetOptionValue()
6184 void DescriptorBuilder::OptionInterpreter::SetInt64(int number, int64 value, in SetInt64() function in google::protobuf::DescriptorBuilder::OptionInterpreter
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2354 reflection->SetInt64(message, field_descriptor, value); in CheckAndGetInteger()