Home
last modified time | relevance | path

Searched refs:strkey (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/upstream/parameter/
DMappingData.cpp74 bool CMappingData::getValue(const std::string &strkey, const std::string *&pStrValue) const in getValue() argument
76 auto it = _keyToValueMap.find(strkey); in getValue()
92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue) in addValue() argument
94 if (_keyToValueMap.find(strkey) != _keyToValueMap.end()) { in addValue()
98 _keyToValueMap[strkey] = strValue; in addValue()
DMappingData.h50 bool getValue(const std::string &strkey, const std::string *&pStrValue) const;
60 bool addValue(const std::string &strkey, const std::string &strValue);
/external/bcc/examples/lua/
Dsock-parse-http.lua49 local strkey = ffi.new('uint32_t [1]')
52 strkey[0] = bpf.ntoh(k)
53 s = s..string.format('%s %d ', ffi.string(strkey, 4):match '^%s*(.-)%s*$', tonumber(v))
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.h464 upb_strview strkey = _upb_map_tokey(key, key_size); in _upb_map_set() local
470 upb_strtable_remove3(&map->table, strkey.data, strkey.size, NULL, a); in _upb_map_set()
471 return upb_strtable_insert3(&map->table, strkey.data, strkey.size, tabval, a); in _upb_map_set()
/external/clang/test/Analysis/
Dmalloc.mm175 const char *strkey = "key";
176 NSString *string = ( NSString *)NSMapGet(map, strkey);
179 NSMapInsert(map, strdup(strkey), (void*)string); // no warning
180 NSMapInsertKnownAbsent(map, strdup(strkey), (void*)string); // no warning
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h1746 upb_StringView strkey = _upb_map_tokey(key, key_size); in _upb_Map_Set() local
1751 upb_strtable_remove2(&map->table, strkey.data, strkey.size, NULL); in _upb_Map_Set()
1752 return upb_strtable_insert(&map->table, strkey.data, strkey.size, tabval, a); in _upb_Map_Set()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.h1746 upb_StringView strkey = _upb_map_tokey(key, key_size); in _upb_Map_Set() local
1751 upb_strtable_remove2(&map->table, strkey.data, strkey.size, NULL); in _upb_Map_Set()
1752 return upb_strtable_insert(&map->table, strkey.data, strkey.size, tabval, a); in _upb_Map_Set()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h1777 upb_StringView strkey = _upb_map_tokey(key, key_size); in _upb_Map_Set() local
1782 upb_strtable_remove2(&map->table, strkey.data, strkey.size, NULL); in _upb_Map_Set()
1783 return upb_strtable_insert(&map->table, strkey.data, strkey.size, tabval, a); in _upb_Map_Set()
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h1777 upb_StringView strkey = _upb_map_tokey(key, key_size); in _upb_Map_Set() local
1782 upb_strtable_remove2(&map->table, strkey.data, strkey.size, NULL); in _upb_Map_Set()
1783 return upb_strtable_insert(&map->table, strkey.data, strkey.size, tabval, a); in _upb_Map_Set()