HomeSort by relevance Sort by last modified time
    Searched refs:from_value (Results 1 - 7 of 7) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 24 TokenKind.from_value(-1)
34 """Ensure registered values can be obtained from from_value()."""
35 t = TokenKind.from_value(3)
  /external/llvm/bindings/python/llvm/tests/
test_core.py 25 e = enum_cls.from_value(enum_value)
  /external/llvm/bindings/python/llvm/
core.py 50 def from_value(cls, value): member in class:LLVMEnumeration
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
  /external/v8/src/profiler/
heap-snapshot-generator.cc 384 void* from_value = entries_map_.Remove(from, ComputePointerHash(from)); local
385 if (from_value == NULL) {
409 static_cast<int>(reinterpret_cast<intptr_t>(from_value));
422 to_entry->value = from_value;
424 return from_value != NULL;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
six.py 681 exec_("""def raise_from(value, from_value):
682 if from_value is None:
684 raise value from from_value
687 exec_("""def raise_from(value, from_value):
688 raise value from from_value
691 def raise_from(value, from_value):
  /external/chromium-trace/catapult/third_party/six/
six.py 707 exec_("""def raise_from(value, from_value):
708 if from_value is None:
710 raise value from from_value
713 exec_("""def raise_from(value, from_value):
714 raise value from from_value
717 def raise_from(value, from_value):
  /external/clang/bindings/python/clang/
cindex.py 475 def from_value(value): member in class:TokenKind
    [all...]

Completed in 82 milliseconds