Home
last modified time | relevance | path

Searched refs:type_info (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddynamic_message.cc252 DynamicMessage(const TypeInfo* type_info);
282 DynamicMessage(const TypeInfo* type_info, ::google::protobuf::Arena* arena);
304 DynamicMessage::DynamicMessage(const TypeInfo* type_info) in DynamicMessage() argument
305 : type_info_(type_info), in DynamicMessage()
310 DynamicMessage::DynamicMessage(const TypeInfo* type_info, in DynamicMessage() argument
312 : type_info_(type_info), in DynamicMessage()
650 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; in GetPrototypeNoLock() local
651 *target = type_info; in GetPrototypeNoLock()
653 type_info->type = type; in GetPrototypeNoLock()
654 type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_; in GetPrototypeNoLock()
[all …]
Darena.h46 using type_info = ::type_info; variable
137 void (*on_arena_allocation)(const std::type_info* allocated_type,
851 void* AllocateAligned(const std::type_info* allocated, size_t n);
Darena.cc169 void* Arena::AllocateAligned(const std::type_info* allocated, size_t n) { in AllocateAligned()
Darena_unittest.cc1291 static void on_allocation(const std::type_info* /*unused*/, uint64 alloc_size, in on_allocation() argument
/frameworks/native/libs/binder/
DValue.cpp90 virtual const std::type_info &type() const = 0;
105 virtual const std::type_info &type() const override in type()
230 const std::type_info& Value::type() const in type()
/frameworks/native/libs/binder/include/binder/
DValue.h68 const std::type_info& type() const;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dlibprotobuf.cmake46 ${protobuf_source_dir}/src/google/protobuf/util/internal/type_info.cc
/frameworks/opt/gamesdk/src/protobuf/
Dprotobuf.cmake181 ${GP_SRC_DIR}/util/internal/type_info.cc
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1922 struct type_info { struct
1928 type_info types[Res_MAXTYPE + 1]; argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DMakefile.am285 google/protobuf/util/internal/type_info.cc \
286 google/protobuf/util/internal/type_info.h \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DBUILD159 "src/google/protobuf/util/internal/type_info.cc",
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3879 const type_info& ti = pi->types[t]; in getAttribute()
3954 type_info& ti = pi->types[j]; in dumpToLog()