Home
last modified time | relevance | path

Searched refs:string_map (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h105 const std::map<int32_t, std::string>& string_map,
163 const std::map<int32_t, std::string>& string_map,
DLogEvent.cpp138 const std::map<int32_t, std::string>& string_map, in LogEvent() argument
167 for (const auto&itr : string_map) { in LogEvent()
338 const std::map<int32_t, std::string>& string_map, in writeKeyValuePairs() argument
367 for (const auto& itr : string_map) { in writeKeyValuePairs()
/frameworks/base/cmds/statsd/tests/
DLogEvent_test.cpp102 std::map<int32_t, std::string> string_map; in TEST() local
111 string_map[1] = "test2"; in TEST()
112 string_map[2] = "test1"; in TEST()
120 string_map, in TEST()
286 std::map<int32_t, std::string> string_map; in TEST() local
295 string_map[1] = "test2"; in TEST()
296 string_map[2] = "test1"; in TEST()
301 LogEvent event1(83, 2000, 2001, 10001, int_map, long_map, string_map, float_map); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto101 map<string, int32> string_map = 6; field
110 map<string, int32> string_map = 6; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Djson_format_test.py220 message.string_map['1'] = 2
221 message.string_map['null'] = 3