Home
last modified time | relevance | path

Searched refs:pair (Results 226 - 250 of 2248) sorted by relevance

12345678910>>...90

/third_party/node/deps/v8/src/torque/ls/
H A Djson-parser.cc20 ParseResultHolder<std::pair<std::string, ls::JsonValue>>::id =
30 ParseResultHolder<std::vector<std::pair<std::string, ls::JsonValue>>>::id =
35 using JsonMember = std::pair<std::string, JsonValue>;
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dpipeline_info.h35 size_t operator()(const std::pair<T1, T2>& p) const { in operator ()()
71 std::unordered_map<std::pair<uint32_t, uint32_t>, uint32_t, hash_pair>
93 std::unordered_map<std::pair<uint32_t, uint32_t>, uint32_t, hash_pair>
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dcall_graph.cpp34 std::map<std::pair<uint32_t, uint32_t>, uint32_t> call_to_max_depth; in CallGraph()
48 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) { in BuildGraphAndGetDepthOfFunctionCalls()
72 // Update the map if we have not seen this pair (caller, callee) in BuildGraphAndGetDepthOfFunctionCalls()
137 const std::map<std::pair<uint32_t, uint32_t>, uint32_t>& in ComputeInterproceduralFunctionCallDepths()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dcall_graph.cpp34 std::map<std::pair<uint32_t, uint32_t>, uint32_t> call_to_max_depth; in CallGraph()
48 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) { in BuildGraphAndGetDepthOfFunctionCalls()
72 // Update the map if we have not seen this pair (caller, callee) in BuildGraphAndGetDepthOfFunctionCalls()
137 const std::map<std::pair<uint32_t, uint32_t>, uint32_t>& in ComputeInterproceduralFunctionCallDepths()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dcollationinfo.cpp131 int32_t pair = ranges.elementAti(i); in printReorderRanges() local
132 int32_t limit = (pair >> 16) & 0xffff; in printReorderRanges()
133 int16_t offset = (int16_t)pair; in printReorderRanges()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DConcurrentCacheTests.cpp68 std::pair<SimpleCachedObject*, bool> insertOutput = {}; in TEST_F()
69 std::pair<SimpleCachedObject*, bool> anotherInsertOutput = {}; in TEST_F()
92 std::pair<SimpleCachedObject*, bool> insertOutput = {}; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h56 using AvailableValsTy = std::vector<std::pair<MachineBasicBlock *, unsigned>>;
103 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies,
123 SmallVectorImpl<std::pair<unsigned,RegSubRegPair>> &CopyInfos,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h79 using ObjectPair = std::pair<const ObjectFile *, const ObjectFile *>;
107 /// Returns pair of pointers to object and debug object.
120 std::map<std::pair<std::string, std::string>, ObjectPair>
126 /// Parsed object file for path/architecture pair, where "path" refers
128 std::map<std::pair<std::string, std::string>, std::unique_ptr<ObjectFile>>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTargetRegistry.cpp112 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
113 const std::pair<StringRef, const Target *> *RHS) { in TargetArraySortFn()
118 std::vector<std::pair<StringRef, const Target*> > Targets; in printRegisteredTargetsForVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp47 using Location = std::pair<StringRef, unsigned>;
54 /// Discriminator> pair.
140 const std::pair<DenseSet<unsigned>::iterator, bool> TryInsert = in runOnMachineFunction()
166 std::pair<DenseSet<unsigned>::iterator, bool> MustInsert = in runOnMachineFunction()
/third_party/spirv-tools/source/fuzz/
H A Dcall_graph.cpp34 std::map<std::pair<uint32_t, uint32_t>, uint32_t> call_to_max_depth; in CallGraph()
48 std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) { in BuildGraphAndGetDepthOfFunctionCalls()
72 // Update the map if we have not seen this pair (caller, callee) in BuildGraphAndGetDepthOfFunctionCalls()
137 const std::map<std::pair<uint32_t, uint32_t>, uint32_t>& in ComputeInterproceduralFunctionCallDepths()
/third_party/rust/crates/nom/benchmarks/benches/
H A Dini_str.rs11 sequence::{delimited, pair, terminated, tuple},
37 let (i, _) = opt(pair(tag(";"), not_line_ending))(i)?; in key_value()
54 pair(category, keys_and_values)(i) in category_and_keys()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fLightAmountTest.cpp161 params.insert(pair<string, string>("NUM_DIR_LIGHTS", de::toString(m_numDirectionalLights))); in iterate()
162 params.insert(pair<string, string>("NUM_OMNI_LIGHTS", de::toString(m_numOmniLights))); in iterate()
163 params.insert(pair<string, string>("NUM_SPOT_LIGHTS", de::toString(m_numSpotLights))); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp63 for (const auto &pair : attribs()) in toIntVector()
65 ret.push_back(static_cast<EGLint>(pair.first)); in toIntVector()
66 ret.push_back(static_cast<EGLint>(pair.second)); in toIntVector()
/third_party/gn/src/gn/
H A Dmetadata_unittest.cc20 contents.insert(std::pair<std::string_view, Value>("a", a_expected)); in TEST()
21 contents.insert(std::pair<std::string_view, Value>("b", b_expected)); in TEST()
44 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
78 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
120 metadata.contents().insert(std::pair<std::string_view, Value>("a", a)); in TEST()
165 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
216 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h154 /// Returns the argument numbers for the allocsize attribute (or pair(0, 0)
156 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
220 ArrayRef<std::pair<unsigned, Attribute> > Attrs);
222 ArrayRef<std::pair<unsigned,
226 ArrayRef<std::pair<unsigned,
365 /// Get the allocsize argument numbers (or pair(0, 0) if unknown).
366 std::pair<unsigned, Optional<unsigned>>
525 /// doesn't exist, pair(0, 0) is returned.
526 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
557 typedef std::pair<st
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.cpp60 std::pair<uint32_t,LaneBitmask> P = *I; in PhysicalRegisterInfo()
140 std::pair<RegisterId,LaneBitmask> PA = *UMA; in aliasRR()
146 std::pair<RegisterId,LaneBitmask> PB = *UMB; in aliasRR()
245 std::pair<uint32_t,LaneBitmask> P = *U; in hasAliasOf()
260 std::pair<uint32_t,LaneBitmask> P = *U; in hasCoverOf()
275 std::pair<uint32_t,LaneBitmask> P = *U; in insert()
357 std::pair<uint32_t,LaneBitmask> P = *I; in makeRegRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp179 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemcmp( in EmitTargetCodeForMemcmp()
194 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemchr( in EmitTargetCodeForMemchr()
220 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcpy( in EmitTargetCodeForStrcpy()
230 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcmp( in EmitTargetCodeForStrcmp()
244 // Return a pair of values, the first being the number of nonnull characters
248 static std::pair<SDValue, SDValue> getBoundedStrlen(SelectionDAG &DAG, in getBoundedStrlen()
261 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrlen( in EmitTargetCodeForStrlen()
268 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrnlen( in EmitTargetCodeForStrnlen()
/third_party/rust/crates/rust-cexpr/src/
H A Dexpr.rs35 use nom::sequence::{delimited, pair, preceded};
299 pair(one_of_punctuation(&["+", "-", "~"][..]), |i| self.unary(i)), in unary()
308 pair(complete(one_of_punctuation(&["*", "/", "%"][..])), |i| { in mul_div_rem()
327 pair(complete(one_of_punctuation(&["+", "-"][..])), |i| { in add_sub()
345 pair(complete(one_of_punctuation(&["<<", ">>"][..])), |i| { in shl_shr()
461 pair(|i| self.string(i), many0(complete(|i| self.string(i)))), in concat_str()
486 pair(identifier_token, |i| self.expr(i))(input) in macro_definition()
602 pair(
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.h38 const std::pair<const BasicBlock*, ConstructType>& p) const { in operator ()()
111 /// Returns a pair consisting of the BasicBlock with \p id and a bool
115 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
116 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
366 std::unordered_map<std::pair<const BasicBlock*, ConstructType>, Construct*,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary_test.cpp189 ::testing::TestWithParam<std::pair<std::string, uint32_t>>>;
202 ::testing::ValuesIn(std::vector<std::pair<std::string, uint32_t>>{
219 ::testing::TestWithParam<std::pair<std::string, uint32_t>>>;
232 ::testing::ValuesIn(std::vector<std::pair<std::string, uint32_t>>{
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dfunction.h38 const std::pair<const BasicBlock*, ConstructType>& p) const { in operator ()()
111 /// Returns a pair consisting of the BasicBlock with \p id and a bool
115 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
116 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
366 std::unordered_map<std::pair<const BasicBlock*, ConstructType>, Construct*,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary_test.cpp189 ::testing::TestWithParam<std::pair<std::string, uint32_t>>>;
202 ::testing::ValuesIn(std::vector<std::pair<std::string, uint32_t>>{
219 ::testing::TestWithParam<std::pair<std::string, uint32_t>>>;
232 ::testing::ValuesIn(std::vector<std::pair<std::string, uint32_t>>{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSourceMgr.h149 std::pair<unsigned, unsigned> getLineAndColumn(SMLoc Loc,
235 std::vector<std::pair<unsigned, unsigned> > Ranges;
251 ArrayRef<std::pair<unsigned,unsigned> > Ranges,
262 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges()
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h57 // Annotation is a offset range and a payload pair.
58 typedef std::pair<std::pair<size_t, size_t>, std::string> Annotation;
358 std::map<std::string, std::pair<size_t, size_t> > substitutions_;
370 std::pair<size_t, size_t>* range);

Completed in 18 milliseconds

12345678910>>...90