Searched refs:found_type (Results 1 – 6 of 6) sorted by relevance
276 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument279 for (int i = 0; i < found_type.fields_size(); ++i) { in GetMapValueType()280 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType()359 const google::protobuf::Type* found_type = found_result.ValueOrDie(); in PopulateChildren() local360 is_map = IsMap(field, *found_type); in PopulateChildren()363 field_type = found_type; in PopulateChildren()367 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren()597 util::StatusOr<const google::protobuf::Type*> found_type = in RenderDataPiece() local599 if (!found_type.ok()) { in RenderDataPiece()602 current_->set_type(found_type.ValueOrDie()); in RenderDataPiece()
98 found_type = lldb.SBWatchpoint.GetWatchpointEventTypeFromEvent(event)100 found_type == event_type,103 found_type))
204 auto found_type = internals.registered_types_py.find(type); in pybind11_meta_dealloc() local205 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()
1815 found_type = find_definition(1817 if not (found_type is not Enum and1818 isinstance(found_type, type) and1819 issubclass(found_type, Enum)):1821 'Invalid enum type: %s' % found_type)1823 self.__type = found_type
528 TypeFromUser *found_type = nullptr,
1735 goto found_type; in blkid_verify()1755 goto found_type; in blkid_verify()1776 goto found_type; in blkid_verify()1779 found_type: in blkid_verify()