Home
last modified time | relevance | path

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

/external/leveldb/db/
Dc_test.c54 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/
Dprovider.defn.h44 using CheckGet = Eval<PropagateError( member
58 using E = typename fruit::impl::meta::ProviderImplHelper<C>::template CheckGet<T>; in get()
Dinjector.defn.h77 struct CheckGet { struct
118 using E = typename fruit::impl::meta::InjectorImplHelper<P...>::template CheckGet<T>::type; in get()