Searched refs:CheckGet (Results 1 – 3 of 3) sorted by relevance
/external/leveldb/db/ |
D | c_test.c | 54 static void CheckGet( in CheckGet() function 207 CheckGet(db, roptions, "foo", NULL); in main() 212 CheckGet(db, roptions, "foo", "hello"); in main() 216 CheckGet(db, roptions, "foo", "hello"); in main() 220 CheckGet(db, roptions, "foo", "hello"); in main() 237 CheckGet(db, roptions, "foo", "hello"); in main() 238 CheckGet(db, roptions, "bar", NULL); in main() 239 CheckGet(db, roptions, "box", "c"); in main() 309 CheckGet(db, roptions, "foo", "hello"); in main() 311 CheckGet(db, roptions, "foo", NULL); in main() [all …]
|
/external/google-fruit/include/fruit/impl/ |
D | provider.defn.h | 44 using CheckGet = Eval<PropagateError( member 58 using E = typename fruit::impl::meta::ProviderImplHelper<C>::template CheckGet<T>; in get()
|
D | injector.defn.h | 77 struct CheckGet { struct 118 using E = typename fruit::impl::meta::InjectorImplHelper<P...>::template CheckGet<T>::type; in get()
|