Home
last modified time | relevance | path

Searched refs:GetInt64 (Results 1 – 25 of 38) sorted by relevance

12

/external/cronet/components/metrics/
Dmetrics_state_manager_unittest.cc253 EXPECT_EQ(prefs_.GetInt64(prefs::kFirstClonedResetTimestamp), in TEST_F()
254 prefs_.GetInt64(prefs::kLastClonedResetTimestamp)); in TEST_F()
286 EXPECT_EQ(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp), 0); in TEST_F()
294 EXPECT_GE(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp), in TEST_F()
303 EXPECT_EQ(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp), in TEST_F()
483 EXPECT_EQ(prefs_.GetInt64(prefs::kInstallDate), in TEST_F()
485 EXPECT_EQ(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp), in TEST_F()
520 EXPECT_EQ(prefs_.GetInt64(prefs::kInstallDate), in TEST_F()
524 EXPECT_GE(prefs_.GetInt64(prefs::kMetricsReportingEnabledTimestamp), in TEST_F()
Dcloned_install_detector.cc145 local_state->GetInt64(prefs::kLastClonedResetTimestamp), in ReadClonedInstallInfo()
147 local_state->GetInt64(prefs::kFirstClonedResetTimestamp), in ReadClonedInstallInfo()
Dmetrics_state_manager.cc55 return local_state->GetInt64(prefs::kMetricsReportingEnabledTimestamp); in ReadEnabledDate()
59 return local_state->GetInt64(prefs::kInstallDate); in ReadInstallDate()
262 int64_t install_date = local_state_->GetInt64(prefs::kInstallDate); in MetricsStateManager()
Ddaily_event.cc61 base::Time() + base::Microseconds(pref_service_->GetInt64(pref_name_)); in CheckInterval()
Denvironment_recorder.cc73 return local_state_->GetInt64(prefs::kStabilityStatsBuildTime); in GetLastBuildtime()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc748 llvm::Value* GetInt64(int64_t value) { return b_->getInt64(value); } in GetInt64() function in xla::cpu::__anon8d179a540111::TiledSmallGemmEmitter
793 HandleResiduesOnK(&vsl, GetInt64(n_start), GetInt64(n_end)); in HandleResiduesOnN()
820 HandleResiduesOnM(vsl, tile_size_k(), GetInt64(k_start), GetInt64(k_end), in HandleResiduesOnK()
826 HandleResiduesOnM(vsl, dims().k() - k_start, GetInt64(k_start), in HandleResiduesOnK()
827 GetInt64(dims().k()), n_start, n_end); in HandleResiduesOnK()
836 GetInt64(0), GetInt64(m_end)); in HandleResiduesOnM()
840 dims().m() - m_end, GetInt64(m_end), GetInt64(dims().m())); in HandleResiduesOnM()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddynamic_message.h192 int64_t first = reflection->GetInt64(*a, field_); in operator()
193 int64_t second = reflection->GetInt64(*b, field_); in operator()
Dtest_util.h377 EXPECT_EQ(100, sub_message->GetReflection()->GetInt64( in ExpectOneofSetViaReflection()
494 EXPECT_EQ(102, reflection->GetInt64(message, F("optional_int64"))); in ExpectAllFieldsSetViaReflection1()
498 EXPECT_EQ(106, reflection->GetInt64(message, F("optional_sint64"))); in ExpectAllFieldsSetViaReflection1()
502 EXPECT_EQ(110, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectAllFieldsSetViaReflection1()
772 EXPECT_EQ(402, reflection->GetInt64(message, F("default_int64"))); in ExpectAllFieldsSetViaReflection3()
776 EXPECT_EQ(406, reflection->GetInt64(message, F("default_sint64"))); in ExpectAllFieldsSetViaReflection3()
780 EXPECT_EQ(410, reflection->GetInt64(message, F("default_sfixed64"))); in ExpectAllFieldsSetViaReflection3()
910 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_int64"))); in ExpectClearViaReflection()
914 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sint64"))); in ExpectClearViaReflection()
918 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectClearViaReflection()
[all …]
Dreflection_tester.cc930 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1042 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1155 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1157 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
Dmap_field.cc544 map_key.SetInt64Value(reflection->GetInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
/external/protobuf/src/google/protobuf/
Ddynamic_message.h192 int64_t first = reflection->GetInt64(*a, field_); in operator()
193 int64_t second = reflection->GetInt64(*b, field_); in operator()
Dtest_util.h381 EXPECT_EQ(100, sub_message->GetReflection()->GetInt64( in ExpectOneofSetViaReflection()
503 EXPECT_EQ(102, reflection->GetInt64(message, F("optional_int64"))); in ExpectAllFieldsSetViaReflection1()
507 EXPECT_EQ(106, reflection->GetInt64(message, F("optional_sint64"))); in ExpectAllFieldsSetViaReflection1()
511 EXPECT_EQ(110, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectAllFieldsSetViaReflection1()
785 EXPECT_EQ(402, reflection->GetInt64(message, F("default_int64"))); in ExpectAllFieldsSetViaReflection3()
789 EXPECT_EQ(406, reflection->GetInt64(message, F("default_sint64"))); in ExpectAllFieldsSetViaReflection3()
793 EXPECT_EQ(410, reflection->GetInt64(message, F("default_sfixed64"))); in ExpectAllFieldsSetViaReflection3()
925 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_int64"))); in ExpectClearViaReflection()
929 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sint64"))); in ExpectClearViaReflection()
933 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectClearViaReflection()
[all …]
Dreflection_tester.cc930 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1042 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1155 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
1157 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
Dmap_field.cc544 map_key.SetInt64Value(reflection->GetInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
/external/flatbuffers/go/
Dtable.go113 func (t *Table) GetInt64(off UOffsetT) int64 { func
114 return GetInt64(t.Bytes[off:])
247 return t.GetInt64(t.Pos + UOffsetT(off))
Dencode.go94 func GetInt64(buf []byte) (n int64) { func
/external/libchrome/components/policy/core/common/
Dpolicy_statistics_collector.cc48 prefs_->GetInt64(policy_prefs::kLastPolicyStatisticsUpdate)); in Initialize()
/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc98 : ref->GetInt64(message, field_desc)); in FieldToJson()
114 : ref->GetInt64(message, field_desc)); in FieldToJson()
/external/flatbuffers/tests/MyGame/Example/
DStat.go76 return rcv._tab.GetInt64(o + rcv._tab.Pos)
DTypeAliases.go192 return rcv._tab.GetInt64(o + rcv._tab.Pos)
/external/flatbuffers/tests/optional_scalars/
DScalarStuff.go412 return rcv._tab.GetInt64(o + rcv._tab.Pos)
424 v := rcv._tab.GetInt64(o + rcv._tab.Pos)
437 return rcv._tab.GetInt64(o + rcv._tab.Pos)
/external/cronet/components/prefs/
Dpref_service.h286 int64_t GetInt64(const std::string& path) const;
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc188 : reflection->GetInt64(options, field))); in ConvertOptionField()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc188 : reflection->GetInt64(options, field))); in ConvertOptionField()
/external/libprotobuf-mutator/src/
Dfield_instance.h109 : reflection().GetInt64(*message_, descriptor_); in Load()

12