OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:down_cast
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h
269
inline To
down_cast
(From* f) {
function
/external/protobuf/src/google/protobuf/stubs/
common.h
303
template<typename To, typename From> // use like this:
down_cast
<T*>(foo);
304
inline To
down_cast
(From* f) { // so we only accept pointers
function in namespace:google::protobuf::internal
324
using internal::
down_cast
;
[
all
...]
Completed in 55 milliseconds