HomeSort by relevance Sort by last modified time
    Searched refs:map_key (Results 1 - 9 of 9) sorted by null

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_inl.h 48 T UnwrapMapKey(const MapKey& map_key);
50 inline int32 UnwrapMapKey<int32>(const MapKey& map_key) {
51 return map_key.GetInt32Value();
54 inline uint32 UnwrapMapKey<uint32>(const MapKey& map_key) {
55 return map_key.GetUInt32Value();
58 inline int64 UnwrapMapKey<int64>(const MapKey& map_key) {
59 return map_key.GetInt64Value();
62 inline uint64 UnwrapMapKey<uint64>(const MapKey& map_key) {
63 return map_key.GetUInt64Value();
66 inline bool UnwrapMapKey<bool>(const MapKey& map_key) {
    [all...]
map_field.h 89 virtual bool ContainsMapKey(const MapKey& map_key) const = 0;
91 const MapKey& map_key, MapValueRef* val) = 0;
92 virtual bool DeleteMapValue(const MapKey& map_key) = 0;
254 bool ContainsMapKey(const MapKey& map_key) const;
255 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val);
256 bool DeleteMapValue(const MapKey& map_key);
305 bool ContainsMapKey(const MapKey& map_key) const;
306 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val);
307 bool DeleteMapValue(const MapKey& map_key);
map.h     [all...]
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 160 int map_bank, map_instr, map_key; member in struct:soundfont_voice_map
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
sfnt_info.h 185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
  /external/opencv3/modules/photo/src/
tonemap.cpp 306 float map_key = 0.3f + 0.7f * pow(static_cast<float>(key), 1.4f); local
318 pow(intensity * adapt, map_key, adapt);
  /external/iproute2/tc/
tc_bpf.c 635 uint32_t map_key; local
642 map_key = *key;
644 ret = sscanf(section, "%*i/%i", &map_key);
668 ret = bpf_map_update(map_fd, &map_key, &prog_fd, BPF_ANY);
    [all...]

Completed in 166 milliseconds