Home
last modified time | relevance | path

Searched refs:EXACT (Results 1 – 25 of 41) sorted by relevance

12

/third_party/grpc/src/core/lib/security/authorization/
Dmatchers.h34 EXACT, // value stored in string_matcher_ field enumerator
71 Type type_ = Type::EXACT;
80 EXACT, // value stored in StringMatcher field enumerator
92 static_assert(static_cast<StringMatcher::Type>(Type::EXACT) ==
93 StringMatcher::Type::EXACT,
148 Type type_ = Type::EXACT;
Dmatchers.cc117 case Type::EXACT: in Match()
141 case Type::EXACT: in ToString()
327 case Type::EXACT: in ToString()
/third_party/boost/tools/boost_install/test/filesystem/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED ALL ${BOOST_HINTS})
27 find_package(Boost ${BOOST_VERSION} EXACT CONFIG REQUIRED ALL ${BOOST_HINTS})
31 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS filesystem ${BOOST_HINTS})
35 find_package(boost_filesystem ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/log/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED ALL ${BOOST_HINTS})
27 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS log ${BOOST_HINTS})
31 find_package(boost_log ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/serialization/
DCMakeLists.txt23 …find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS serialization wserialization ${BOOST…
27 find_package(boost_serialization ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
28 find_package(boost_wserialization ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/test/
DCMakeLists.txt23 …find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS prg_exec_monitor unit_test_framework…
27 find_package(boost_prg_exec_monitor ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
28 find_package(boost_unit_test_framework ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/python/
DCMakeLists.txt28 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS ${component} ${BOOST_HINTS})
37 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS python ${BOOST_HINTS})
41 find_package(boost_python ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/thread/
DCMakeLists.txt13 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS thread)
17 find_package(boost_thread ${BOOST_VERSION} EXACT CONFIG REQUIRED)
/third_party/boost/tools/boost_install/test/chrono/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS chrono ${BOOST_HINTS})
27 find_package(boost_chrono ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/atomic/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS atomic ${BOOST_HINTS})
27 find_package(boost_atomic ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/system/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS system ${BOOST_HINTS})
27 find_package(boost_system ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/container/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS container ${BOOST_HINTS})
27 find_package(boost_container ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/wave/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS wave ${BOOST_HINTS})
27 find_package(boost_wave ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/mpi/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS mpi ${BOOST_HINTS})
27 find_package(boost_mpi ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/program_options/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS program_options ${BOOST_HINTS})
27 find_package(boost_program_options ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/random/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS random ${BOOST_HINTS})
27 find_package(boost_random ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/iostreams/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS iostreams ${BOOST_HINTS})
27 find_package(boost_iostreams ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/boost/tools/boost_install/test/regex/
DCMakeLists.txt23 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS regex ${BOOST_HINTS})
35 find_package(boost_regex ${BOOST_VERSION} EXACT CONFIG REQUIRED ${BOOST_HINTS})
/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.cc52 : float_comparison_(EXACT), in DefaultFieldComparator()
177 } else if (float_comparison_ == EXACT) { in CompareDoubleOrFloat()
Dfield_comparator_test.cc224 ASSERT_EQ(DefaultFieldComparator::EXACT, comparator_.float_comparison()); in TEST_F()
255 ASSERT_EQ(DefaultFieldComparator::EXACT, comparator_.float_comparison()); in TEST_F()
273 comparator_.set_float_comparison(DefaultFieldComparator::EXACT); in TEST_F()
Dfield_comparator.h103 EXACT, // Floats and doubles are compared exactly. enumerator
/third_party/boost/tools/boost_install/test/headers/
DCMakeLists.txt21 find_package(Boost ${BOOST_VERSION} EXACT REQUIRED ${BOOST_HINTS})
/third_party/grpc/src/core/lib/security/credentials/xds/
Dxds_credentials.cc43 if (matcher.type() == StringMatcher::Type::EXACT) { in XdsVerifySubjectAlternativeNames()
/third_party/boost/tools/boost_install/
DBoostConfig.cmake139 …message(STATUS "BoostConfig: find_package(boost_${__boost_comp_nv} ${Boost_VERSION} EXACT CONFIG $…
141 …find_package(boost_${__boost_comp_nv} ${Boost_VERSION} EXACT CONFIG ${_BOOST_REQUIRED} ${_BOOST_QU…
/third_party/nghttp2/cmake/
DFindLibevent.cmake9 # [version] [EXACT] # Minimum or exact version

12