Home
last modified time | relevance | path

Searched refs:GetValues (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/libcxx/fuzzing/
H A Drandom.pass.cpp27 std::vector<IntT> GetValues(const std::uint8_t *data, std::size_t size) { in GetValues() function
54 auto Input = GetValues<ResultT>(data, size); in DispatchAndCreate()
70 auto Input = GetValues<double>(data, size); in DispatchAndCreate()
100 auto vals = GetValues<double>(data, size); in Create()
116 auto vals = GetValues<double>(data, size); in Create()
132 auto vals = GetValues<ResultT>(data, size); in Create()
148 auto vals = GetValues<double>(data, size); in Create()
/llvm-project/lldb/unittests/Core/
H A DUniqueCStringMapTest.cpp47 EXPECT_THAT(Map.GetValues(Foo, Values), 1); in TEST()
51 EXPECT_THAT(Map.GetValues(Bar, Values), 0); in TEST()
66 EXPECT_THAT(Map.GetValues(Foo, Values), 3); in TEST()
/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h124 size_t GetValues(ConstString unique_cstr, std::vector<T> &values) const { in GetValues() function
134 size_t GetValues(const RegularExpression &regex, in GetValues() function
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1330 if (!Names.GetValues(name, ids)) in FindFunctions()
1370 if (Names.GetValues(regex, ids)) { in FindFunctions()
/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp653 const uint32_t count = name_to_index.GetValues(symbol_name, indexes); in GetNameIndexes()