/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverFileLine.cpp | 44 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData() 52 GetKey(OptionNames::LineNumber), line_no); in CreateFromStructuredData() 59 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Column), column); in CreateFromStructuredData() 65 success = options_dict.GetValueForKeyAsBoolean(GetKey(OptionNames::Inlines), in CreateFromStructuredData() 73 GetKey(OptionNames::SkipPrologue), skip_prologue); in CreateFromStructuredData() 80 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 98 options_dict_sp->AddStringItem(GetKey(OptionNames::FileName), in SerializeToStructuredData() 100 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 102 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Column), in SerializeToStructuredData() 104 options_dict_sp->AddBooleanItem(GetKey(OptionNames::Inlines), m_inlines); in SerializeToStructuredData() [all …]
|
D | BreakpointResolverAddress.cpp | 45 GetKey(OptionNames::AddressOffset), addr_offset); in CreateFromStructuredData() 52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData() 55 GetKey(OptionNames::ModuleName), module_name); in CreateFromStructuredData() 76 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData() 78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 81 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 84 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData()
|
D | BreakpointOptions.cpp | 42 options_dict_sp->AddBooleanItem(GetKey(OptionNames::StopOnError), in SerializeToStructuredData() 50 options_dict_sp->AddItem(GetKey(OptionNames::UserSource), user_source_sp); in SerializeToStructuredData() 54 GetKey(OptionNames::Interpreter), in SerializeToStructuredData() 66 GetKey(OptionNames::StopOnError), data_up->stop_on_error); in CreateFromStructuredData() 74 GetKey(OptionNames::Interpreter), interpreter_str); in CreateFromStructuredData() 91 success = options_dict.GetValueForKeyAsArray(GetKey(OptionNames::UserSource), in CreateFromStructuredData() 247 const char *key = GetKey(OptionNames::EnabledState); in CreateFromStructuredData() 258 key = GetKey(OptionNames::OneShotState); in CreateFromStructuredData() 268 key = GetKey(OptionNames::AutoContinue); in CreateFromStructuredData() 278 key = GetKey(OptionNames::IgnoreCount); in CreateFromStructuredData() [all …]
|
D | BreakpointResolverFileRegex.cpp | 36 GetKey(OptionNames::RegexString), regex_string); in CreateFromStructuredData() 45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 55 GetKey(OptionNames::SymbolNameArray), names_array); in CreateFromStructuredData() 79 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData() 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData() 89 options_dict_sp->AddItem(GetKey(OptionNames::LineNumber), names_array_sp); in SerializeToStructuredData()
|
D | BreakpointResolverName.cpp | 97 GetKey(OptionNames::LanguageName), language_name); in CreateFromStructuredData() 109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData() 117 GetKey(OptionNames::SkipPrologue), skip_prologue); in CreateFromStructuredData() 125 GetKey(OptionNames::RegexString), regex_text); in CreateFromStructuredData() 132 GetKey(OptionNames::SymbolNameArray), names_array); in CreateFromStructuredData() 139 GetKey(OptionNames::NameMaskArray), names_mask_array); in CreateFromStructuredData() 192 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData() 203 options_dict_sp->AddItem(GetKey(OptionNames::SymbolNameArray), names_sp); in SerializeToStructuredData() 204 options_dict_sp->AddItem(GetKey(OptionNames::NameMaskArray), name_masks_sp); in SerializeToStructuredData() 208 GetKey(OptionNames::LanguageName), in SerializeToStructuredData() [all …]
|
D | BreakpointResolverScripted.cpp | 70 GetKey(OptionNames::PythonClassName), class_name); in CreateFromStructuredData() 82 GetKey(OptionNames::ScriptArgs), args_dict); in CreateFromStructuredData() 95 options_dict_sp->AddStringItem(GetKey(OptionNames::PythonClassName), in SerializeToStructuredData() 98 options_dict_sp->AddItem(GetKey(OptionNames::ScriptArgs), in SerializeToStructuredData()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadSpec.cpp | 33 GetKey(OptionNames::ThreadIndex), index); in CreateFromStructuredData() 38 spec_dict.GetValueForKeyAsInteger(GetKey(OptionNames::ThreadID), tid); in CreateFromStructuredData() 43 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 47 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData() 59 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadIndex), m_index); in SerializeToStructuredData() 61 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadID), m_tid); in SerializeToStructuredData() 63 data_dict_sp->AddStringItem(GetKey(OptionNames::ThreadName), m_name); in SerializeToStructuredData() 65 data_dict_sp->AddStringItem(GetKey(OptionNames::QueueName), m_queue_name); in SerializeToStructuredData()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.h | 58 auto id = GrTextBlob::GetKey(*blob).fUniqueID; in remove() 115 static uint32_t GetKey(const BlobIDCacheEntry& entry) { in GetKey() function 121 SkASSERT(GrTextBlob::GetKey(*blob).fUniqueID == fID); in addBlob() 122 SkASSERT(!this->find(GrTextBlob::GetKey(*blob))); in addBlob() 129 SkASSERT(GrTextBlob::GetKey(*blob).fUniqueID == fID); in removeBlob() 131 auto index = this->findBlobIndex(GrTextBlob::GetKey(*blob)); in removeBlob() 144 if (GrTextBlob::GetKey(*fBlobs[i]) == key) { in findBlobIndex() 158 auto id = GrTextBlob::GetKey(*blob).fUniqueID; in add()
|
/external/skqp/src/core/ |
D | SkTDynamicHash.h | 98 if (Deleted() != candidate && GetKey(*candidate) == key) { in find() 109 SkASSERT(nullptr == this->find(GetKey(*newEntry))); in add() 149 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) { in countCollisions() 180 SKTDYNAMICHASH_CHECK(this->find(GetKey(*fArray[i]))); in validate() 199 SKTDYNAMICHASH_CHECK(!(GetKey(*fArray[i]) == GetKey(*fArray[j]))); in validate() 208 const Key& key = GetKey(*newEntry); in innerAdd() 232 if (Deleted() != candidate && GetKey(*candidate) == key) { in innerRemove() 289 static const Key& GetKey(const T& t) { return Traits::GetKey(t); } in GetKey() function
|
/external/tensorflow/tensorflow/core/lib/gtl/subtle/ |
D | map_traits.h | 36 auto GetKey(V&& v, Rank0) -> decltype((std::forward<V>(v).first)) { 40 auto GetKey(V&& v, Rank1) -> decltype(std::forward<V>(v).key()) { 57 auto GetKey(V&& v) 58 -> decltype(internal_map_traits::GetKey(std::forward<V>(v), 60 return internal_map_traits::GetKey(std::forward<V>(v),
|
/external/libchrome/components/policy/core/common/ |
D | registry_dict_unittest.cc | 78 RegistryDict* actual_subdict = test_dict.GetKey("two"); in TEST() 86 actual_subdict = test_dict.GetKey("two"); in TEST() 89 actual_subdict = test_dict.GetKey("four"); in TEST() 94 EXPECT_FALSE(test_dict.GetKey("one")); in TEST() 95 EXPECT_FALSE(test_dict.GetKey("three")); in TEST() 106 RegistryDict* actual_subdict = test_dict.GetKey("One"); in TEST() 118 actual_subdict = test_dict.GetKey("One"); in TEST() 152 RegistryDict* actual_subdict = dict_a.GetKey("three"); in TEST() 155 actual_subdict = dict_a.GetKey("six"); in TEST() 174 EXPECT_TRUE(dict_b.GetKey("two")); in TEST() [all …]
|
/external/openscreen/discovery/public/ |
D | dns_sd_service_watcher.h | 152 records_[GetKey(new_endpoint)] = in OnEndpointCreated() 154 …callback_(GetServices(), *records_[GetKey(new_endpoint)].get(), ServicesUpdatedState::EndpointCrea… in OnEndpointCreated() 159 auto it = records_.find(GetKey(modified_endpoint)); in OnEndpointUpdated() 179 auto it = records_.find(GetKey(old_endpoint)); in OnEndpointDeleted() 191 EndpointKey GetKey(const DnsSdInstanceEndpoint& endpoint) const { in GetKey() function
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/external/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { 42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_reachability.cc | 27 indices_[GetKey(hlo)] = bit_vectors_.size(); in HloReachabilityMap() 65 if (GetKey(original) == GetKey(replacement)) { in Replace() 68 indices_[GetKey(replacement)] = GetIndex(original).v; in Replace() 69 indices_.erase(GetKey(original)); in Replace()
|
D | hlo_reachability.h | 103 i.v = FindOrDie(indices_, GetKey(instruction)); in GetIndex() 144 return indices_.contains(GetKey(a)); in IsPresent() 218 uint64 GetKey(const HloInstruction* instruction) const { in GetKey() function 226 return FindOrDie(indices_, GetKey(instruction)); in GetIndexInternal()
|
/external/google-breakpad/src/processor/ |
D | static_range_map-inl.h | 69 *entry_size = iterator.GetKey() - range->base() + 1; in RetrieveRange() 99 *entry_size = iterator.GetKey() - range->base() + 1; in RetrieveNearestRange() 122 *entry_size = iterator.GetKey() - range->base() + 1; in RetrieveRangeAtIndex()
|
D | module_comparer.cc | 98 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule() 116 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule() 135 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule() 159 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule() 178 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareModule() 206 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareFunction() 286 ASSERT_TRUE(iter1->first == iter2.GetKey()); in CompareCRM()
|
/external/libchrome/crypto/ |
D | p224_spake_unittest.cc | 69 EXPECT_EQ(client.GetKey(), server.GetKey()); in TEST() 116 EXPECT_EQ(client.GetKey(), server.GetKey()); in TEST()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | map_traits_stl.h | 46 static const K& GetKey(Iterator& iterator) { return iterator->first; } 47 static const K& GetKey(ConstIterator& iterator) { return iterator->first; } 97 static const K& GetKey(Iterator& iterator) { return iterator->first; } 98 static const K& GetKey(ConstIterator& iterator) { return iterator->first; }
|
/external/icing/icing/index/main/ |
D | main-index.cc | 73 exact = (prefix.size() == strlen(it.GetKey())); in FindShortestValidTermWithPrefixHits() 184 exact = (prefix.length() == strlen(main_itr.GetKey())); in GetAccessorForPrefixTerm() 249 term_metadata_list.emplace_back(term_iterator.GetKey(), approx_hit_count); in FindTermsByPrefix() 275 other_term_itr.GetKey(), /*utf8=*/true); in AddBackfillBranchPoints() 279 prefix.assign(other_term_itr.GetKey(), prefix_len); in AddBackfillBranchPoints() 328 if (!main_lexicon_->Insert(other_term_itr.GetKey(), &posting_list_id, in AddTerms() 332 "Could not insert term: ", other_term_itr.GetKey())); in AddTerms() 340 "Could not insert term: ", other_term_itr.GetKey())); in AddTerms() 375 other_term_itr.GetKey(), /*utf8=*/true); in AddBranchPoints() 384 prefix.assign(other_term_itr.GetKey(), prefix_length); in AddBranchPoints()
|