OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_value
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/src/
url_canon_ip.cc
243
uint32
last_value
= component_values[existing_components - 1];
local
245
address[i] = static_cast<unsigned char>(
last_value
);
246
last_value
>>= 8;
250
if (
last_value
!= 0)
/external/webrtc/src/system_wrappers/source/
map_unittest.cc
191
const int
last_value
= ItemValue(item_last);
local
192
EXPECT_TRUE(
last_value
== kNumberOfElements - 1);
193
EXPECT_EQ(last_value_id,
last_value
);
Completed in 94 milliseconds