Home
last modified time | relevance | path

Searched refs:pair (Results 2326 - 2350 of 2457) sorted by relevance

1...<<919293949596979899

/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc148 using SpecialSectionPair = std::pair<base::Vector<const char>, SectionCode>; in IdentifyUnknownSectionInternal()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc164 // This roundtrips the int32_t value 23 through the pair of EncodeInt32 / in TEST()
181 // This roundtrips the int32_t value 42 through the pair of EncodeInt32 / in TEST()
312 // This roundtrips the int32_t value -24 through the pair of EncodeInt32 / in TEST()
358 // This roundtrips the empty utf16 string through the pair of EncodeString16 / in TEST()
523 std::vector<std::pair<std::string, std::string>> examples = { in TEST()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.cc1090 // locate the pair with the same country_code in the sorted vector. in HasValidCountryCallingCode()
1874 // locate the pair with the same country_code in the sorted vector. in GetRegionCodesForCountryCallingCode()
1878 std::pair<ConstIterator, ConstIterator> range = in GetRegionCodesForCountryCallingCode()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h1264 using CFunctionArg = std::pair<MachineType, Node*>;
H A Djs-create-lowering.cc1716 ZoneVector<std::pair<FieldAccess, Node*>> inobject_fields(zone()); in TryAllocateFastLiteral()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc406 std::pair<uint8_t*, size_t> ValueSerializer::Release() { in Release()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc858 std::map<std::string, std::pair<AnnotationParameter, SourcePosition>> map_;
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc749 std::vector<std::pair<std::string, std::string>> values) { in TestValidDataForType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp2503 static const std::vector<std::pair<bool, std::string>> solidColor = in createExactSamplingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp633 std::pair<VariableIt, bool> inserted = vars.insert(std::make_pair(a, varB->second)); in makeSame()
1200 // cases below have the same logic as the one above - just we are copying bigger chunks of data with every load/store pair in MakeShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp65 typedef std::pair<int, int> UsedRange;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp49 typedef std::pair<GLint, GLint> IntPair;
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp62 typedef std::pair<int, const char*> CompressedFormatName;
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp46 std::string nameOps(std::pair<std::string, std::string> head, Args... names) { in nameOps()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTextureTest.cpp1204 std::vector<std::pair<GLint, GLint>> soureDestPairs; in TEST_P()
/third_party/skia/src/core/
H A DSkCanvas.cpp717 static std::pair<skif::Mapping, skif::LayerSpace<SkIRect>> get_layer_mapping_and_bounds( in get_layer_mapping_and_bounds()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp460 static constexpr std::pair<const char *, Extension::Name> extensionsByName[] = { in robustBufferAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp46 std::string nameOps(std::pair<std::string, std::string> head, Args... names) { in nameOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1198 using KeyStatusPair = std::pair<StringRef, KeyStatus>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1873 std::pair<Register, unsigned>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp984 using RegAndKill = std::pair<unsigned, bool>; in emitPushInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp242 /// Map a register pair Reg to the subregister that has the greater "number",
1775 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in expandStoreVec2()
2246 // P = pair(FI, map: BB->RangeList) in optimizeSpillSlots()
2251 // F = pair(BB, RangeList) in optimizeSpillSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp352 for (std::pair<unsigned, unsigned> LI : MF->getRegInfo().liveins()) { in HandleVRSaveUpdate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp565 // prevents an infinite loop caused by not turning the extract/insert pair in replaceExtractElements()
598 /// not rely on the second vector source. Return a std::pair containing the
604 using ShuffleOps = std::pair<Value *, Value *>;
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc2389 std::vector<std::pair<const Metadata*, const Metadata*> > metadata_arrays_;

Completed in 94 milliseconds

1...<<919293949596979899