OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_map
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/prefs/
pref_value_map_unittest.cc
93
PrefValueMap
first_map
;
local
94
EXPECT_TRUE(
first_map
.SetValue("a", new StringValue("test")));
95
EXPECT_TRUE(
first_map
.SetValue("b", new StringValue("test")));
96
EXPECT_TRUE(
first_map
.SetValue("c", new StringValue("test")));
103
first_map
.Swap(&second_map);
105
EXPECT_TRUE(
first_map
.GetValue("d", NULL));
106
EXPECT_TRUE(
first_map
.GetValue("e", NULL));
107
EXPECT_TRUE(
first_map
.GetValue("f", NULL));
/external/v8/src/
type-info.cc
187
Map*
first_map
= code->FindFirstMap();
local
188
ASSERT(
first_map
!= NULL);
189
return CanRetainOtherContext(
first_map
, *global_context_)
191
: Handle<Map>(
first_map
);
202
Map*
first_map
= code->FindFirstMap();
local
203
ASSERT(
first_map
!= NULL);
204
return CanRetainOtherContext(
first_map
, *global_context_)
206
: Handle<Map>(
first_map
);
351
Map*
first_map
= code->FindFirstMap();
local
352
ASSERT(
first_map
!= NULL)
[
all
...]
/external/chromium_org/v8/src/
hydrogen-instructions.h
2809
Unique<Map>
first_map
() const { return map_set_.at(0); }
function in class:v8::V8_FINAL
[
all
...]
Completed in 231 milliseconds