Home
last modified time | relevance | path

Searched defs:setContextValue (Results 1 – 6 of 6) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/exception/
DExceptionContext.java101 ExceptionContext setContextValue(String label, Object value); in setContextValue() method
DDefaultExceptionContext.java139 public DefaultExceptionContext setContextValue(final String label, final Object value) { in setContextValue() method in DefaultExceptionContext
DContextedException.java187 public ContextedException setContextValue(final String label, final Object value) { in setContextValue() method in ContextedException
DContextedRuntimeException.java187 public ContextedRuntimeException setContextValue(final String label, final Object value) { in setContextValue() method in ContextedRuntimeException
/external/clang/lib/CodeGen/
DCodeGenFunction.h203 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue() function
DCGOpenMPRuntime.cpp233 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon8672dd220111::CGOpenMPInlinedRegionInfo