Home
last modified time | relevance | path

Searched refs:tryLookup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp77 const typename M::mapped_type* tryLookup (const M& map, in tryLookup() function
92 const typename M::mapped_type* ptr = tryLookup(map, key); in lookupDefault()
101 const typename M::mapped_type* ptr = tryLookup(map, key); in lookup()
DdeSTLUtil.cpp42 DE_TEST_ASSERT(*tryLookup(m, 4) == 5); in STLUtil_selfTest()
44 DE_TEST_ASSERT(tryLookup(m, 3) == DE_NULL); in STLUtil_selfTest()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DSubclassInjectionLoader.java31 this.loader = tryLookup(); in SubclassInjectionLoader()
37 private static SubclassLoader tryLookup() { in tryLookup() method in SubclassInjectionLoader