Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArg.h117 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
118 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DIndexerTest.java33 public void getValues() { in getValues() method in IndexerTest
/third_party/protobuf/php/src/Google/Protobuf/
DListValue.php47 public function getValues() function in Google\\Protobuf\\ListValue
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DIndexer.java43 public Set<T> getValues() { in getValues() method in Indexer
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPathValueTransformer.java76 public abstract ImmutableList<String> getValues(); in getValues() method in PathValueTransformer.Result
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DMultiValue.java83 public final ImmutableSet<T> getValues() { in getValues() method in MultiValue
DCsvTable.java467 public <T extends Comparable<T>> ImmutableSortedSet<T> getValues(Column<T> column) { in getValues() method in CsvTable
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeResult.java73 @Override public ImmutableList<String> getValues() { in getValues() method in FakeResult
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.hpp94 std::vector<ValueEntry*>& getValues (void) { return m_entries; } in getValues() function in rsg::ValueScope
95 const std::vector<ValueEntry*>& getValues (void) const { return m_entries; } in getValues() function in rsg::ValueScope
/third_party/icu/icu4c/source/test/cintltst/
Dsprpdata.c114 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h156 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
/third_party/icu/icu4c/source/test/intltest/
Dtestidn.cpp222 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() function
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DResultSpec.java200 private ImmutableList<String> getValues(String value, List<String> args) { in getValues() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h198 const ValueList &getValues() const { return Values; } in getValues() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringPrep.java338 private static final void getValues(char trieWord,Values values){ in getValues() method in StringPrep
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java355 private static final void getValues(char trieWord,Values values){ in getValues() method in StringPrep
/third_party/icu/icu4c/source/common/
Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
/third_party/node/deps/icu-small/source/common/
Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
/third_party/skia/third_party/externals/icu/source/common/
Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dusprep.cpp468 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h66 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp292 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anon7fc7e4bc0111::ModelledPHI
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h600 StringRef getValues() const { in getValues() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h710 ArrayRef<Init*> getValues() const { in getValues() function
1507 ArrayRef<RecordVal> getValues() const { return Values; } in getValues() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1689 public List<EnumValueDescriptor> getValues() { in getValues() method in Descriptors.EnumDescriptor