| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FoldingSet.cpp | 60 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID 63 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID 66 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID 69 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID 78 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID 81 void FoldingSetNodeID::AddInteger(unsigned long long I) { in AddInteger() function in FoldingSetNodeID
|
| /external/llvm/lib/Support/ |
| D | FoldingSet.cpp | 60 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID 63 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID 66 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID 69 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID 78 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID 81 void FoldingSetNodeID::AddInteger(unsigned long long I) { in AddInteger() function in FoldingSetNodeID
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| D | FoldingSet.h | 339 void AddInteger(signed I) { Bits.push_back(I); } in AddInteger() function 340 void AddInteger(unsigned I) { Bits.push_back(I); } in AddInteger() function 341 void AddInteger(long I) { AddInteger((unsigned long)I); } in AddInteger() function 342 void AddInteger(unsigned long I) { in AddInteger() function 351 void AddInteger(long long I) { AddInteger((unsigned long long)I); } in AddInteger() function 352 void AddInteger(unsigned long long I) { in AddInteger() function
|
| /external/perfetto/src/trace_processor/importers/proto/winscope/ |
| D | viewcapture_args_parser.cc | 35 void ViewCaptureArgsParser::AddInteger(const Key& key, int64_t value) { in AddInteger() function in perfetto::trace_processor::ViewCaptureArgsParser
|
| /external/perfetto/src/trace_processor/importers/proto/ |
| D | args_parser.cc | 39 void ArgsParser::AddInteger(const Key& key, int64_t value) { in AddInteger() function in perfetto::trace_processor::ArgsParser
|
| /external/perfetto/src/trace_processor/db/ |
| D | runtime_table.cc | 177 base::Status RuntimeTable::Builder::AddInteger(uint32_t idx, int64_t res) { in AddInteger() function in perfetto::trace_processor::RuntimeTable::Builder
|
| /external/perfetto/src/trace_processor/util/ |
| D | debug_annotation_parser_unittest.cc | 70 void AddInteger(const Key& key, int64_t value) override { in AddInteger() function in perfetto::trace_processor::util::__anon80267ade0111::DebugAnnotationParserTest
|
| D | proto_to_args_parser_unittest.cc | 70 void AddInteger(const Key& key, int64_t value) override { in AddInteger() function in perfetto::trace_processor::util::__anon13f453ff0111::ProtoToArgsParserTest
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | cpdf_object_unittest.cpp | 742 TEST(PDFArrayTest, AddInteger) { in TEST() argument
|