OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StdMapSerializer
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/processor/
module_serializer.h
116
StdMapSerializer
<int, string> files_serializer_;
122
StdMapSerializer
<MemAddr, string> cfi_delta_rules_serializer_;
map_serializers.h
50
//
StdMapSerializer
allocates memory and serializes an std::map instance into a
53
class
StdMapSerializer
{
102
// AddressMapSerializer is a simple wrapper of
StdMapSerializer
, just as
104
StdMapSerializer
<Addr, Entry> std_map_serializer_;
map_serializers-inl.h
55
size_t
StdMapSerializer
<Key, Value>::SizeOf(
70
char *
StdMapSerializer
<Key, Value>::Write(const std::map<Key, Value> &m,
73
BPLOG(ERROR) << "
StdMapSerializer
failed: write to NULL address.";
100
char *
StdMapSerializer
<Key, Value>::Serialize(
107
BPLOG(INFO) << "
StdMapSerializer
memory allocation failed.";
215
BPLOG(ERROR) << "
StdMapSerializer
failed: write to NULL address.";
map_serializers_unittest.cc
64
google_breakpad::
StdMapSerializer
<AddrType, EntryType> serializer_;
Completed in 226 milliseconds