Home
last modified time | relevance | path

Searched defs:isTyped (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/ui/src/chrome_extension/
Dconsumer_port_types.ts30 export function isTyped(obj: object): obj is Typed { function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTypeKey.java92 public boolean isTyped() { in isTyped() method in TypeKey
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVObject.h241 virtual bool isTyped() const { return false; } in isTyped() function
DLVElement.h175 bool isTyped() const override { return ElementType != nullptr; } in isTyped() function