OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_value
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api_helpers_unittest.cc
67
scoped_refptr<PermissionSet>
from_value
;
local
71
from_value
= UnpackPermissionSet(permissions_object, true, &error);
74
EXPECT_EQ(*permission_set.get(), *
from_value
.get());
/external/llvm/bindings/python/llvm/
core.py
40
def
from_value
(value):
member in class:OpCode
/external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc
259
Value* PreferenceModelAssociator::MergeListValues(const Value&
from_value
,
261
if (
from_value
.GetType() == Value::TYPE_NULL)
264
return
from_value
.DeepCopy();
266
DCHECK(
from_value
.GetType() == Value::TYPE_LIST);
268
const ListValue& from_list_value = static_cast<const ListValue&>(
from_value
);
281
const Value&
from_value
,
283
if (
from_value
.GetType() == Value::TYPE_NULL)
286
return
from_value
.DeepCopy();
288
DCHECK(
from_value
.GetType() == Value::TYPE_DICTIONARY);
291
static_cast<const DictionaryValue&>(
from_value
);
298
Value*
from_value
;
local
[
all
...]
/external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc
362
Value* PrefModelAssociator::MergeListValues(const Value&
from_value
,
364
if (
from_value
.GetType() == Value::TYPE_NULL)
367
return
from_value
.DeepCopy();
369
DCHECK(
from_value
.GetType() == Value::TYPE_LIST);
371
const ListValue& from_list_value = static_cast<const ListValue&>(
from_value
);
384
const Value&
from_value
,
386
if (
from_value
.GetType() == Value::TYPE_NULL)
389
return
from_value
.DeepCopy();
391
DCHECK_EQ(
from_value
.GetType(), Value::TYPE_DICTIONARY);
394
static_cast<const DictionaryValue&>(
from_value
);
401
const Value*
from_value
= &it.value();
local
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
452
def
from_value
(value):
member in class:TokenKind
[
all
...]
/external/chromium_org/v8/src/
heap-snapshot-generator.cc
395
void*
from_value
= entries_map_.Remove(from, ComputePointerHash(from));
local
396
if (
from_value
== NULL) {
420
static_cast<int>(reinterpret_cast<intptr_t>(
from_value
));
433
to_entry->value =
from_value
;
[
all
...]
Completed in 287 milliseconds