/external/parameter-framework/upstream/parameter/ |
D | MappingData.cpp | 74 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()
|
D | MappingData.h | 50 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/ |
D | sock-parse-http.lua | 49 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/ |
D | msg.h | 464 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/ |
D | malloc.mm | 175 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/ |
D | php-upb.h | 1746 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/ |
D | php-upb.h | 1746 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/ |
D | ruby-upb.h | 1777 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/ |
D | ruby-upb.h | 1777 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()
|