/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ElementHandle.hpp | 94 void getAsSignedInteger(int32_t &value) const { mayFailCall(&EH::getAsSignedInteger, value); } in getAsSignedInteger() function in parameterFramework::ElementHandle
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 860 if (getAsSignedInteger(Scalar, 0, N)) in input() 875 if (getAsSignedInteger(Scalar, 0, N)) in input() 890 if (getAsSignedInteger(Scalar, 0, N)) in input() 905 if (getAsSignedInteger(Scalar, 0, N)) in input()
|
D | StringRef.cpp | 419 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 887 if (getAsSignedInteger(Scalar, 0, N)) in input() 902 if (getAsSignedInteger(Scalar, 0, N)) in input() 917 if (getAsSignedInteger(Scalar, 0, N)) in input() 932 if (getAsSignedInteger(Scalar, 0, N)) in input()
|
D | StringRef.cpp | 499 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | EnumParameter.cpp | 151 REQUIRE_NOTHROW(handle.getAsSignedInteger(getValueBack));
|
D | Integer.cpp | 170 REQUIRE_NOTHROW(handle.getAsSignedInteger(getValueBack));
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 33 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 368 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|
/external/parameter-framework/upstream/parameter/include/ |
D | ElementHandle.h | 206 bool getAsSignedInteger(int32_t &value, std::string &error) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 34 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 496 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 36 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 499 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()
|
/external/parameter-framework/upstream/bindings/c/ |
D | ParameterFramework.cpp | 336 return status.forward(handle->parameter.getAsSignedInteger(*value, status.msg())); in pfwGetIntParameter()
|
/external/parameter-framework/upstream/parameter/ |
D | ElementHandle.cpp | 288 bool ElementHandle::getAsSignedInteger(int32_t &value, string &error) const in getAsSignedInteger() function in ElementHandle
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 226 - `getAsSignedInteger`
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 513 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() function in llvm
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1045 if ( getAsSignedInteger(scalar, 0, n) ) in input()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1134 if ( getAsSignedInteger(scalar, 0, n) ) in input()
|