Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 140) sorted by relevance

123456

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h56 template<class SetType, bool External>
58 SetType Visited;
72 template<class SetType>
73 class po_iterator_storage<SetType, true> {
74 SetType &Visited;
77 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
92 class SetType =
97 public po_iterator_storage<SetType, ExtStorage> {
114 po_iterator(NodeRef BB, SetType &S) in po_iterator()
115 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h49 template<class SetType, bool External> // Non-external set
52 SetType Visited;
55 template<class SetType>
56 class df_iterator_storage<SetType, true> {
58 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
61 SetType &Visited;
82 class SetType =
87 public df_iterator_storage<SetType, ExtStorage> {
108 inline df_iterator(NodeRef Node, SetType &S) in df_iterator()
109 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
DBreadthFirstIterator.h33 template <class SetType> class bf_iterator_storage {
35 SetType Visited;
44 class SetType =
49 public bf_iterator_storage<SetType> {
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h54 template<class SetType, bool External>
56 SetType Visited;
70 template<class SetType>
71 class po_iterator_storage<SetType, true> {
72 SetType &Visited;
74 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S) in po_iterator()
123 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h47 template<class SetType, bool External> // Non-external set
50 SetType Visited;
53 template<class SetType>
54 class df_iterator_storage<SetType, true> {
56 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
58 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
89 inline df_iterator(NodeType *Node, SetType &S) in df_iterator()
90 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DPostOrderIterator.h57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
93 class SetType =
98 public po_iterator_storage<SetType, ExtStorage> {
115 po_iterator(NodeRef BB, SetType &S) in po_iterator()
116 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h49 template<class SetType, bool External> // Non-external set
52 SetType Visited;
55 template<class SetType>
56 class df_iterator_storage<SetType, true> {
58 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
61 SetType &Visited;
82 class SetType =
87 public df_iterator_storage<SetType, ExtStorage> {
108 inline df_iterator(NodeRef Node, SetType &S) in df_iterator()
109 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
DBreadthFirstIterator.h33 template <class SetType> class bf_iterator_storage {
35 SetType Visited;
44 class SetType =
49 public bf_iterator_storage<SetType> {
/external/icing/icing/schema/
Dschema-util_test.cc77 .SetType("A") in TEST()
86 .SetType("B") in TEST()
100 .SetType("C") in TEST()
109 .SetType("D") in TEST()
118 .SetType("E") in TEST()
127 .SetType("F") in TEST()
163 .SetType("A") in TEST()
172 .SetType("B") in TEST()
186 .SetType("C") in TEST()
195 .SetType("D") in TEST()
[all …]
Dschema-store_test.cc72 .AddType(SchemaTypeConfigBuilder().SetType("email").AddProperty( in SchemaStoreTest()
118 .AddType(SchemaTypeConfigBuilder().SetType("corrupted")) in TEST_F()
365 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
379 .AddType(SchemaTypeConfigBuilder().SetType("new_type")) in TEST_F()
396 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
397 .AddType(SchemaTypeConfigBuilder().SetType("message")) in TEST_F()
416 .AddType(SchemaTypeConfigBuilder().SetType("message")) in TEST_F()
452 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
453 .AddType(SchemaTypeConfigBuilder().SetType("message")) in TEST_F()
467 .AddType(SchemaTypeConfigBuilder().SetType("message")) in TEST_F()
[all …]
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp213 m_curr_packet.SetType(m_post_part_pkt_type); in outputPacket()
262 m_curr_packet.SetType(ETM3_PKT_A_SYNC); in waitForSync()
288 m_curr_packet.SetType(ETM3_PKT_NOTSYNC); // send unsynced data packet. in waitForSync()
300 m_curr_packet.SetType(ETM3_PKT_NOTSYNC); // send unsynced data packet. in waitForSync()
321 m_curr_packet.SetType(ETM3_PKT_BRANCH_ADDRESS); in processHeaderByte()
330 m_curr_packet.SetType(ETM3_PKT_BRANCH_OR_BYPASS_EOT); in processHeaderByte()
341 m_curr_packet.SetType(ETM3_PKT_P_HDR); in processHeaderByte()
352 m_curr_packet.SetType(ETM3_PKT_A_SYNC); in processHeaderByte()
356 m_curr_packet.SetType(ETM3_PKT_CYCLE_COUNT); in processHeaderByte()
360 m_curr_packet.SetType(ETM3_PKT_I_SYNC); in processHeaderByte()
[all …]
/external/image_io/src/base/
Ddata_scanner.cc92 result->SetType(DataMatchResult::kError); in SetInternalError()
101 result->SetType(DataMatchResult::kError); in SetSyntaxError()
121 result.SetType(token_length == literal_or_sentinels_.length() in ScanLiteral()
150 result.SetType(DataMatchResult::kFull); in ScanName()
152 result.SetType(DataMatchResult::kFull); in ScanName()
154 result.SetType(DataMatchResult::kPartialOutOfData); in ScanName()
189 result.SetType(DataMatchResult::kPartialOutOfData); in ScanQuotedString()
191 result.SetType(DataMatchResult::kFull); in ScanQuotedString()
212 result.SetBytesConsumed(1).SetType(DataMatchResult::kFull); in ScanSentinel()
241 result.SetType(DataMatchResult::kPartialOutOfData); in ScanThroughLiteral()
[all …]
/external/gptfdisk/
Dbsd.cc312 guid.SetType(0xa502); break; in AsGPT()
314 guid.SetType(0xa503); break; in AsGPT()
316 guid.SetType(0x0700); break; in AsGPT()
318 guid.SetType(0xa903); break; in AsGPT()
320 guid.SetType(0xa501); break; in AsGPT()
322 guid.SetType(0xa505); break; in AsGPT()
324 guid.SetType(0xa903); break; in AsGPT()
326 guid.SetType(0xa504); break; in AsGPT()
328 guid.SetType(0xa503); break; in AsGPT()
Dgptpart.h75 void SetType(PartType t);
76 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
/external/icing/icing/testing/
Dschema-generator.h54 SetType(schema.add_types(), "Type" + std::to_string(num_types), in GenerateSchema()
61 void SetType(SchemaTypeConfigProto* type_config, std::string_view name, in SetType() function
85 SetType(schema.add_types(), "Type" + std::to_string(num_types), in GenerateSchema()
92 void SetType(SchemaTypeConfigProto* type_config, std::string_view name, in SetType() function
/external/dagger2/java/dagger/internal/codegen/validation/
DMultibindsMethodValidator.java29 import dagger.internal.codegen.base.SetType;
102 if (!SetType.isSet(returnType)) { in isPlainSet()
105 SetType setType = SetType.from(returnType); in isPlainSet()
/external/dagger2/java/dagger/internal/codegen/base/
DSetType.java33 public abstract class SetType { class
107 public static SetType from(TypeMirror type) { in from()
117 public static SetType from(Key key) { in from()
/external/dagger2/java/dagger/internal/codegen/writing/
DSetFactoryCreationExpression.java24 import dagger.internal.codegen.base.SetType;
50 SetType setType = SetType.from(binding.key()); in creationExpression()
/external/icing/icing/query/
Dquery-processor_test.cc174 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
225 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
276 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
352 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
420 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
488 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
558 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
633 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
703 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
779 .AddType(SchemaTypeConfigBuilder().SetType("email")) in TEST_F()
[all …]
/external/dagger2/java/dagger/internal/codegen/binding/
DMultibindingDeclaration.java28 import dagger.internal.codegen.base.SetType;
100 SetType.isSet(returnType) || MapType.isMap(returnType), in forDeclaredMethod()
113 } else if (SetType.isSet(returnType)) { in contributionType()
DKeyFactory.java44 import dagger.internal.codegen.base.SetType;
170 && SetType.isSet(returnType)) { in forBindingMethod()
171 SetType setType = SetType.from(returnType); in forBindingMethod()
225 checkArgument(SetType.isSet(returnType)); in bindingMethodKeyType()
411 if (SetType.isSet(key)) { in unwrapSetKey()
412 SetType setType = SetType.from(key); in unwrapSetKey()
/external/protobuf/src/google/protobuf/
Dmap_field.h396 SetType(FieldDescriptor::CPPTYPE_INT64);
400 SetType(FieldDescriptor::CPPTYPE_UINT64);
404 SetType(FieldDescriptor::CPPTYPE_INT32);
408 SetType(FieldDescriptor::CPPTYPE_UINT32);
412 SetType(FieldDescriptor::CPPTYPE_BOOL);
416 SetType(FieldDescriptor::CPPTYPE_STRING);
504 SetType(other.type());
549 void SetType(FieldDescriptor::CppType type) {
668 void SetType(FieldDescriptor::CppType type) { type_ = type; }
717 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type());
[all …]
/external/perfetto/src/base/
Dflat_set_benchmark.cc48 template <typename SetType>
52 SetType iset; in BM_SetInsert()
/external/webrtc/p2p/base/
Dstun_server_unittest.cc81 req.SetType(STUN_BINDING_REQUEST); in TEST_F()
104 req.SetType(STUN_BINDING_REQUEST); in TEST_F()
127 req.SetType(STUN_BINDING_REQUEST); in TEST_F()
Dmdns_message_unittest.cc496 question.SetType(SectionEntryType::kA); in TEST()
512 question1.SetType(SectionEntryType::kA); in TEST()
518 question2.SetType(SectionEntryType::kAAAA); in TEST()
534 answer.SetType(SectionEntryType::kA); in TEST()
552 answer1.SetType(SectionEntryType::kA); in TEST()
561 answer2.SetType(SectionEntryType::kAAAA); in TEST()

123456