/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 366 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function 377 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringRef.h | 494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function 505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function 510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ValuesDelta.java | 125 public Integer getAsInteger(String key) { in getAsInteger() method in ValuesDelta 129 public Integer getAsInteger(String key, Integer defaultValue) { in getAsInteger() method in ValuesDelta
|
/aosp_15_r20/art/test/717-integer-value-of/src/ |
H A D | Main.java | 126 public static Integer getAsInteger(int value) { in getAsInteger() method in Main
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
|
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/include/ |
H A D | ElementHandle.hpp | 83 void getAsInteger(uint32_t &value) const { mayFailCall(&EH::getAsInteger, value); } in getAsInteger() function in parameterFramework::ElementHandle
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | ContentValues.java | 347 public Integer getAsInteger(String key) { in getAsInteger() method in ContentValues
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringRef.h | 466 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | StringRef.h | 462 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | StringRef.h | 466 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | StringRef.h | 466 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 469 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
|
/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | ElementHandle.cpp | 267 bool ElementHandle::getAsInteger(uint32_t &value, string &error) const in getAsInteger() function in ElementHandle
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | StringRef.cpp | 445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 512 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | StringRefTest.cpp | 466 TEST(StringRefTest, getAsInteger) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | StringRef.cpp | 523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 405 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function
|