Home
last modified time | relevance | path

Searched defs:aFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/sqlite/src/
Dshell.c2956 } aFunc[] = { in sqlite3_decimal_init() local
3260 } aFunc[] = { in sqlite3_ieee_init() local
13580 } aFunc[] = { in recoverOpenOutput() local
Dsqlite3.c17118 Hash aFunc; /* Hash table of connection functions */ member
18220 } *aFunc; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp76754 T* ptrOrFrom(F&& aFunc) in ptrOrFrom()
76821 T& refOrFrom(F&& aFunc) in refOrFrom()
76853 Maybe& apply(Func aFunc) in apply()
76875 auto map(Func aFunc) -> Maybe<decltype(aFunc(DeclVal<Maybe<T>>().ref()))> in map()
90707 void Sort(nsCOMArrayComparatorFunc aFunc, void* aData) in Sort()