Home
last modified time | relevance | path

Searched refs:GetInteger (Results 1 – 25 of 2561) sorted by relevance

12345678910>>...103

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworks/source/model/
H A DInstancesCount.cpp114 m_assigning = jsonValue.GetInteger("Assigning"); in operator =()
121 m_booting = jsonValue.GetInteger("Booting"); in operator =()
142 m_online = jsonValue.GetInteger("Online"); in operator =()
149 m_pending = jsonValue.GetInteger("Pending"); in operator =()
156 m_rebooting = jsonValue.GetInteger("Rebooting"); in operator =()
163 m_registered = jsonValue.GetInteger("Registered"); in operator =()
177 m_requested = jsonValue.GetInteger("Requested"); in operator =()
212 m_stopFailed = jsonValue.GetInteger("StopFailed"); in operator =()
219 m_stopped = jsonValue.GetInteger("Stopped"); in operator =()
226 m_stopping = jsonValue.GetInteger("Stopping"); in operator =()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Drandom-variable-stream.h150 virtual uint32_t GetInteger (void) = 0;
296 virtual uint32_t GetInteger (void);
355 virtual uint32_t GetInteger (void);
442 virtual uint32_t GetInteger (void);
588 virtual uint32_t GetInteger (void);
786 virtual uint32_t GetInteger (void);
992 virtual uint32_t GetInteger (void);
1225 virtual uint32_t GetInteger (void);
1457 virtual uint32_t GetInteger (void);
1586 virtual uint32_t GetInteger (void);
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/source/model/
H A DDescribePatchGroupStateResult.cpp57 m_instances = jsonValue.GetInteger("Instances"); in operator =()
63 m_instancesWithInstalledPatches = jsonValue.GetInteger("InstancesWithInstalledPatches"); in operator =()
69 … m_instancesWithInstalledOtherPatches = jsonValue.GetInteger("InstancesWithInstalledOtherPatches"); in operator =()
75 …m_instancesWithInstalledPendingRebootPatches = jsonValue.GetInteger("InstancesWithInstalledPending… in operator =()
81 …m_instancesWithInstalledRejectedPatches = jsonValue.GetInteger("InstancesWithInstalledRejectedPatc… in operator =()
87 m_instancesWithMissingPatches = jsonValue.GetInteger("InstancesWithMissingPatches"); in operator =()
93 m_instancesWithFailedPatches = jsonValue.GetInteger("InstancesWithFailedPatches"); in operator =()
99 m_instancesWithNotApplicablePatches = jsonValue.GetInteger("InstancesWithNotApplicablePatches"); in operator =()
111 …m_instancesWithCriticalNonCompliantPatches = jsonValue.GetInteger("InstancesWithCriticalNonComplia… in operator =()
117 …m_instancesWithSecurityNonCompliantPatches = jsonValue.GetInteger("InstancesWithSecurityNonComplia… in operator =()
[all …]
H A DInstancePatchState.cpp146 m_installedCount = jsonValue.GetInteger("InstalledCount"); in operator =()
153 m_installedOtherCount = jsonValue.GetInteger("InstalledOtherCount"); in operator =()
160 m_installedPendingRebootCount = jsonValue.GetInteger("InstalledPendingRebootCount"); in operator =()
167 m_installedRejectedCount = jsonValue.GetInteger("InstalledRejectedCount"); in operator =()
174 m_missingCount = jsonValue.GetInteger("MissingCount"); in operator =()
181 m_failedCount = jsonValue.GetInteger("FailedCount"); in operator =()
188 m_unreportedNotApplicableCount = jsonValue.GetInteger("UnreportedNotApplicableCount"); in operator =()
195 m_notApplicableCount = jsonValue.GetInteger("NotApplicableCount"); in operator =()
237 m_criticalNonCompliantCount = jsonValue.GetInteger("CriticalNonCompliantCount"); in operator =()
244 m_securityNonCompliantCount = jsonValue.GetInteger("SecurityNonCompliantCount"); in operator =()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/prefetch/
H A Doffline_metrics_collector_impl_unittest.cc93 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageUnusedCount)); in TEST_F()
94 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageStartedCount)); in TEST_F()
95 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageOfflineCount)); in TEST_F()
96 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageOnlineCount)); in TEST_F()
97 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageMixedCount)); in TEST_F()
101 EXPECT_EQ(0, prefs().GetInteger(prefs::kPrefetchUsageOpenedCount)); in TEST_F()
102 EXPECT_EQ(0, prefs().GetInteger(prefs::kPrefetchUsageMixedCount)); in TEST_F()
123 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageUnusedCount)); in TEST_F()
126 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageOnlineCount)); in TEST_F()
127 EXPECT_EQ(0, prefs().GetInteger(prefs::kOfflineUsageMixedCount)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/activity_log/
H A Dactivity_log_enabled_unittest.cc42 profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
47 profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
66 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
68 profile2->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
81 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
83 profile2->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
85 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
94 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
96 profile2->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
98 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dc_cvars.cpp226 viewsize = config.GetSetting("ViewSize")->GetInteger(); in ReadConfig()
232 alwaysrun = config.GetSetting("AlwaysRun")->GetInteger() != 0; in ReadConfig()
233 AdlibVolume = config.GetSetting("SoundVolume")->GetInteger(); in ReadConfig()
235 MusicVolume = config.GetSetting("MusicVolume")->GetInteger(); in ReadConfig()
239 vid_vsync = config.GetSetting("Vid_Vsync")->GetInteger() != 0; in ReadConfig()
240 screenWidth = config.GetSetting("ScreenWidth")->GetInteger(); in ReadConfig()
243 movebob = config.GetSetting("MoveBob")->GetInteger(); in ReadConfig()
245 am_rotate = config.GetSetting("AM_Rotate")->GetInteger(); in ReadConfig()
248 am_overlay = config.GetSetting("AM_Overlay")->GetInteger(); in ReadConfig()
250 am_pause = config.GetSetting("AM_Pause")->GetInteger() != 0; in ReadConfig()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DHdr10Metadata.cpp82 m_bluePrimaryX = jsonValue.GetInteger("bluePrimaryX"); in operator =()
89 m_bluePrimaryY = jsonValue.GetInteger("bluePrimaryY"); in operator =()
96 m_greenPrimaryX = jsonValue.GetInteger("greenPrimaryX"); in operator =()
103 m_greenPrimaryY = jsonValue.GetInteger("greenPrimaryY"); in operator =()
110 m_maxContentLightLevel = jsonValue.GetInteger("maxContentLightLevel"); in operator =()
124 m_maxLuminance = jsonValue.GetInteger("maxLuminance"); in operator =()
131 m_minLuminance = jsonValue.GetInteger("minLuminance"); in operator =()
138 m_redPrimaryX = jsonValue.GetInteger("redPrimaryX"); in operator =()
145 m_redPrimaryY = jsonValue.GetInteger("redPrimaryY"); in operator =()
152 m_whitePointX = jsonValue.GetInteger("whitePointX"); in operator =()
[all …]
H A DInsertableImage.cpp74 m_duration = jsonValue.GetInteger("duration"); in operator =()
81 m_fadeIn = jsonValue.GetInteger("fadeIn"); in operator =()
88 m_fadeOut = jsonValue.GetInteger("fadeOut"); in operator =()
95 m_height = jsonValue.GetInteger("height"); in operator =()
109 m_imageX = jsonValue.GetInteger("imageX"); in operator =()
116 m_imageY = jsonValue.GetInteger("imageY"); in operator =()
123 m_layer = jsonValue.GetInteger("layer"); in operator =()
130 m_opacity = jsonValue.GetInteger("opacity"); in operator =()
144 m_width = jsonValue.GetInteger("width"); in operator =()
H A DM3u8Settings.cpp115 m_audioFramesPerPes = jsonValue.GetInteger("audioFramesPerPes"); in operator =()
139 m_maxPcrInterval = jsonValue.GetInteger("maxPcrInterval"); in operator =()
153 m_patInterval = jsonValue.GetInteger("patInterval"); in operator =()
167 m_pcrPid = jsonValue.GetInteger("pcrPid"); in operator =()
174 m_pmtInterval = jsonValue.GetInteger("pmtInterval"); in operator =()
181 m_pmtPid = jsonValue.GetInteger("pmtPid"); in operator =()
195 m_programNumber = jsonValue.GetInteger("programNumber"); in operator =()
202 m_scte35Pid = jsonValue.GetInteger("scte35Pid"); in operator =()
223 m_timedMetadataPid = jsonValue.GetInteger("timedMetadataPid"); in operator =()
230 m_transportStreamId = jsonValue.GetInteger("transportStreamId"); in operator =()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/citra/
H A Dconfig.cpp102 static_cast<u16>(sdl2_config->GetInteger("Controls", "udp_input_port", in ReadValues()
108 sdl2_config->GetInteger("Core", "cpu_clock_percentage", 100); in ReadValues()
129 static_cast<u16>(sdl2_config->GetInteger("Renderer", "frame_limit", 100)); in ReadValues()
140 sdl2_config->GetInteger("Renderer", "render_3d", 0)); in ReadValues()
142 static_cast<u8>(sdl2_config->GetInteger("Renderer", "factor_3d", 0)); in ReadValues()
167 static_cast<u16>(sdl2_config->GetInteger("Layout", "custom_top_top", 0)); in ReadValues()
243 sdl2_config->GetInteger("Camera", "camera_outer_right_flip", 0); in ReadValues()
249 sdl2_config->GetInteger("Camera", "camera_inner_flip", 0); in ReadValues()
255 sdl2_config->GetInteger("Camera", "camera_outer_left_flip", 0); in ReadValues()
298 sdl2_config->GetInteger("Video Dumping", "video_bitrate", 2500000); in ReadValues()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra/
H A Dconfig.cpp102 static_cast<u16>(sdl2_config->GetInteger("Controls", "udp_input_port", in ReadValues()
108 sdl2_config->GetInteger("Core", "cpu_clock_percentage", 100); in ReadValues()
129 static_cast<u16>(sdl2_config->GetInteger("Renderer", "frame_limit", 100)); in ReadValues()
140 sdl2_config->GetInteger("Renderer", "render_3d", 0)); in ReadValues()
142 static_cast<u8>(sdl2_config->GetInteger("Renderer", "factor_3d", 0)); in ReadValues()
167 static_cast<u16>(sdl2_config->GetInteger("Layout", "custom_top_top", 0)); in ReadValues()
243 sdl2_config->GetInteger("Camera", "camera_outer_right_flip", 0); in ReadValues()
249 sdl2_config->GetInteger("Camera", "camera_inner_flip", 0); in ReadValues()
255 sdl2_config->GetInteger("Camera", "camera_outer_left_flip", 0); in ReadValues()
298 sdl2_config->GetInteger("Video Dumping", "video_bitrate", 2500000); in ReadValues()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dlayer_tree_json_parser.cc32 success &= list->GetInteger(0, &width); in ParseTreeFromValue()
33 success &= list->GetInteger(1, &height); in ParseTreeFromValue()
52 success &= list->GetInteger(0, &aperture_x); in ParseTreeFromValue()
53 success &= list->GetInteger(1, &aperture_y); in ParseTreeFromValue()
54 success &= list->GetInteger(2, &aperture_width); in ParseTreeFromValue()
65 success &= list->GetInteger(0, &border_x); in ParseTreeFromValue()
66 success &= list->GetInteger(1, &border_y); in ParseTreeFromValue()
67 success &= list->GetInteger(2, &border_width); in ParseTreeFromValue()
68 success &= list->GetInteger(3, &border_height); in ParseTreeFromValue()
110 success &= list->GetInteger(i++, &rect_x); in ParseTreeFromValue()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/model/
H A DAwsSsmComplianceSummary.cpp101 m_compliantCriticalCount = jsonValue.GetInteger("CompliantCriticalCount"); in operator =()
108 m_compliantHighCount = jsonValue.GetInteger("CompliantHighCount"); in operator =()
115 m_compliantMediumCount = jsonValue.GetInteger("CompliantMediumCount"); in operator =()
129 m_nonCompliantCriticalCount = jsonValue.GetInteger("NonCompliantCriticalCount"); in operator =()
136 m_compliantInformationalCount = jsonValue.GetInteger("CompliantInformationalCount"); in operator =()
150 m_compliantUnspecifiedCount = jsonValue.GetInteger("CompliantUnspecifiedCount"); in operator =()
157 m_nonCompliantLowCount = jsonValue.GetInteger("NonCompliantLowCount"); in operator =()
164 m_nonCompliantHighCount = jsonValue.GetInteger("NonCompliantHighCount"); in operator =()
171 m_compliantLowCount = jsonValue.GetInteger("CompliantLowCount"); in operator =()
199 m_nonCompliantMediumCount = jsonValue.GetInteger("NonCompliantMediumCount"); in operator =()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DStaticImageActivateScheduleActionSettings.cpp72 m_duration = jsonValue.GetInteger("duration"); in operator =()
79 m_fadeIn = jsonValue.GetInteger("fadeIn"); in operator =()
86 m_fadeOut = jsonValue.GetInteger("fadeOut"); in operator =()
93 m_height = jsonValue.GetInteger("height"); in operator =()
107 m_imageX = jsonValue.GetInteger("imageX"); in operator =()
114 m_imageY = jsonValue.GetInteger("imageY"); in operator =()
121 m_layer = jsonValue.GetInteger("layer"); in operator =()
128 m_opacity = jsonValue.GetInteger("opacity"); in operator =()
135 m_width = jsonValue.GetInteger("width"); in operator =()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_options_builder.cpp187 bo.SetCullingLimit(v.GetInteger()); in x_ProcessOneOption()
189 opts.SetCutoffScore(v.GetInteger()); in x_ProcessOneOption()
197 bo.SetDbGeneticCode(v.GetInteger()); in x_ProcessOneOption()
243 m_FinalDbSeq = v.GetInteger(); in x_ProcessOneOption()
245 m_FirstDbSeq = v.GetInteger(); in x_ProcessOneOption()
301 m_HspRangeMax = v.GetInteger(); in x_ProcessOneOption()
346 bo.SetMatchReward(v.GetInteger()); in x_ProcessOneOption()
423 bo.SetPseudoCount(v.GetInteger()); in x_ProcessOneOption()
501 bo.SetUnifiedP(v.GetInteger()); in x_ProcessOneOption()
515 bo.SetWordSize(v.GetInteger()); in x_ProcessOneOption()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dblast_options_builder.cpp187 bo.SetCullingLimit(v.GetInteger()); in x_ProcessOneOption()
189 opts.SetCutoffScore(v.GetInteger()); in x_ProcessOneOption()
197 bo.SetDbGeneticCode(v.GetInteger()); in x_ProcessOneOption()
243 m_FinalDbSeq = v.GetInteger(); in x_ProcessOneOption()
245 m_FirstDbSeq = v.GetInteger(); in x_ProcessOneOption()
303 m_HspRangeMax = v.GetInteger(); in x_ProcessOneOption()
348 bo.SetMatchReward(v.GetInteger()); in x_ProcessOneOption()
427 bo.SetPseudoCount(v.GetInteger()); in x_ProcessOneOption()
505 bo.SetUnifiedP(v.GetInteger()); in x_ProcessOneOption()
519 bo.SetWordSize(v.GetInteger()); in x_ProcessOneOption()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_settings/core/browser/
H A Dcontent_settings_default_provider.cc133 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
137 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
142 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
146 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
153 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
158 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
175 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
183 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
187 IntToContentSetting(prefs_->GetInteger( in DefaultProvider()
374 int int_value = prefs_->GetInteger(GetPrefName(content_type)); in ReadFromPref()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/FSD/
H A DFSD_BinaryFile.cxx647 GetInteger(nbObj); in ReadInfo()
658 GetInteger(len); in ReadInfo()
892 GetInteger(len); in ReadComment()
993 GetInteger(i); in TypeSectionSize()
1016 GetInteger(typeNum); in ReadTypeInformations()
1108 GetInteger(i); in RootSectionSize()
1224 GetInteger(i); in RefSectionSize()
1249 GetInteger(typeNum); in ReadReferenceType()
1368 GetInteger(aType); in ReadPersistentObjectHeader()
1471 GetInteger(size); in ReadString()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/engines/
H A Dfull_engine.cl38 int GetInteger(int byte, __global char *array)
70 int materialsMainOffset = GetInteger(0, inBuff);
71 int AOVectorsMainOffset = GetInteger(1 * sizeof(int), inBuff);
72 int lightsMainOffset = GetInteger(2 * sizeof(int), inBuff);
73 int primitivesMainOffset = GetInteger(3 * sizeof(int), inBuff);
74 int objectsMainOffset = GetInteger(4 * sizeof(int), inBuff);
110 int numberOfMaterials = GetInteger(materialsMainOffset, inBuff);
119 int materialClOffset = GetInteger(materialOffset, inBuff);
163 int AOVectorsCount = GetInteger(AOVectorsMainOffset, inBuff);
172 int numberOfLights = GetInteger(lightsMainOffset, inBuff);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/metrics/
H A Dmetrics_service_browsertest.cc121 while (!prefs->GetInteger(metrics::prefs::kStabilityRendererCrashCount)) { in OpenTabsAndNavigateToCrashyUrl()
162 EXPECT_EQ(1, prefs->GetInteger(metrics::prefs::kStabilityLaunchCount)); in IN_PROC_BROWSER_TEST_F()
163 EXPECT_EQ(3, prefs->GetInteger(metrics::prefs::kStabilityPageLoadCount)); in IN_PROC_BROWSER_TEST_F()
185 EXPECT_EQ(1, prefs->GetInteger(metrics::prefs::kStabilityLaunchCount)); in IN_PROC_BROWSER_TEST_F()
187 EXPECT_EQ(4, prefs->GetInteger(metrics::prefs::kStabilityPageLoadCount)); in IN_PROC_BROWSER_TEST_F()
219 EXPECT_EQ(1, prefs->GetInteger(metrics::prefs::kStabilityLaunchCount)); in IN_PROC_BROWSER_TEST_F()
221 EXPECT_EQ(4, prefs->GetInteger(metrics::prefs::kStabilityPageLoadCount)); in IN_PROC_BROWSER_TEST_F()
239 EXPECT_EQ(1, prefs->GetInteger(metrics::prefs::kStabilityLaunchCount)); in IN_PROC_BROWSER_TEST_F()
242 EXPECT_EQ(4, prefs->GetInteger(metrics::prefs::kStabilityPageLoadCount)); in IN_PROC_BROWSER_TEST_F()
271 EXPECT_EQ(1, prefs->GetInteger(metrics::prefs::kStabilityLaunchCount)); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/
H A Ddata_use_tracker_unittest.cc111 ->GetInteger(kTodayStr, &user_pref_value); in TEST()
114 ->GetInteger(kTodayStr, &uma_pref_value); in TEST()
119 ->GetInteger(kTodayStr, &user_pref_value); in TEST()
122 ->GetInteger(kTodayStr, &uma_pref_value); in TEST()
137 ->GetInteger(kExpiredDateStr1, &user_pref_value); in TEST()
140 ->GetInteger(kExpiredDateStr1, &uma_pref_value); in TEST()
147 ->GetInteger(kExpiredDateStr2, &uma_pref_value); in TEST()
151 ->GetInteger(kTodayStr, &user_pref_value); in TEST()
154 ->GetInteger(kTodayStr, &uma_pref_value); in TEST()
158 ->GetInteger(kYesterdayStr, &user_pref_value); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Ddata_use_tracker_unittest.cc111 ->GetInteger(kTodayStr, &user_pref_value); in TEST()
114 ->GetInteger(kTodayStr, &uma_pref_value); in TEST()
119 ->GetInteger(kTodayStr, &user_pref_value); in TEST()
122 ->GetInteger(kTodayStr, &uma_pref_value); in TEST()
137 ->GetInteger(kExpiredDateStr1, &user_pref_value); in TEST()
140 ->GetInteger(kExpiredDateStr1, &uma_pref_value); in TEST()
147 ->GetInteger(kExpiredDateStr2, &uma_pref_value); in TEST()
151 ->GetInteger(kTodayStr, &user_pref_value); in TEST()
154 ->GetInteger(kTodayStr, &uma_pref_value); in TEST()
158 ->GetInteger(kYesterdayStr, &user_pref_value); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cbor/
H A Dvalues_unittest.cc35 EXPECT_EQ(37u, value.GetInteger()); in TEST()
41 EXPECT_EQ(-1, value.GetInteger()); in TEST()
156 EXPECT_EQ(value.GetInteger(), copied_value.GetInteger()); in TEST()
162 EXPECT_EQ(value.GetInteger(), blank.GetInteger()); in TEST()
169 EXPECT_EQ(value.GetInteger(), copied_value.GetInteger()); in TEST()
175 EXPECT_EQ(value.GetInteger(), blank.GetInteger()); in TEST()
261 EXPECT_EQ(74u, moved_value.GetInteger()); in TEST()
267 EXPECT_EQ(654u, blank.GetInteger()); in TEST()
274 EXPECT_EQ(-74, moved_value.GetInteger()); in TEST()
280 EXPECT_EQ(-654, blank.GetInteger()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cbor/
H A Dvalues_unittest.cc35 EXPECT_EQ(37u, value.GetInteger()); in TEST()
41 EXPECT_EQ(-1, value.GetInteger()); in TEST()
156 EXPECT_EQ(value.GetInteger(), copied_value.GetInteger()); in TEST()
162 EXPECT_EQ(value.GetInteger(), blank.GetInteger()); in TEST()
169 EXPECT_EQ(value.GetInteger(), copied_value.GetInteger()); in TEST()
175 EXPECT_EQ(value.GetInteger(), blank.GetInteger()); in TEST()
261 EXPECT_EQ(74u, moved_value.GetInteger()); in TEST()
267 EXPECT_EQ(654u, blank.GetInteger()); in TEST()
274 EXPECT_EQ(-74, moved_value.GetInteger()); in TEST()
280 EXPECT_EQ(-654, blank.GetInteger()); in TEST()
[all …]

12345678910>>...103