Home
last modified time | relevance | path

Searched defs:getValues (Results 1 – 16 of 16) 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/protobuf/php/src/Google/Protobuf/
DListValue.php47 public function getValues() function in Google\\Protobuf\\ListValue
/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/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/skia/third_party/externals/icu/source/common/
Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
/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/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 __anonb1d7ca820111::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