Home
last modified time | relevance | path

Searched refs:has_index (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsparse_array.h172 bool has_index(int i) const;
201 assert(has_index(i)); in get_existing()
205 assert(has_index(i)); in get_existing()
220 assert(!has_index(i)); in SetInternal()
223 if (!has_index(i)) in SetInternal()
231 assert(has_index(i)); in SetExistingInternal()
349 bool SparseArray<Value>::has_index(int i) const { in has_index() function
362 assert(!has_index(i)); in create_index()
Dprog.cc652 if (!rootmap->has_index(start_unanchored())) in MarkSuccessors()
654 if (!rootmap->has_index(start())) in MarkSuccessors()
678 if (!predmap->has_index(out)) { in MarkSuccessors()
692 if (!rootmap->has_index(ip->out())) in MarkSuccessors()
723 if (id != root && rootmap->has_index(id)) { in MarkDominator()
759 if (predmap->has_index(id)) { in MarkDominator()
764 if (!rootmap->has_index(id)) in MarkDominator()
786 if (id != root && rootmap->has_index(id)) { in EmitList()
Dnfa.cc226 if (q->has_index(id)) { in AddToThreadq()
682 if (!fanout->has_index(ip->out())) { in Fanout()
Dprefilter_tree.cc346 if (count.has_index(j)) { in PropagateMatch()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp229 bool has_index = false; in GetLocationsForVariable() local
254 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
258 has_index = true; in GetLocationsForVariable()
357 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_interfaces.cpp229 bool has_index = false; in GetLocationsForVariable() local
254 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
258 has_index = true; in GetLocationsForVariable()
357 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp229 bool has_index = false; in GetLocationsForVariable() local
254 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
258 has_index = true; in GetLocationsForVariable()
357 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc215 void FieldGenerator::SetRuntimeHasBit(int has_index) { in SetRuntimeHasBit() argument
216 variables_["has_index"] = StrCat(has_index); in SetRuntimeHasBit()
Dobjectivec_field.h77 void SetRuntimeHasBit(int has_index);
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c238 bool has_index = !is_shared_or_scratch; in ntq_emit_tmu_general() local
248 offset_src = 0 + has_index; in ntq_emit_tmu_general()
250 offset_src = 1 + has_index; in ntq_emit_tmu_general()
252 offset_src = 0 + has_index; in ntq_emit_tmu_general()
338 ntq_get_src(c, instr->src[1 + has_index], 0); in ntq_emit_tmu_general()
342 data = ntq_get_src(c, instr->src[2 + has_index], in ntq_emit_tmu_general()
/external/crosvm/protos/src/
Dplugin.proto19 bool has_index = 3; field
/external/crosvm/src/plugin/
Dvcpu.rs712 if request_entry.has_index { in handle_request()
/external/elfutils/libelf/
DChangeLog1201 * libelfP.h (struct Elf): Remove unused ar.has_index field.