Home
last modified time | relevance | path

Searched refs:Maps (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h53 auto Position = Maps.find(StubSymbol); in getImplFor()
54 if (Position != Maps.end()) in getImplFor()
61 ImapTy Maps; member in llvm::orc::ImplSymbolMap
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DDiffKey.java20 import com.google.common.collect.Maps;
50 Maps.uniqueIndex(EnumSet.allOf(Status.class), Status::getLabel);
H A DDisjointRangeMap.java20 import static com.google.common.collect.Maps.filterValues;
21 import static com.google.common.collect.Maps.transformValues;
H A DCsvTable.java35 import com.google.common.collect.Maps;
228 ImmutableMap.copyOf(Maps.transformValues(table.rowMap(), ImmutableMap::copyOf)), in from()
H A DRangeTable.java24 import static com.google.common.collect.Maps.immutableEntry;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h240 // Maps, arrays and strings used by nodes in the document. No attempt is made
242 std::vector<std::unique_ptr<DocNode::MapTy>> Maps; member in llvm::msgpack::Document
335 Maps.push_back(std::unique_ptr<DocNode::MapTy>(new DocNode::MapTy)); in getMapNode()
336 N.Map = Maps.back().get(); in getMapNode()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRuleParser.java8 import static com.google.common.collect.Maps.filterValues;
9 import static com.google.common.collect.Maps.transformValues;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DShortcodesTableSchema.java27 import com.google.common.collect.Maps;
203 * Maps a single shortcode CSV table into a map of region specific range tables. Note that the
224 return ImmutableSortedMap.copyOf(Maps.transformValues(builderMap, RangeTable.Builder::build)); in toShortcodeTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp32 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java30 import com.google.common.collect.Maps;
287 Maps.transformValues(shortcodes, RangeTable.Builder::build), in build()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java64 import com.google.common.collect.Maps;
411 Maps.filterKeys(config.getForcedAliases(dir), localeIds::contains); in getAliasMap()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs54 public void Maps() in Maps() method in Google.Protobuf.JsonParserTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs56 public void Maps() in Maps() method in Google.Protobuf.JsonParserTest
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc567 TEST(HashValueTest, Maps) { in TEST()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc656 TEST_F(ParseMessageTest, Maps) { in TEST_F()

Completed in 23 milliseconds