Home
last modified time | relevance | path

Searched refs:getValues (Results 1 - 25 of 67) sorted by relevance

123

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DMultiValue.java83 public final ImmutableSet<T> getValues() { in getValues() method in MultiValue
94 return comparator.compare(this.getValues(), that.getValues()); in compareTo()
104 return getValues().equals(((MultiValue<T, M>) obj).getValues()); in equals()
109 return getValues().hashCode(); in hashCode()
114 return Joiner.on(separator()).join(getValues()); in toString()
/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dbackground.js20 if (msg.type == 'get') result = getValues();
38 return getValues();
41 function getValues() { function
53 let message = getValues();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOption.cpp137 A->getValues().push_back(Value); in acceptInternal()
175 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in acceptInternal()
212 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
219 A->getValues().push_back(Args.getArgString(Index) + ArgSize); in acceptInternal()
224 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
271 UnaliasedA->getValues() = RawA->getValues(); in accept()
280 UnaliasedA->getValues().push_back(Val); in accept()
288 UnaliasedA->getValues().push_back(""); in accept()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DCsvData.java117 .getValues(RangesTableSchema.CSV_REGIONS).stream() in checkRegions()
118 .flatMap(r -> r.getValues().stream()) in checkRegions()
120 if (extraRegions.getValues().isEmpty()) { in checkRegions()
124 checkMetadata(!extraRegions.getValues().contains(mainRegion), in checkRegions()
128 && csvRegions.containsAll(extraRegions.getValues()) in checkRegions()
129 && csvRegions.size() == extraRegions.getValues().size() + 1, in checkRegions()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DAbstractPathValueMapper.java160 map.put(rbPath, ValueOrAlias.value(RbValue.of(r.getValues()))); in addResultsToIcuData()
167 checkArgument(r.getValues().size() == 1, in addResultsToIcuData()
169 map.put(rbPath, ValueOrAlias.value(Iterables.getOnlyElement(r.getValues()))); in addResultsToIcuData()
173 r.getValues().forEach(v -> map.put(rbPath, ValueOrAlias.parse(v))); in addResultsToIcuData()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPathValueTransformer.java76 public abstract ImmutableList<String> getValues(); in getValues() method in PathValueTransformer.Result
89 getKey(), isGrouped(), getValues()); in toString()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DIndexerTest.java33 public void getValues() { in getValues() method in IndexerTest
39 assertThat(indexer.getValues()).containsExactly("foo", "bar", "baz").inOrder(); in getValues()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java171 getValues(value.getValue(), args), in matchedResult()
200 private ImmutableList<String> getValues(String value, List<String> args) { in getValues() method in ResultSpec
413 this.hashCode = Objects.hash(getKey(), getPath(), isGrouped(), getValues()); in AbstractResult()
434 public final ImmutableList<String> getValues() { in getValues() method in ResultSpec.AbstractResult
465 && getValues().equals(other.getValues()); in equals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArg.h117 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function in llvm::opt::Arg
118 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function in llvm::opt::Arg
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp222 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() function
300 type = getValues(result,value, isIndex); in testAllCodepoints()
339 retType = getValues(result,value,isIndex); in compareMapping()
432 retType = getValues(result,value,isIndex); in compareFlagsForRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp292 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anon25112::ModelledPHI
600 for (auto *V : MPHI.getValues())
702 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end());
707 for (auto *V : NewPHI.getValues())
745 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end());
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrep.java355 private static final void getValues(char trieWord,Values values){ in getValues() method in StringPrep
403 getValues(result,val); in map()
539 getValues(result,val); in prepare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringPrep.java338 private static final void getValues(char trieWord,Values values){ in getValues() method in StringPrep
386 getValues(result,val); in map()
521 getValues(result,val); in prepare()
/third_party/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c116 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() function
167 retType = getValues(result,&value,&isIndex); in compareMapping()
261 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnumDescriptor.java133 for (Descriptors.EnumValueDescriptor enumValueDescriptor : descriptor.getValues()) { in each()
172 for (Descriptors.EnumValueDescriptor value : descriptor.getValues()) { in buildModuleFromDescriptor()
/third_party/protobuf/php/src/Google/Protobuf/
H A DListValue.php47 public function getValues() function
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DIndexer.java43 public Set<T> getValues() { in getValues() method in Indexer
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubject.java35 return check("getValues()").that(actual.getValues()); in hasValueListThat()
H A DFakeResult.java73 @Override public ImmutableList<String> getValues() { in getValues() method in FakeResult
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp425 DE_ASSERT(scope.getValues().size() == 0); in pushValueScope()
445 const vector<ValueEntry*>& oldEntries = oldScope.getValues(); in popValueScope()
456 const vector<ValueEntry*>& valueEntries = scope->getValues(); in popValueScope()
H A 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/common/
H A Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
535 type = getValues(result, value, isIndex); in usprep_map()
724 UStringPrepType type = getValues(result, value, isIndex); in usprep_prepare()
/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
535 type = getValues(result, value, isIndex); in usprep_map()
724 UStringPrepType type = getValues(result, value, isIndex); in usprep_prepare()
/third_party/skia/third_party/externals/icu/source/common/
H A Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() function
535 type = getValues(result, value, isIndex); in usprep_map()
724 UStringPrepType type = getValues(result, value, isIndex); in usprep_prepare()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDynamicMessageTest.java313 builder.setField(repeatedEnumField, enumDescriptor.getValues()); in testSettersForRepeatedEnumField()
315 assertEquals(enumDescriptor.getValues(), message.getField(repeatedEnumField)); in testSettersForRepeatedEnumField()

Completed in 17 milliseconds

123