Searched defs:getAsInteger (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | StringRef.cpp | 301 bool StringRef::getAsInteger(unsigned Radix, unsigned long long &Result) const { in getAsInteger() function in StringRef 306 bool StringRef::getAsInteger(unsigned Radix, long long &Result) const { in getAsInteger() function in StringRef 331 bool StringRef::getAsInteger(unsigned Radix, int &Result) const { in getAsInteger() function in StringRef 340 bool StringRef::getAsInteger(unsigned Radix, unsigned &Result) const { in getAsInteger() function in StringRef 349 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 366 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function 377 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ElementHandle.hpp | 80 void getAsInteger(uint32_t &value) const { mayFailCall(&EH::getAsInteger, value); } in getAsInteger() function in parameterFramework::ElementHandle
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function 505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowContentValues.java | 153 public Integer getAsInteger(String key) { in getAsInteger() method in ShadowContentValues
|
/external/parameter-framework/upstream/parameter/ |
D | ElementHandle.cpp | 267 bool ElementHandle::getAsInteger(uint32_t &value, string &error) const in getAsInteger() function in ElementHandle
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 466 TEST(StringRefTest, getAsInteger) { in TEST() argument
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|