HomeSort by relevance Sort by last modified time
    Searched refs:from_value (Results 1 - 6 of 6) 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/
heap-snapshot-generator.cc 388 void* from_value = entries_map_.Remove(from, ComputePointerHash(from)); local
389 if (from_value == NULL) {
413 static_cast<int>(reinterpret_cast<intptr_t>(from_value));
426 to_entry->value = from_value;
428 return from_value != NULL;
    [all...]
  /external/chromium-trace/trace-viewer/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/clang/bindings/python/clang/
cindex.py 475 def from_value(value): member in class:TokenKind
    [all...]

Completed in 125 milliseconds