Home
last modified time | relevance | path

Searched defs:getAsInteger (Results 1 – 25 of 216) sorted by relevance

123456789

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DStringRef.h366 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 DStringRef.h494 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 DStringRef.h499 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/
DValuesDelta.java125 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 DMain.java126 public static Integer getAsInteger(int value) { in getAsInteger() method in Main
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DLaneBitmask.h74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DLaneBitmask.h74 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 DLaneBitmask.h74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DLaneBitmask.h74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DLaneBitmask.h74 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 DLaneBitmask.h73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/include/
H A DElementHandle.hpp83 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 DContentValues.java347 public Integer getAsInteger(String key) { in getAsInteger() method in ContentValues
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringRef.h466 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/
DStringRef.h462 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/
DStringRef.h466 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/
DStringRef.h466 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 DStringRef.h469 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() function
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DElementHandle.cpp267 bool ElementHandle::getAsInteger(uint32_t &value, string &error) const in getAsInteger() function in ElementHandle
/aosp_15_r20/external/llvm/lib/Support/
H A DStringRef.cpp445 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 DStringRef.cpp512 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger() function in StringRef
/aosp_15_r20/external/llvm/unittests/ADT/
H A DStringRefTest.cpp466 TEST(StringRefTest, getAsInteger) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStringRef.cpp514 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 DStringRef.cpp523 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 DJSON.h405 llvm::Optional<int64_t> getAsInteger() const { in getAsInteger() function

123456789