HomeSort by relevance Sort by last modified time
    Searched refs:types_ (Results 1 - 18 of 18) sorted by null

  /external/v8/src/torque/
types.cc 107 for (const Type* t : types_) {
121 for (const Type* t : types_) {
129 if (types_.size() <= 3) {
131 for (const Type* t : types_) {
146 auto it = types_.begin();
149 for (; it != types_.end(); ++it) {
159 for (const Type* t : types_) {
170 for (auto it = types_.begin(); it != types_.end();) {
172 it = types_.erase(it)
    [all...]
types.h 234 for (const Type* t : p.types_) {
240 return types_ == other.types_;
244 if (types_.size() == 1) {
245 DCHECK_EQ(*types_.begin(), parent());
246 return *types_.begin();
252 for (const Type* member : types_) {
259 for (const Type* member : types_) {
269 for (const Type* member : union_type->types_) {
275 for (const Type* member : types_) {
295 std::set<const Type*, TypeLess> types_; member in class:v8::internal::torque::final
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/
text_handler.cpp 324 if (types_.find(value) != types_.end()) {
332 types_[value] = {pInst->words[2], pInst->words[3] != 0,
337 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType};
339 types_[value] = {0, false, IdTypeClass::kOtherType};
345 auto type = types_.find(value);
346 if (type == types_.end()) {
text_handler.h 250 spv_id_to_type_map types_; member in class:spvtools::AssemblyContext
  /external/swiftshader/third_party/SPIRV-Tools/source/
text_handler.cpp 324 if (types_.find(value) != types_.end()) {
332 types_[value] = {pInst->words[2], pInst->words[3] != 0,
337 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType};
339 types_[value] = {0, false, IdTypeClass::kOtherType};
345 auto type = types_.find(value);
346 if (type == types_.end()) {
text_handler.h 250 spv_id_to_type_map types_; member in class:spvtools::AssemblyContext
  /external/bsdiff/
patch_writer.cc 34 types_.emplace_back(CompressorType::kBZ2);
43 types_(types),
49 if (types_.empty()) {
54 for (const auto& type : types_) {
patch_writer.h 71 std::vector<CompressorType> types_; member in class:bsdiff::BsdiffPatchWriter
  /art/libdexfile/dex/
test_dex_file_builder.h 38 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
50 types_.emplace(descriptor, 0u);
117 for (auto& entry : types_) {
121 header->type_ids_size_ = types_.size();
122 header->type_ids_off_ = types_.empty() ? 0u : type_ids_offset;
124 uint32_t proto_ids_offset = type_ids_offset + types_.size() * sizeof(dex::TypeId);
178 for (const auto& entry : types_) {
257 auto it = types_.find(type);
258 CHECK(it != types_.end());
391 std::map<std::string, uint32_t> types_; member in class:art::TestDexFileBuilder
    [all...]
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 127 pair.second.types_ = SortByOrder(pair.second.types_, Order::kMostUsed);
280 ++current_type.types_.FindOrAdd(holder_type.index_)->second;
283 uint32_t type_idx = current_type.types_.Get(holder_type.index_);
341 ++types[current_class_type.index_].types_.FindOrAdd(holder_type.index_)->second;
344 uint32_t type_idx = current_type.types_.Get(holder_type.index_);
367 ++current_type.types_.FindOrAdd(receiver_type.index_)->second;
388 uint32_t type_idx = current_type.types_.Get(receiver_type.index_);
442 ++current_type.types_.FindOrAdd(type_idx)->second;
444 uint32_t local_type = current_type.types_.Get(type_idx)
    [all...]
dexanalyze_bytecode.h 47 SafeMap<size_t, size_t> types_; member in struct:art::dexanalyze::TypeLinkage
  /external/perfetto/src/trace_processor/
trace_storage.h 298 types_.emplace_back(type);
319 const std::deque<RefType>& types() const { return types_; }
332 std::deque<RefType> types_; member in class:perfetto::trace_processor::TraceStorage::NestableSlices
362 types_.emplace_back(type);
373 const std::deque<RefType>& types() const { return types_; }
378 std::deque<RefType> types_; member in class:perfetto::trace_processor::TraceStorage::CounterDefinitions
482 types_.emplace_back(type);
501 const std::deque<RefType>& types() const { return types_; }
510 std::deque<RefType> types_; member in class:perfetto::trace_processor::TraceStorage::Instants
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
LoadedArsc.java 187 types_.add(type);
194 // types_.size()) {
195 if ((Integer.MAX_VALUE - TypeSpec.SIZEOF) / 4 < types_.size()) {
199 // (TypeSpec*).malloc(sizeof(TypeSpec) + (types_.size() * sizeof(ElementType)));
201 type_spec.types = new ResTable_type[types_.size()];
204 type_spec.type_count = types_.size();
205 // memcpy(type_spec + 1, types_.data(), types_.size() * sizeof(ElementType));
207 type_spec.types[i] = types_.get(i);
218 final List<ResTable_type> types_ = new ArrayList<>() field in class:LoadedArsc.TypeSpecPtrBuilder
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 59 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descriptor_" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType.Parser, null, null, null, null)}),
901 types_ = other.types_;
911 private int types_; field in class:UnitTest.Issues.TestProtos.ReservedNames
912 public int Types_ {
913 get { return types_; }
915 types_ = value;
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/val/
val_builtins_test.cpp 76 std::string types_; member in class:spvtools::val::__anon20544::CodeGenerator
99 ss << types_; local
208 generator.types_ = GetDefaultShaderTypes();
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_builtins_test.cpp 76 std::string types_; member in class:spvtools::val::__anon41480::CodeGenerator
99 ss << types_; local
208 generator.types_ = GetDefaultShaderTypes();
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 785 SymbolTable<Type> types_; member in class:flatbuffers::Parser
    [all...]

Completed in 591 milliseconds