Searched defs:getAsInteger (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentValues.java153 public Integer getAsInteger(String key) { method in class:ShadowContentValues
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp448 Val.getAsInteger(10, StackAlignment);
1419 Value.substr(0, Comma).getAsInteger(10, Bytes) ||
1420 Value.substr(Comma + 1).getAsInteger(10, EndOfLine))
1623 llvm::APInt getAsInteger() const;
1658 llvm::APInt ModuleSignature::getAsInteger() const { function in class:ModuleSignature
1749 if (StringRef(A->getValue()).getAsInteger(10, Res)) {

Completed in 92 milliseconds