OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_info_
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
type_info.hpp
54
type_info_
struct in namespace:boost::exception_detail
59
type_info_
( detail::sp_typeinfo const & type ):
function in struct:boost::exception_detail::type_info_
66
operator<(
type_info_
const & a,
type_info_
const & b )
74
#define BOOST_EXCEPTION_STATIC_TYPEID(T) ::boost::exception_detail::
type_info_
(BOOST_SP_TYPEID(T))
77
#define BOOST_EXCEPTION_DYNAMIC_TYPEID(x) ::boost::exception_detail::
type_info_
(typeid(x))
/external/protobuf/src/google/protobuf/
dynamic_message.cc
250
return
type_info_
->prototype == this ||
251
// If
type_info_
->prototype is NULL, then we must be constructing
253
type_info_
->prototype == NULL;
263
const TypeInfo*
type_info_
;
member in class:google::protobuf::DynamicMessage
270
:
type_info_
(type_info),
281
const Descriptor* descriptor =
type_info_
->type;
285
new(OffsetToPointer(
type_info_
->oneof_case_offset + sizeof(uint32) * i))
289
new(OffsetToPointer(
type_info_
->unknown_fields_offset)) UnknownFieldSet;
291
if (
type_info_
->extensions_offset != -1) {
292
new(OffsetToPointer(
type_info_
->extensions_offset)) ExtensionSet
[
all
...]
/external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp
686
key() :
type_info_
(0), id_(0) {}
687
const std::type_info*
type_info_
;
member in struct:asio::io_service::service::key
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
service_registry.hpp
68
key.
type_info_
= &typeid(typeid_wrapper<Service>);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp
154
struct
type_info_
;
160
virtual shared_ptr<error_info_base> get(
type_info_
const & ) const = 0;
161
virtual void set( shared_ptr<error_info_base> const &,
type_info_
const & ) = 0;
Completed in 311 milliseconds