Home
last modified time | relevance | path

Searched refs:isIntegral (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc80 if (!json_value.isIntegral()) { in ReadJsonInt()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp311 REGISTER_MATCHER(isIntegral); in RegistryMaps()
/external/jsoncpp/include/json/
Dvalue.h404 bool isIntegral() const;
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp405 REGISTER_MATCHER(isIntegral); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp900 hasAnyTemplateArgument(isIntegral())))); in TEST()
903 templateArgument(isIntegral()))))); in TEST()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h688 bool isIntegral() const;
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson.h688 bool isIntegral() const;
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h688 bool isIntegral() const;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h688 bool isIntegral() const;
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h738 bool isIntegral() const;
Djsoncpp.cpp3703 bool Value::isIntegral() const { in isIntegral() function in Json::Value
3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()
3713 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3670 bool Value::isIntegral() const { in isIntegral() function in Json::Value
3678 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()
3680 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3670 bool Value::isIntegral() const { in isIntegral() function in Json::Value
3678 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()
3680 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3670 bool Value::isIntegral() const { in isIntegral() function in Json::Value
3678 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()
3680 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3670 bool Value::isIntegral() const { in isIntegral() function in Json::Value
3678 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble()
3680 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1430 classTemplateSpecializationDecl(hasAnyTemplateArgument(isIntegral())))); in TEST_P()
1433 templateArgument(isIntegral()))))); in TEST_P()
/external/jsoncpp/src/lib_json/
Djson_value.cpp1339 bool Value::isIntegral() const { in isIntegral() function in Json::Value
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h810 AST_MATCHER(TemplateArgument, isIntegral) { in AST_MATCHER() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1161 AST_MATCHER(TemplateArgument, isIntegral) { in AST_MATCHER() argument
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1488 JSONTEST_ASSERT_EQUAL(check.isIntegral_, value.isIntegral()); in checkIs()