Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dpolicy_statistics_collector_unittest.cc140 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
154 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
167 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
179 prefs_.SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in TEST_F()
Dpolicy_statistics_collector.cc82 prefs_->SetInt64(policy_prefs::kLastPolicyStatisticsUpdate, in CollectStatistics()
/external/boringssl/src/crypto/x509/test/
Dmake_invalid_extensions.go90 SerialNumber: new(big.Int).SetInt64(1),
104 SerialNumber: new(big.Int).SetInt64(2),
118 SerialNumber: new(big.Int).SetInt64(3),
Dmake_many_constraints.go105 SerialNumber: new(big.Int).SetInt64(1),
147 SerialNumber: new(big.Int).SetInt64(int64(i + 2)),
Dmake_basic_constraints.go44 SerialNumber: new(big.Int).SetInt64(1),
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc359 sub_message->GetReflection()->SetInt64(sub_message, map_int64_int64_key_, 0); in SetMapFieldsViaReflection()
360 sub_message->GetReflection()->SetInt64(sub_message, map_int64_int64_val_, 0); in SetMapFieldsViaReflection()
381 sub_message->GetReflection()->SetInt64(sub_message, map_sint64_sint64_key_, in SetMapFieldsViaReflection()
383 sub_message->GetReflection()->SetInt64(sub_message, map_sint64_sint64_val_, in SetMapFieldsViaReflection()
405 sub_message->GetReflection()->SetInt64(sub_message, in SetMapFieldsViaReflection()
407 sub_message->GetReflection()->SetInt64(sub_message, in SetMapFieldsViaReflection()
454 sub_message->GetReflection()->SetInt64(sub_message, map_int64_int64_key_, 1); in SetMapFieldsViaReflection()
455 sub_message->GetReflection()->SetInt64(sub_message, map_int64_int64_val_, 1); in SetMapFieldsViaReflection()
476 sub_message->GetReflection()->SetInt64(sub_message, map_sint64_sint64_key_, in SetMapFieldsViaReflection()
478 sub_message->GetReflection()->SetInt64(sub_message, map_sint64_sint64_val_, in SetMapFieldsViaReflection()
[all …]
Dtest_util.h199 reflection->SetInt64(message, F("optional_int64"), 102); in SetAllFieldsViaReflection()
203 reflection->SetInt64(message, F("optional_sint64"), 106); in SetAllFieldsViaReflection()
207 reflection->SetInt64(message, F("optional_sfixed64"), 110); in SetAllFieldsViaReflection()
314 reflection->SetInt64(message, F("default_int64"), 402); in SetAllFieldsViaReflection()
318 reflection->SetInt64(message, F("default_sint64"), 406); in SetAllFieldsViaReflection()
322 reflection->SetInt64(message, F("default_sfixed64"), 410); in SetAllFieldsViaReflection()
349 sub_message->GetReflection()->SetInt64( in SetOneofViaReflection()
Dmap_field.cc384 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
411 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
Dmessage.h528 void SetInt64(Message* message, const FieldDescriptor* field,
Dtext_format.cc2139 reflection->SetInt64(message, field_desc, key.GetInt64Value()); in CopyKey()
2180 reflection->SetInt64(message, field_desc, value.GetInt64Value()); in CopyValue()
Dextension_set.h268 void SetInt64(int number, FieldType type, int64 value, desc);
Ddescriptor.cc3424 void SetInt64(int number, int64 value, FieldDescriptor::Type type,
6763 SetInt64(option_field->number(), in SetOptionValue()
6768 SetInt64(option_field->number(), in SetOptionValue()
7072 void DescriptorBuilder::OptionInterpreter::SetInt64( in SetInt64() function in google::protobuf::DescriptorBuilder::OptionInterpreter
/external/starlark-go/starlark/
Dint.go156 minint64 = new(big.Int).SetInt64(math.MinInt64)
157 maxint64 = new(big.Int).SetInt64(math.MaxInt64)
333 return new(big.Rat).SetInt64(iSmall)
/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_ec_scalar_base_mult_tests.go36 n.SetInt64(int64(i))
Dmake_p256-x86_64-tests.go44 one = new(big.Int).SetInt64(1)
Dmake_tables.go233 R := new(big.Int).SetInt64(1)
/external/libprotobuf-mutator/src/
Dfield_instance.h267 reflection().SetInt64(message_, descriptor(), value); in Store()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2283 reflection->SetInt64(message, field_descriptor, value); in InternalSetNonOneofScalar()