Home
last modified time | relevance | path

Searched defs:GetKey (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/subtle/
H A Dfalcon_subtle_utils.h55 const util::SecretData& GetKey() const { return key_data_; } in GetKey() function
75 const std::string& GetKey() const { return key_data_; } in GetKey() function
H A Dsphincs_subtle_utils.h79 const util::SecretData& GetKey() const { return private_key_data_; } in GetKey() function
97 const std::string& GetKey() const { return public_key_data_; } in GetKey() function
/aosp_15_r20/external/skia/tools/
H A DUrlDataManager.h75 static const SkData& GetKey(const UrlData& data) { in GetKey() function
85 static const SkString& GetKey(const UrlData& data) { in GetKey() function
/aosp_15_r20/external/skia/src/text/gpu/
H A DStrikeCache.cpp194 const SkDescriptor& StrikeCache::HashTraits::GetKey(const sk_sp<TextStrike>& strike) { in GetKey() function in sktext::gpu::StrikeCache::HashTraits
219 const SkPackedGlyphID& TextStrike::HashTraits::GetKey(const Glyph* glyph) { in GetKey() function in sktext::gpu::TextStrike::HashTraits
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Breakpoint/
DBreakpointOptions.h79 static const char *GetKey(OptionNames enum_value) { in GetKey() function
366 static const char *GetKey(OptionNames enum_value) { in GetKey() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Breakpoint/
DBreakpointOptions.h79 static const char *GetKey(OptionNames enum_value) { in GetKey() function
366 static const char *GetKey(OptionNames enum_value) { in GetKey() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/
DBreakpointOptions.h79 static const char *GetKey(OptionNames enum_value) { in GetKey() function
366 static const char *GetKey(OptionNames enum_value) { in GetKey() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/
DBreakpointOptions.h79 static const char *GetKey(OptionNames enum_value) { in GetKey() function
366 static const char *GetKey(OptionNames enum_value) { in GetKey() function
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dregistry_dict.cc158 RegistryDict* RegistryDict::GetKey(const std::string& name) { in GetKey() function in policy::RegistryDict
163 const RegistryDict* RegistryDict::GetKey(const std::string& name) const { in GetKey() function in policy::RegistryDict
/aosp_15_r20/system/update_engine/common/
H A Dprefs.cc267 bool Prefs::FileStorage::GetKey(std::string_view key, string* value) const { in GetKey() function in chromeos_update_engine::Prefs::FileStorage
344 bool MemoryPrefs::MemoryStorage::GetKey(std::string_view key, in GetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceCache.h341 static const skgpu::ScratchKey& GetKey(const GrGpuResource& r) { in GetKey() function
351 static const skgpu::UniqueKey& GetKey(const GrGpuResource& r) { return r.getUniqueKey(); } in GetKey() function
/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h478 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
647 static const T& GetKey(const T& item) { return item; } in GetKey() function
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp580 const Key &GetKey(void) const { return static_cast<const Key &>(mKeyMaterial.mKey); } in GetKey() function in ot::Mac::KeyMaterial
639 Key &GetKey(void) { return static_cast<Key &>(mKeyMaterial.mKey); } in GetKey() function in ot::Mac::KeyMaterial
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstatic_map_iterator.h68 inline const Key GetKey() const { return *GetKeyPtr(); } in GetKey() function
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/aosp_15_r20/external/skia/tools/sk_app/mac/
H A DWindow_mac.h40 static const NSInteger& GetKey(const Window_mac& w) { in GetKey() function
/aosp_15_r20/external/webrtc/test/network/
H A Demulated_turn_server.h61 bool GetKey(absl::string_view username, in GetKey() function
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlSampler.h33 static const Key& GetKey(const GrMtlSampler& sampler) { return sampler.fKey; } in GetKey() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DSmallPathShapeData.h69 static inline const SmallPathShapeDataKey& GetKey(const SmallPathShapeData& data) { in GetKey() function

123456