/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 273 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument 276 for (int i = 0; i < found_type.fields_size(); ++i) { in GetMapValueType() 277 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType() 355 const google::protobuf::Type* found_type = found_result.value(); in PopulateChildren() local 356 is_map = IsMap(field, *found_type); in PopulateChildren() 359 field_type = found_type; in PopulateChildren() 363 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren() 607 util::StatusOr<const google::protobuf::Type*> found_type = in RenderDataPiece() local 609 if (!found_type.ok()) { in RenderDataPiece() 612 current_->set_type(found_type.value()); in RenderDataPiece()
|
D | default_value_objectwriter.h | 205 const google::protobuf::Type& found_type, const TypeInfo* typeinfo);
|
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 273 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument 276 for (int i = 0; i < found_type.fields_size(); ++i) { in GetMapValueType() 277 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType() 355 const google::protobuf::Type* found_type = found_result.value(); in PopulateChildren() local 356 is_map = IsMap(field, *found_type); in PopulateChildren() 359 field_type = found_type; in PopulateChildren() 363 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren() 607 util::StatusOr<const google::protobuf::Type*> found_type = in RenderDataPiece() local 609 if (!found_type.ok()) { in RenderDataPiece() 612 current_->set_type(found_type.value()); in RenderDataPiece()
|
D | default_value_objectwriter.h | 205 const google::protobuf::Type& found_type, const TypeInfo* typeinfo);
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 204 auto found_type = internals.registered_types_py.find(type); in pybind11_meta_dealloc() local 205 if (found_type != internals.registered_types_py.end() && in pybind11_meta_dealloc() 206 found_type->second.size() == 1 && in pybind11_meta_dealloc() 207 found_type->second[0]->type == type) { in pybind11_meta_dealloc() 209 auto *tinfo = found_type->second[0]; in pybind11_meta_dealloc()
|
/external/python/apitools/apitools/base/protorpclite/ |
D | messages.py | 1815 found_type = find_definition( 1817 if not (found_type is not Enum and 1818 isinstance(found_type, type) and 1819 issubclass(found_type, Enum)): 1821 'Invalid enum type: %s' % found_type) 1823 self.__type = found_type
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | vulkano_gralloc.rs | 354 let found_type = first_loop in get_image_memory_requirements() localVariable 361 (found_type.0, found_type.1) in get_image_memory_requirements()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 1734 goto found_type; in blkid_verify() 1754 goto found_type; in blkid_verify() 1775 goto found_type; in blkid_verify() 1778 found_type: in blkid_verify()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 7001 upb_deftype_t found_type; in symtab_resolve() local 7003 symtab_resolveany(ctx, from_name_dbg, base, sym, &found_type); in symtab_resolve() 7004 if (ret && found_type != type) { in symtab_resolve()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 7001 upb_deftype_t found_type; in symtab_resolve() local 7003 symtab_resolveany(ctx, from_name_dbg, base, sym, &found_type); in symtab_resolve() 7004 if (ret && found_type != type) { in symtab_resolve()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 7291 upb_deftype_t found_type; in symtab_resolve() local 7293 symtab_resolveany(ctx, from_name_dbg, base, sym, &found_type); in symtab_resolve() 7294 if (ret && found_type != type) { in symtab_resolve()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 7291 upb_deftype_t found_type; in symtab_resolve() local 7293 symtab_resolveany(ctx, from_name_dbg, base, sym, &found_type); in symtab_resolve() 7294 if (ret && found_type != type) { in symtab_resolve()
|